Color spaces of #aaa879
RGB | 170 | 168 | 121 |
---|---|---|---|
HSL | 0.16 | 0.22 | 0.57 |
HSV | 58° | 29° | 67° |
CMYK | 0.00 | 0.01 | 0.29 0.33 |
XYZ | 34.0314 | 37.9318 | 23.6171 |
Yxy | 37.9318 | 0.3561 | 0.3969 |
Hunter Lab | 61.5888 | -9.1487 | 20.3766 |
CIE-Lab | 67.9703 | -6.8957 | 24.6093 |
#aaa879 color RGB value is (170,168,121).
#aaa879 hex color red value is 170, green value is 168 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aaa879 hue: 0.16 , saturation: 0.22 and the lightness value of aaa879 is 0.57.
The process color (four color CMYK) of #aaa879 color hex is 0.00, 0.01, 0.29, 0.33. Web safe color of #aaa879 is #999966. Color #aaa879 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101000 | 01111001 |
Octal | 252 | 250 | 171 |
Decimal | 170 | 168 | 121 |
Hex | AA | A8 | 79 |
Shades of #aaa879
Tints of #aaa879
RGB Percentages of Color #aaa879
CMYK Percentages of Color #aaa879
Complementary Color
#aaa879 | #797baa |
#aaa879 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa879 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa879 Color CSS Codes
.mybgcolor {background-color:#aaa879; } .myforecolor {color:#aaa879; } .mybordercolor {border:3px solid #aaa879; }
#aaa879 Text Font Color
<p style="color:#aaa879">Text here</p>
This sample text font color is #aaa879
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.
#aaa879 Background Color
<div style="background-color:#aaa879">
Div content here</div>
This div background color is #aaa879
#aaa879 Border Color
<div style="border:3px solid #aaa879">
Div here</div>
This div border color is #aaa879
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,168,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa879; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa879; -webkit-box-shadow: 1px 1px 3px 2px #aaa879; box-shadow: 1px 1px 3px 2px #aaa879; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,168,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaa879">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa879; -webkit-box-shadow: 1px 1px 3px 2px #aaa879; box-shadow: 1px 1px 3px 2px #aaa879;">
Div content here</div>
This div box has shadow with color #aaa879
Comments
No comments written yet.
Please login to write comment.