Color spaces of #aaa87f
RGB | 170 | 168 | 127 |
---|---|---|---|
HSL | 0.16 | 0.20 | 0.58 |
HSV | 57° | 25° | 67° |
CMYK | 0.00 | 0.01 | 0.25 0.33 |
XYZ | 34.4110 | 38.0836 | 25.6159 |
Yxy | 38.0836 | 0.3507 | 0.3882 |
Hunter Lab | 61.7119 | -8.4630 | 18.5877 |
CIE-Lab | 68.0822 | -6.0627 | 21.5035 |
#aaa87f color RGB value is (170,168,127).
#aaa87f hex color red value is 170, green value is 168 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aaa87f hue: 0.16 , saturation: 0.20 and the lightness value of aaa87f is 0.58.
The process color (four color CMYK) of #aaa87f color hex is 0.00, 0.01, 0.25, 0.33. Web safe color of #aaa87f is #999966. Color #aaa87f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101000 | 01111111 |
Octal | 252 | 250 | 177 |
Decimal | 170 | 168 | 127 |
Hex | AA | A8 | 7F |
Shades of #aaa87f
Tints of #aaa87f
RGB Percentages of Color #aaa87f
CMYK Percentages of Color #aaa87f
Complementary Color
#aaa87f | #7f81aa |
#aaa87f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa87f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa87f Color CSS Codes
.mybgcolor {background-color:#aaa87f; } .myforecolor {color:#aaa87f; } .mybordercolor {border:3px solid #aaa87f; }
#aaa87f Text Font Color
<p style="color:#aaa87f">Text here</p>
This sample text font color is #aaa87f
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.
#aaa87f Background Color
<div style="background-color:#aaa87f">
Div content here</div>
This div background color is #aaa87f
#aaa87f Border Color
<div style="border:3px solid #aaa87f">
Div here</div>
This div border color is #aaa87f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,168,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa87f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa87f; -webkit-box-shadow: 1px 1px 3px 2px #aaa87f; box-shadow: 1px 1px 3px 2px #aaa87f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,168,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaa87f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa87f; -webkit-box-shadow: 1px 1px 3px 2px #aaa87f; box-shadow: 1px 1px 3px 2px #aaa87f;">
Div content here</div>
This div box has shadow with color #aaa87f
Comments
No comments written yet.
Please login to write comment.