Shades of London Hue #AA9AAC
Tints of London Hue #AA9AAC
RGB
CMYK
RGB Variations
Color information
#AA9AAC (or 0xAA9AAC) is known color: London Hue. HEX triplet: AA, 9A and AC. RGB value is (170,154,172). Sum of RGB (Red+Green+Blue) = 170+154+172=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAC is #556553. Grayscale: #A0A0A0. Windows color (decimal): -5596500 or 11311786. OLE color: 11311786.
HSL color Cylindrical-coordinate representation of color #AA9AAC: hue angle of 293.33º degrees, saturation: 0.1, 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 #AA9AAC is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 172 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.33 |
| HSL | 293.33º | 0.1% | 0.64% | - |
| HSV(B) | 293.33º | 0.1% | 0.67% | - |
| XYZ | 35.58 | 34.64 | 43.84 | - |
| YUV | 160.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 172 | 0.01 | 0.10 | 0 | 0.33 | 293.33 | 0.1 | 0.64 |
| Hex | AA | 9A | AC | 1 | A | 0 | 21 | 125 | A | 40 |
| Octal | 252 | 232 | 254 | 1 | 12 | 0 | 41 | 445 | 12 | 100 |
| Binary | 10101010 | 10011010 | 10101100 | 1 | 1010 | 0 | 100001 | 100100101 | 1010 | 1000000 |
Color Harmonies of #AA9AAC
Complementary color
Monochromatic Colors of #AA9AAC
Black with #AA9AAC
Text Example
Text Example
White with #AA9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AAC; }
p { color: rgb(170,154,172); }
H1.HeaderClassName
{
color: #AA9AAC;
}
.AnyTagClassName
{
color: #AA9AAC;
}
</style>
background-color css
<style>
a { background-color: #AA9AAC; }
a { background-color: rgb(170,154,172); }
div.DivClassName
{
background-color: #AA9AAC;
}
.BgClassName
{
background-color: #AA9AAC;
}
</style>
border-color css
<style>
span { border-color: #AA9AAC; }
span { border-color: rgb(170,154,172); }
td.TdClassName
{
border-color: #AA9AAC;
}
.TagClassName
{
border-color: #AA9AAC;
}
</style>