Shades of London Hue #AAA9AA
Tints of London Hue #AAA9AA
RGB
CMYK
RGB Variations
Color information
#AAA9AA (or 0xAAA9AA) is known color: London Hue. HEX triplet: AA, A9 and AA. RGB value is (170,169,170). Sum of RGB (Red+Green+Blue) = 170+169+170=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9AA is #555655. Grayscale: #A9A9A9. Windows color (decimal): -5592662 or 11184554. OLE color: 11184554.
HSL color Cylindrical-coordinate representation of color #AAA9AA: hue angle of 300º degrees, saturation: 0.01, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AAA9AA is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 169 | 170 | - |
CMYK | 0 | 0.01 | 0 | 0.33 |
HSL | 300º | 0.01% | 0.66% | - |
HSV(B) | 300º | 0.01% | 0.67% | - |
XYZ | 38.02 | 39.82 | 43.71 | - |
YUV | 169.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 169 | 170 | 0 | 0.01 | 0 | 0.33 | 300 | 0.01 | 0.66 |
Hex | AA | A9 | AA | 0 | 1 | 0 | 21 | 12C | 1 | 42 |
Octal | 252 | 251 | 252 | 0 | 1 | 0 | 41 | 454 | 1 | 102 |
Binary | 10101010 | 10101001 | 10101010 | 0 | 1 | 0 | 100001 | 100101100 | 1 | 1000010 |
Color Harmonies of #AAA9AA
Complementary color
Monochromatic Colors of #AAA9AA
Black with #AAA9AA
Text Example
Text Example
White with #AAA9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9AA; }
p { color: rgb(170,169,170); }
H1.HeaderClassName
{
color: #AAA9AA;
}
.AnyTagClassName
{
color: #AAA9AA;
}
</style>
background-color css
<style>
a { background-color: #AAA9AA; }
a { background-color: rgb(170,169,170); }
div.DivClassName
{
background-color: #AAA9AA;
}
.BgClassName
{
background-color: #AAA9AA;
}
</style>
border-color css
<style>
span { border-color: #AAA9AA; }
span { border-color: rgb(170,169,170); }
td.TdClassName
{
border-color: #AAA9AA;
}
.TagClassName
{
border-color: #AAA9AA;
}
</style>