Shades of London Hue #AA91AB
Tints of London Hue #AA91AB
RGB
CMYK
RGB Variations
Color information
#AA91AB (or 0xAA91AB) is known color: London Hue. HEX triplet: AA, 91 and AB. RGB value is (170,145,171). Sum of RGB (Red+Green+Blue) = 170+145+171=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA91AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA91AB is #556E54. Grayscale: #9B9B9B. Windows color (decimal): -5598805 or 11243946. OLE color: 11243946.
HSL color Cylindrical-coordinate representation of color #AA91AB: hue angle of 297.69º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA91AB is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 171 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.33 |
| HSL | 297.69º | 0.13% | 0.62% | - |
| HSV(B) | 297.69º | 0.15% | 0.67% | - |
| XYZ | 34.05 | 31.74 | 42.86 | - |
| YUV | 155.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 171 | 0.01 | 0.15 | 0 | 0.33 | 297.69 | 0.13 | 0.62 |
| Hex | AA | 91 | AB | 1 | F | 0 | 21 | 12A | D | 3E |
| Octal | 252 | 221 | 253 | 1 | 17 | 0 | 41 | 452 | 15 | 76 |
| Binary | 10101010 | 10010001 | 10101011 | 1 | 1111 | 0 | 100001 | 100101010 | 1101 | 111110 |
Color Harmonies of #AA91AB
Complementary color
Monochromatic Colors of #AA91AB
Black with #AA91AB
Text Example
Text Example
White with #AA91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91AB; }
p { color: rgb(170,145,171); }
H1.HeaderClassName
{
color: #AA91AB;
}
.AnyTagClassName
{
color: #AA91AB;
}
</style>
background-color css
<style>
a { background-color: #AA91AB; }
a { background-color: rgb(170,145,171); }
div.DivClassName
{
background-color: #AA91AB;
}
.BgClassName
{
background-color: #AA91AB;
}
</style>
border-color css
<style>
span { border-color: #AA91AB; }
span { border-color: rgb(170,145,171); }
td.TdClassName
{
border-color: #AA91AB;
}
.TagClassName
{
border-color: #AA91AB;
}
</style>