Color spaces of #aaa499
RGB | 170 | 164 | 153 |
---|---|---|---|
HSL | 0.11 | 0.09 | 0.63 |
HSV | 39° | 10° | 67° |
CMYK | 0.00 | 0.04 | 0.10 0.33 |
XYZ | 35.6028 | 37.3969 | 35.4788 |
Yxy | 37.3969 | 0.3282 | 0.3447 |
Hunter Lab | 61.1530 | -3.0965 | 8.4092 |
CIE-Lab | 67.5737 | 0.1964 | 6.4669 |
#aaa499 color RGB value is (170,164,153).
#aaa499 hex color red value is 170, green value is 164 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aaa499 hue: 0.11 , saturation: 0.09 and the lightness value of aaa499 is 0.63.
The process color (four color CMYK) of #aaa499 color hex is 0.00, 0.04, 0.10, 0.33. Web safe color of #aaa499 is #999999. Color #aaa499 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10100100 | 10011001 |
Octal | 252 | 244 | 231 |
Decimal | 170 | 164 | 153 |
Hex | AA | A4 | 99 |
Shades of #aaa499
Tints of #aaa499
RGB Percentages of Color #aaa499
CMYK Percentages of Color #aaa499
Complementary Color
#aaa499 | #999faa |
#aaa499 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa499 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa499 Color CSS Codes
.mybgcolor {background-color:#aaa499; } .myforecolor {color:#aaa499; } .mybordercolor {border:3px solid #aaa499; }
#aaa499 Text Font Color
<p style="color:#aaa499">Text here</p>
This sample text font color is #aaa499
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.
#aaa499 Background Color
<div style="background-color:#aaa499">
Div content here</div>
This div background color is #aaa499
#aaa499 Border Color
<div style="border:3px solid #aaa499">
Div here</div>
This div border color is #aaa499
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,164,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa499; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa499; -webkit-box-shadow: 1px 1px 3px 2px #aaa499; box-shadow: 1px 1px 3px 2px #aaa499; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,164,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaa499">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa499; -webkit-box-shadow: 1px 1px 3px 2px #aaa499; box-shadow: 1px 1px 3px 2px #aaa499;">
Div content here</div>
This div box has shadow with color #aaa499
#aaa499 Color Palettes
Comments
No comments written yet.
Please login to write comment.