Shades of London Hue #AA9BAC
Tints of London Hue #AA9BAC
RGB
CMYK
RGB Variations
Color information
#AA9BAC (or 0xAA9BAC) is known color: London Hue. HEX triplet: AA, 9B and AC. RGB value is (170,155,172). Sum of RGB (Red+Green+Blue) = 170+155+172=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA9BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BAC is #556453. Grayscale: #A1A1A1. Windows color (decimal): -5596244 or 11312042. OLE color: 11312042.
HSL color Cylindrical-coordinate representation of color #AA9BAC: hue angle of 292.94º 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 #AA9BAC is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 172 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.33 |
| HSL | 292.94º | 0.09% | 0.64% | - |
| HSV(B) | 292.94º | 0.1% | 0.67% | - |
| XYZ | 35.75 | 34.97 | 43.9 | - |
| YUV | 161.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 172 | 0.01 | 0.10 | 0 | 0.33 | 292.94 | 0.09 | 0.64 |
| Hex | AA | 9B | AC | 1 | A | 0 | 21 | 125 | 9 | 40 |
| Octal | 252 | 233 | 254 | 1 | 12 | 0 | 41 | 445 | 11 | 100 |
| Binary | 10101010 | 10011011 | 10101100 | 1 | 1010 | 0 | 100001 | 100100101 | 1001 | 1000000 |
Color Harmonies of #AA9BAC
Complementary color
Monochromatic Colors of #AA9BAC
Black with #AA9BAC
Text Example
Text Example
White with #AA9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BAC; }
p { color: rgb(170,155,172); }
H1.HeaderClassName
{
color: #AA9BAC;
}
.AnyTagClassName
{
color: #AA9BAC;
}
</style>
background-color css
<style>
a { background-color: #AA9BAC; }
a { background-color: rgb(170,155,172); }
div.DivClassName
{
background-color: #AA9BAC;
}
.BgClassName
{
background-color: #AA9BAC;
}
</style>
border-color css
<style>
span { border-color: #AA9BAC; }
span { border-color: rgb(170,155,172); }
td.TdClassName
{
border-color: #AA9BAC;
}
.TagClassName
{
border-color: #AA9BAC;
}
</style>