Shades of London Hue #AA96A8
Tints of London Hue #AA96A8
RGB
CMYK
RGB Variations
Color information
#AA96A8 (or 0xAA96A8) is known color: London Hue. HEX triplet: AA, 96 and A8. RGB value is (170,150,168). Sum of RGB (Red+Green+Blue) = 170+150+168=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AA96A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96A8 is #556957. Grayscale: #9D9D9D. Windows color (decimal): -5597528 or 11048618. OLE color: 11048618.
HSL color Cylindrical-coordinate representation of color #AA96A8: hue angle of 306º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA96A8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 168 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.33 |
| HSL | 306º | 0.11% | 0.63% | - |
| HSV(B) | 306º | 0.12% | 0.67% | - |
| XYZ | 34.55 | 33.19 | 41.63 | - |
| YUV | 158.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 168 | 0 | 0.12 | 0.01 | 0.33 | 306 | 0.11 | 0.63 |
| Hex | AA | 96 | A8 | 0 | C | 1 | 21 | 132 | B | 3F |
| Octal | 252 | 226 | 250 | 0 | 14 | 1 | 41 | 462 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10101000 | 0 | 1100 | 1 | 100001 | 100110010 | 1011 | 111111 |
Color Harmonies of #AA96A8
Complementary color
Monochromatic Colors of #AA96A8
Black with #AA96A8
Text Example
Text Example
White with #AA96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96A8; }
p { color: rgb(170,150,168); }
H1.HeaderClassName
{
color: #AA96A8;
}
.AnyTagClassName
{
color: #AA96A8;
}
</style>
background-color css
<style>
a { background-color: #AA96A8; }
a { background-color: rgb(170,150,168); }
div.DivClassName
{
background-color: #AA96A8;
}
.BgClassName
{
background-color: #AA96A8;
}
</style>
border-color css
<style>
span { border-color: #AA96A8; }
span { border-color: rgb(170,150,168); }
td.TdClassName
{
border-color: #AA96A8;
}
.TagClassName
{
border-color: #AA96A8;
}
</style>