Color spaces of #ae786d
RGB | 174 | 120 | 109 |
---|---|---|---|
HSL | 0.03 | 0.29 | 0.55 |
HSV | 10° | 37° | 68° |
CMYK | 0.00 | 0.31 | 0.37 0.32 |
XYZ | 26.9323 | 23.5357 | 17.5914 |
Yxy | 23.5357 | 0.3957 | 0.3458 |
Hunter Lab | 48.5136 | 14.1954 | 12.4605 |
CIE-Lab | 55.6199 | 19.7025 | 14.5536 |
#ae786d color RGB value is (174,120,109).
#ae786d hex color red value is 174, green value is 120 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ae786d hue: 0.03 , saturation: 0.29 and the lightness value of ae786d is 0.55.
The process color (four color CMYK) of #ae786d color hex is 0.00, 0.31, 0.37, 0.32. Web safe color of #ae786d is #996666. Color #ae786d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01111000 | 01101101 |
Octal | 256 | 170 | 155 |
Decimal | 174 | 120 | 109 |
Hex | AE | 78 | 6D |
Shades of #ae786d
Tints of #ae786d
RGB Percentages of Color #ae786d
CMYK Percentages of Color #ae786d
Complementary Color
#ae786d | #6da3ae |
#ae786d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae786d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae786d Color CSS Codes
.mybgcolor {background-color:#ae786d; } .myforecolor {color:#ae786d; } .mybordercolor {border:3px solid #ae786d; }
#ae786d Text Font Color
<p style="color:#ae786d">Text here</p>
This sample text font color is #ae786d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ae786d Background Color
<div style="background-color:#ae786d">
Div content here</div>
This div background color is #ae786d
#ae786d Border Color
<div style="border:3px solid #ae786d">
Div here</div>
This div border color is #ae786d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,120,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae786d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae786d; -webkit-box-shadow: 1px 1px 3px 2px #ae786d; box-shadow: 1px 1px 3px 2px #ae786d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,120,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae786d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae786d; -webkit-box-shadow: 1px 1px 3px 2px #ae786d; box-shadow: 1px 1px 3px 2px #ae786d;">
Div content here</div>
This div box has shadow with color #ae786d
Comments
No comments written yet.
Please login to write comment.