Color spaces of #ae875f
RGB | 174 | 135 | 95 |
---|---|---|---|
HSL | 0.08 | 0.33 | 0.53 |
HSV | 30° | 45° | 68° |
CMYK | 0.00 | 0.22 | 0.45 0.32 |
XYZ | 28.1851 | 27.1528 | 14.5820 |
Yxy | 27.1528 | 0.4031 | 0.3883 |
Hunter Lab | 52.1083 | 5.3600 | 19.8841 |
CIE-Lab | 59.1155 | 9.6505 | 27.1843 |
#ae875f color RGB value is (174,135,95).
#ae875f hex color red value is 174, green value is 135 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae875f hue: 0.08 , saturation: 0.33 and the lightness value of ae875f is 0.53.
The process color (four color CMYK) of #ae875f color hex is 0.00, 0.22, 0.45, 0.32. Web safe color of #ae875f is #999966. Color #ae875f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10000111 | 01011111 |
Octal | 256 | 207 | 137 |
Decimal | 174 | 135 | 95 |
Hex | AE | 87 | 5F |
Shades of #ae875f
Tints of #ae875f
RGB Percentages of Color #ae875f
CMYK Percentages of Color #ae875f
Complementary Color
#ae875f | #5f86ae |
#ae875f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae875f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae875f Color CSS Codes
.mybgcolor {background-color:#ae875f; } .myforecolor {color:#ae875f; } .mybordercolor {border:3px solid #ae875f; }
#ae875f Text Font Color
<p style="color:#ae875f">Text here</p>
This sample text font color is #ae875f
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.
#ae875f Background Color
<div style="background-color:#ae875f">
Div content here</div>
This div background color is #ae875f
#ae875f Border Color
<div style="border:3px solid #ae875f">
Div here</div>
This div border color is #ae875f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,135,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae875f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae875f; -webkit-box-shadow: 1px 1px 3px 2px #ae875f; box-shadow: 1px 1px 3px 2px #ae875f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,135,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae875f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae875f; -webkit-box-shadow: 1px 1px 3px 2px #ae875f; box-shadow: 1px 1px 3px 2px #ae875f;">
Div content here</div>
This div box has shadow with color #ae875f
#ae875f Color Palettes
Comments
No comments written yet.
Please login to write comment.