Shades of London Hue #AAA2AA
Tints of London Hue #AAA2AA
RGB
CMYK
RGB Variations
Color information
#AAA2AA (or 0xAAA2AA) is known color: London Hue. HEX triplet: AA, A2 and AA. RGB value is (170,162,170). Sum of RGB (Red+Green+Blue) = 170+162+170=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2AA is #555D55. Grayscale: #A5A5A5. Windows color (decimal): -5594454 or 11182762. OLE color: 11182762.
HSL color Cylindrical-coordinate representation of color #AAA2AA: hue angle of 300º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA2AA is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 162 | 170 | - |
CMYK | 0 | 0.05 | 0 | 0.33 |
HSL | 300º | 0.04% | 0.65% | - |
HSV(B) | 300º | 0.05% | 0.67% | - |
XYZ | 36.75 | 37.29 | 43.29 | - |
YUV | 165.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 162 | 170 | 0 | 0.05 | 0 | 0.33 | 300 | 0.04 | 0.65 |
Hex | AA | A2 | AA | 0 | 5 | 0 | 21 | 12C | 4 | 41 |
Octal | 252 | 242 | 252 | 0 | 5 | 0 | 41 | 454 | 4 | 101 |
Binary | 10101010 | 10100010 | 10101010 | 0 | 101 | 0 | 100001 | 100101100 | 100 | 1000001 |
Color Harmonies of #AAA2AA
Complementary color
Monochromatic Colors of #AAA2AA
Black with #AAA2AA
Text Example
Text Example
White with #AAA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2AA; }
p { color: rgb(170,162,170); }
H1.HeaderClassName
{
color: #AAA2AA;
}
.AnyTagClassName
{
color: #AAA2AA;
}
</style>
background-color css
<style>
a { background-color: #AAA2AA; }
a { background-color: rgb(170,162,170); }
div.DivClassName
{
background-color: #AAA2AA;
}
.BgClassName
{
background-color: #AAA2AA;
}
</style>
border-color css
<style>
span { border-color: #AAA2AA; }
span { border-color: rgb(170,162,170); }
td.TdClassName
{
border-color: #AAA2AA;
}
.TagClassName
{
border-color: #AAA2AA;
}
</style>