Color spaces of #aaa770
RGB | 170 | 167 | 112 |
---|---|---|---|
HSL | 0.16 | 0.25 | 0.55 |
HSV | 57° | 34° | 67° |
CMYK | 0.00 | 0.02 | 0.34 0.33 |
XYZ | 33.3209 | 37.3533 | 20.7829 |
Yxy | 37.3533 | 0.3643 | 0.4084 |
Hunter Lab | 61.1173 | -9.6380 | 22.6206 |
CIE-Lab | 67.5413 | -7.5345 | 28.8827 |
#aaa770 color RGB value is (170,167,112).
#aaa770 hex color red value is 170, green value is 167 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aaa770 hue: 0.16 , saturation: 0.25 and the lightness value of aaa770 is 0.55.
The process color (four color CMYK) of #aaa770 color hex is 0.00, 0.02, 0.34, 0.33. Web safe color of #aaa770 is #999966. Color #aaa770 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10100111 | 01110000 |
Octal | 252 | 247 | 160 |
Decimal | 170 | 167 | 112 |
Hex | AA | A7 | 70 |
Shades of #aaa770
Tints of #aaa770
RGB Percentages of Color #aaa770
CMYK Percentages of Color #aaa770
Complementary Color
#aaa770 | #7073aa |
#aaa770 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa770 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa770 Color CSS Codes
.mybgcolor {background-color:#aaa770; } .myforecolor {color:#aaa770; } .mybordercolor {border:3px solid #aaa770; }
#aaa770 Text Font Color
<p style="color:#aaa770">Text here</p>
This sample text font color is #aaa770
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.
#aaa770 Background Color
<div style="background-color:#aaa770">
Div content here</div>
This div background color is #aaa770
#aaa770 Border Color
<div style="border:3px solid #aaa770">
Div here</div>
This div border color is #aaa770
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,167,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa770; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa770; -webkit-box-shadow: 1px 1px 3px 2px #aaa770; box-shadow: 1px 1px 3px 2px #aaa770; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,167,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaa770">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa770; -webkit-box-shadow: 1px 1px 3px 2px #aaa770; box-shadow: 1px 1px 3px 2px #aaa770;">
Div content here</div>
This div box has shadow with color #aaa770
Comments
No comments written yet.
Please login to write comment.