Shades of London Hue #AA9BA8
Tints of London Hue #AA9BA8
RGB
CMYK
RGB Variations
Color information
#AA9BA8 (or 0xAA9BA8) is known color: London Hue. HEX triplet: AA, 9B and A8. RGB value is (170,155,168). Sum of RGB (Red+Green+Blue) = 170+155+168=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BA8 is #556457. Grayscale: #A0A0A0. Windows color (decimal): -5596248 or 11049898. OLE color: 11049898.
HSL color Cylindrical-coordinate representation of color #AA9BA8: hue angle of 308º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9BA8 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 168 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.33 |
| HSL | 308º | 0.08% | 0.64% | - |
| HSV(B) | 308º | 0.09% | 0.67% | - |
| XYZ | 35.37 | 34.82 | 41.9 | - |
| YUV | 160.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 168 | 0 | 0.09 | 0.01 | 0.33 | 308 | 0.08 | 0.64 |
| Hex | AA | 9B | A8 | 0 | 9 | 1 | 21 | 134 | 8 | 40 |
| Octal | 252 | 233 | 250 | 0 | 11 | 1 | 41 | 464 | 10 | 100 |
| Binary | 10101010 | 10011011 | 10101000 | 0 | 1001 | 1 | 100001 | 100110100 | 1000 | 1000000 |
Color Harmonies of #AA9BA8
Complementary color
Monochromatic Colors of #AA9BA8
Black with #AA9BA8
Text Example
Text Example
White with #AA9BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BA8; }
p { color: rgb(170,155,168); }
H1.HeaderClassName
{
color: #AA9BA8;
}
.AnyTagClassName
{
color: #AA9BA8;
}
</style>
background-color css
<style>
a { background-color: #AA9BA8; }
a { background-color: rgb(170,155,168); }
div.DivClassName
{
background-color: #AA9BA8;
}
.BgClassName
{
background-color: #AA9BA8;
}
</style>
border-color css
<style>
span { border-color: #AA9BA8; }
span { border-color: rgb(170,155,168); }
td.TdClassName
{
border-color: #AA9BA8;
}
.TagClassName
{
border-color: #AA9BA8;
}
</style>