Color spaces of #aaac6b
RGB | 170 | 172 | 107 |
---|---|---|---|
HSL | 0.17 | 0.28 | 0.55 |
HSV | 62° | 38° | 67° |
CMYK | 0.01 | 0.00 | 0.38 0.33 |
XYZ | 33.9839 | 39.1126 | 19.6683 |
Yxy | 39.1126 | 0.3663 | 0.4216 |
Hunter Lab | 62.5401 | -12.4493 | 25.1319 |
CIE-Lab | 68.8328 | -10.7783 | 33.2060 |
#aaac6b color RGB value is (170,172,107).
#aaac6b hex color red value is 170, green value is 172 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aaac6b hue: 0.17 , saturation: 0.28 and the lightness value of aaac6b is 0.55.
The process color (four color CMYK) of #aaac6b color hex is 0.01, 0.00, 0.38, 0.33. Web safe color of #aaac6b is #999966. Color #aaac6b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101100 | 01101011 |
Octal | 252 | 254 | 153 |
Decimal | 170 | 172 | 107 |
Hex | AA | AC | 6B |
Shades of #aaac6b
Tints of #aaac6b
RGB Percentages of Color #aaac6b
CMYK Percentages of Color #aaac6b
Complementary Color
#aaac6b | #6d6bac |
#aaac6b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaac6b Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaac6b Color CSS Codes
.mybgcolor {background-color:#aaac6b; } .myforecolor {color:#aaac6b; } .mybordercolor {border:3px solid #aaac6b; }
#aaac6b Text Font Color
<p style="color:#aaac6b">Text here</p>
This sample text font color is #aaac6b
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.
#aaac6b Background Color
<div style="background-color:#aaac6b">
Div content here</div>
This div background color is #aaac6b
#aaac6b Border Color
<div style="border:3px solid #aaac6b">
Div here</div>
This div border color is #aaac6b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,172,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaac6b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaac6b; -webkit-box-shadow: 1px 1px 3px 2px #aaac6b; box-shadow: 1px 1px 3px 2px #aaac6b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,172,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaac6b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaac6b; -webkit-box-shadow: 1px 1px 3px 2px #aaac6b; box-shadow: 1px 1px 3px 2px #aaac6b;">
Div content here</div>
This div box has shadow with color #aaac6b
Comments
No comments written yet.
Please login to write comment.