Shades of London Hue #AA9AA6
Tints of London Hue #AA9AA6
RGB
CMYK
RGB Variations
Color information
#AA9AA6 (or 0xAA9AA6) is known color: London Hue. HEX triplet: AA, 9A and A6. RGB value is (170,154,166). Sum of RGB (Red+Green+Blue) = 170+154+166=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA6 is #556559. Grayscale: #A0A0A0. Windows color (decimal): -5596506 or 10918570. OLE color: 10918570.
HSL color Cylindrical-coordinate representation of color #AA9AA6: hue angle of 315º degrees, saturation: 0.09, 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 #AA9AA6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 166 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.33 |
| HSL | 315º | 0.09% | 0.64% | - |
| HSV(B) | 315º | 0.09% | 0.67% | - |
| XYZ | 35.02 | 34.41 | 40.87 | - |
| YUV | 160.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 166 | 0 | 0.09 | 0.02 | 0.33 | 315 | 0.09 | 0.64 |
| Hex | AA | 9A | A6 | 0 | 9 | 2 | 21 | 13B | 9 | 40 |
| Octal | 252 | 232 | 246 | 0 | 11 | 2 | 41 | 473 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10100110 | 0 | 1001 | 10 | 100001 | 100111011 | 1001 | 1000000 |
Color Harmonies of #AA9AA6
Complementary color
Monochromatic Colors of #AA9AA6
Black with #AA9AA6
Text Example
Text Example
White with #AA9AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AA6; }
p { color: rgb(170,154,166); }
H1.HeaderClassName
{
color: #AA9AA6;
}
.AnyTagClassName
{
color: #AA9AA6;
}
</style>
background-color css
<style>
a { background-color: #AA9AA6; }
a { background-color: rgb(170,154,166); }
div.DivClassName
{
background-color: #AA9AA6;
}
.BgClassName
{
background-color: #AA9AA6;
}
</style>
border-color css
<style>
span { border-color: #AA9AA6; }
span { border-color: rgb(170,154,166); }
td.TdClassName
{
border-color: #AA9AA6;
}
.TagClassName
{
border-color: #AA9AA6;
}
</style>