Shades of London Hue #AAA2A8
Tints of London Hue #AAA2A8
RGB
CMYK
RGB Variations
Color information
#AAA2A8 (or 0xAAA2A8) is known color: London Hue. HEX triplet: AA, A2 and A8. RGB value is (170,162,168). Sum of RGB (Red+Green+Blue) = 170+162+168=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2A8 is #555D57. Grayscale: #A5A5A5. Windows color (decimal): -5594456 or 11051690. OLE color: 11051690.
HSL color Cylindrical-coordinate representation of color #AAA2A8: hue angle of 315º 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 #AAA2A8 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 162 | 168 | - |
CMYK | 0 | 0.05 | 0.01 | 0.33 |
HSL | 315º | 0.04% | 0.65% | - |
HSV(B) | 315º | 0.05% | 0.67% | - |
XYZ | 36.57 | 37.21 | 42.3 | - |
YUV | 165.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 162 | 168 | 0 | 0.05 | 0.01 | 0.33 | 315 | 0.04 | 0.65 |
Hex | AA | A2 | A8 | 0 | 5 | 1 | 21 | 13B | 4 | 41 |
Octal | 252 | 242 | 250 | 0 | 5 | 1 | 41 | 473 | 4 | 101 |
Binary | 10101010 | 10100010 | 10101000 | 0 | 101 | 1 | 100001 | 100111011 | 100 | 1000001 |
Color Harmonies of #AAA2A8
Complementary color
Monochromatic Colors of #AAA2A8
Black with #AAA2A8
Text Example
Text Example
White with #AAA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2A8; }
p { color: rgb(170,162,168); }
H1.HeaderClassName
{
color: #AAA2A8;
}
.AnyTagClassName
{
color: #AAA2A8;
}
</style>
background-color css
<style>
a { background-color: #AAA2A8; }
a { background-color: rgb(170,162,168); }
div.DivClassName
{
background-color: #AAA2A8;
}
.BgClassName
{
background-color: #AAA2A8;
}
</style>
border-color css
<style>
span { border-color: #AAA2A8; }
span { border-color: rgb(170,162,168); }
td.TdClassName
{
border-color: #AAA2A8;
}
.TagClassName
{
border-color: #AAA2A8;
}
</style>