Shades of London Hue #AA9AAB
Tints of London Hue #AA9AAB
RGB
CMYK
RGB Variations
Color information
#AA9AAB (or 0xAA9AAB) is known color: London Hue. HEX triplet: AA, 9A and AB. RGB value is (170,154,171). Sum of RGB (Red+Green+Blue) = 170+154+171=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAB is #556554. Grayscale: #A0A0A0. Windows color (decimal): -5596501 or 11246250. OLE color: 11246250.
HSL color Cylindrical-coordinate representation of color #AA9AAB: hue angle of 296.47º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9AAB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 171 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.33 |
| HSL | 296.47º | 0.09% | 0.64% | - |
| HSV(B) | 296.47º | 0.1% | 0.67% | - |
| XYZ | 35.48 | 34.6 | 43.34 | - |
| YUV | 160.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 171 | 0.01 | 0.10 | 0 | 0.33 | 296.47 | 0.09 | 0.64 |
| Hex | AA | 9A | AB | 1 | A | 0 | 21 | 128 | 9 | 40 |
| Octal | 252 | 232 | 253 | 1 | 12 | 0 | 41 | 450 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10101011 | 1 | 1010 | 0 | 100001 | 100101000 | 1001 | 1000000 |
Color Harmonies of #AA9AAB
Complementary color
Monochromatic Colors of #AA9AAB
Black with #AA9AAB
Text Example
Text Example
White with #AA9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AAB; }
p { color: rgb(170,154,171); }
H1.HeaderClassName
{
color: #AA9AAB;
}
.AnyTagClassName
{
color: #AA9AAB;
}
</style>
background-color css
<style>
a { background-color: #AA9AAB; }
a { background-color: rgb(170,154,171); }
div.DivClassName
{
background-color: #AA9AAB;
}
.BgClassName
{
background-color: #AA9AAB;
}
</style>
border-color css
<style>
span { border-color: #AA9AAB; }
span { border-color: rgb(170,154,171); }
td.TdClassName
{
border-color: #AA9AAB;
}
.TagClassName
{
border-color: #AA9AAB;
}
</style>