Color spaces of #aaa9ae
RGB | 170 | 169 | 174 |
---|---|---|---|
HSL | 0.70 | 0.03 | 0.67 |
HSV | 252° | 3° | 68° |
CMYK | 0.02 | 0.03 | 0.00 0.32 |
XYZ | 38.4055 | 39.9780 | 45.7367 |
Yxy | 39.9780 | 0.3094 | 0.3221 |
Hunter Lab | 63.2282 | -2.2264 | 1.3717 |
CIE-Lab | 69.4539 | 1.3124 | -2.4496 |
#aaa9ae color RGB value is (170,169,174).
#aaa9ae hex color red value is 170, green value is 169 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aaa9ae hue: 0.70 , saturation: 0.03 and the lightness value of aaa9ae is 0.67.
The process color (four color CMYK) of #aaa9ae color hex is 0.02, 0.03, 0.00, 0.32. Web safe color of #aaa9ae is #999999. Color #aaa9ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101001 | 10101110 |
Octal | 252 | 251 | 256 |
Decimal | 170 | 169 | 174 |
Hex | AA | A9 | AE |
Shades of #aaa9ae
Tints of #aaa9ae
RGB Percentages of Color #aaa9ae
CMYK Percentages of Color #aaa9ae
Complementary Color
#aaa9ae | #adaea9 |
#aaa9ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa9ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa9ae Color CSS Codes
.mybgcolor {background-color:#aaa9ae; } .myforecolor {color:#aaa9ae; } .mybordercolor {border:3px solid #aaa9ae; }
#aaa9ae Text Font Color
<p style="color:#aaa9ae">Text here</p>
This sample text font color is #aaa9ae
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.
#aaa9ae Background Color
<div style="background-color:#aaa9ae">
Div content here</div>
This div background color is #aaa9ae
#aaa9ae Border Color
<div style="border:3px solid #aaa9ae">
Div here</div>
This div border color is #aaa9ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,169,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa9ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa9ae; -webkit-box-shadow: 1px 1px 3px 2px #aaa9ae; box-shadow: 1px 1px 3px 2px #aaa9ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,169,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaa9ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa9ae; -webkit-box-shadow: 1px 1px 3px 2px #aaa9ae; box-shadow: 1px 1px 3px 2px #aaa9ae;">
Div content here</div>
This div box has shadow with color #aaa9ae
Comments
No comments written yet.
Please login to write comment.