Color spaces of #aaa64c
RGB | 170 | 166 | 76 |
---|---|---|---|
HSL | 0.16 | 0.38 | 0.48 |
HSV | 57° | 55° | 67° |
CMYK | 0.00 | 0.02 | 0.55 0.33 |
XYZ | 31.5183 | 36.3403 | 12.1907 |
Yxy | 36.3403 | 0.3937 | 0.4540 |
Hunter Lab | 60.2829 | -12.1682 | 30.2081 |
CIE-Lab | 66.7791 | -10.7253 | 46.3280 |
#aaa64c color RGB value is (170,166,76).
#aaa64c hex color red value is 170, green value is 166 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aaa64c hue: 0.16 , saturation: 0.38 and the lightness value of aaa64c is 0.48.
The process color (four color CMYK) of #aaa64c color hex is 0.00, 0.02, 0.55, 0.33. Web safe color of #aaa64c is #999933. Color #aaa64c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10100110 | 01001100 |
Octal | 252 | 246 | 114 |
Decimal | 170 | 166 | 76 |
Hex | AA | A6 | 4C |
Shades of #aaa64c
Tints of #aaa64c
RGB Percentages of Color #aaa64c
CMYK Percentages of Color #aaa64c
Complementary Color
#aaa64c | #4c50aa |
#aaa64c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa64c Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa64c Color CSS Codes
.mybgcolor {background-color:#aaa64c; } .myforecolor {color:#aaa64c; } .mybordercolor {border:3px solid #aaa64c; }
#aaa64c Text Font Color
<p style="color:#aaa64c">Text here</p>
This sample text font color is #aaa64c
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.
#aaa64c Background Color
<div style="background-color:#aaa64c">
Div content here</div>
This div background color is #aaa64c
#aaa64c Border Color
<div style="border:3px solid #aaa64c">
Div here</div>
This div border color is #aaa64c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,166,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa64c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa64c; -webkit-box-shadow: 1px 1px 3px 2px #aaa64c; box-shadow: 1px 1px 3px 2px #aaa64c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,166,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaa64c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa64c; -webkit-box-shadow: 1px 1px 3px 2px #aaa64c; box-shadow: 1px 1px 3px 2px #aaa64c;">
Div content here</div>
This div box has shadow with color #aaa64c
Comments
No comments written yet.
Please login to write comment.