Color spaces of #aaa986
RGB | 170 | 169 | 134 |
---|---|---|---|
HSL | 0.16 | 0.17 | 0.60 |
HSV | 58° | 21° | 67° |
CMYK | 0.00 | 0.01 | 0.21 0.33 |
XYZ | 35.0686 | 38.6432 | 28.1648 |
Yxy | 38.6432 | 0.3442 | 0.3793 |
Hunter Lab | 62.1637 | -8.0886 | 16.6517 |
CIE-Lab | 68.4920 | -5.5734 | 18.2438 |
#aaa986 color RGB value is (170,169,134).
#aaa986 hex color red value is 170, green value is 169 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aaa986 hue: 0.16 , saturation: 0.17 and the lightness value of aaa986 is 0.60.
The process color (four color CMYK) of #aaa986 color hex is 0.00, 0.01, 0.21, 0.33. Web safe color of #aaa986 is #999999. Color #aaa986 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101001 | 10000110 |
Octal | 252 | 251 | 206 |
Decimal | 170 | 169 | 134 |
Hex | AA | A9 | 86 |
Shades of #aaa986
Tints of #aaa986
RGB Percentages of Color #aaa986
CMYK Percentages of Color #aaa986
Complementary Color
#aaa986 | #8687aa |
#aaa986 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa986 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa986 Color CSS Codes
.mybgcolor {background-color:#aaa986; } .myforecolor {color:#aaa986; } .mybordercolor {border:3px solid #aaa986; }
#aaa986 Text Font Color
<p style="color:#aaa986">Text here</p>
This sample text font color is #aaa986
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.
#aaa986 Background Color
<div style="background-color:#aaa986">
Div content here</div>
This div background color is #aaa986
#aaa986 Border Color
<div style="border:3px solid #aaa986">
Div here</div>
This div border color is #aaa986
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,169,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa986; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa986; -webkit-box-shadow: 1px 1px 3px 2px #aaa986; box-shadow: 1px 1px 3px 2px #aaa986; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,169,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaa986">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa986; -webkit-box-shadow: 1px 1px 3px 2px #aaa986; box-shadow: 1px 1px 3px 2px #aaa986;">
Div content here</div>
This div box has shadow with color #aaa986
Comments
No comments written yet.
Please login to write comment.