Color spaces of #aa9baa
RGB | 170 | 155 | 170 |
---|---|---|---|
HSL | 0.83 | 0.08 | 0.64 |
HSV | 300° | 9° | 67° |
CMYK | 0.00 | 0.09 | 0.00 0.33 |
XYZ | 35.5546 | 34.8910 | 42.8909 |
Yxy | 34.8910 | 0.3137 | 0.3079 |
Hunter Lab | 59.0686 | 4.0727 | -1.7036 |
CIE-Lab | 65.6637 | 8.2666 | -5.8110 |
#aa9baa color RGB value is (170,155,170).
#aa9baa hex color red value is 170, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aa9baa hue: 0.83 , saturation: 0.08 and the lightness value of aa9baa is 0.64.
The process color (four color CMYK) of #aa9baa color hex is 0.00, 0.09, 0.00, 0.33. Web safe color of #aa9baa is #999999. Color #aa9baa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10011011 | 10101010 |
Octal | 252 | 233 | 252 |
Decimal | 170 | 155 | 170 |
Hex | AA | 9B | AA |
Shades of #aa9baa
Tints of #aa9baa
RGB Percentages of Color #aa9baa
CMYK Percentages of Color #aa9baa
Complementary Color
#aa9baa | #9baa9b |
#aa9baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa9baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa9baa Color CSS Codes
.mybgcolor {background-color:#aa9baa; } .myforecolor {color:#aa9baa; } .mybordercolor {border:3px solid #aa9baa; }
#aa9baa Text Font Color
<p style="color:#aa9baa">Text here</p>
This sample text font color is #aa9baa
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.
#aa9baa Background Color
<div style="background-color:#aa9baa">
Div content here</div>
This div background color is #aa9baa
#aa9baa Border Color
<div style="border:3px solid #aa9baa">
Div here</div>
This div border color is #aa9baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,155,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa9baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa9baa; -webkit-box-shadow: 1px 1px 3px 2px #aa9baa; box-shadow: 1px 1px 3px 2px #aa9baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,155,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa9baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa9baa; -webkit-box-shadow: 1px 1px 3px 2px #aa9baa; box-shadow: 1px 1px 3px 2px #aa9baa;">
Div content here</div>
This div box has shadow with color #aa9baa
Comments
No comments written yet.
Please login to write comment.