Shades of London Hue #AA99A6
Tints of London Hue #AA99A6
RGB
CMYK
RGB Variations
Color information
#AA99A6 (or 0xAA99A6) is known color: London Hue. HEX triplet: AA, 99 and A6. RGB value is (170,153,166). Sum of RGB (Red+Green+Blue) = 170+153+166=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A6 is #556659. Grayscale: #9F9F9F. Windows color (decimal): -5596762 or 10918314. OLE color: 10918314.
HSL color Cylindrical-coordinate representation of color #AA99A6: hue angle of 314.12º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA99A6 is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 166 | - |
| CMYK | 0 | 0.1 | 0.02 | 0.33 |
| HSL | 314.12º | 0.09% | 0.63% | - |
| HSV(B) | 314.12º | 0.1% | 0.67% | - |
| XYZ | 34.85 | 34.08 | 40.82 | - |
| YUV | 159.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 166 | 0 | 0.1 | 0.02 | 0.33 | 314.12 | 0.09 | 0.63 |
| Hex | AA | 99 | A6 | 0 | A | 2 | 21 | 13A | 9 | 3F |
| Octal | 252 | 231 | 246 | 0 | 12 | 2 | 41 | 472 | 11 | 77 |
| Binary | 10101010 | 10011001 | 10100110 | 0 | 1010 | 10 | 100001 | 100111010 | 1001 | 111111 |
Color Harmonies of #AA99A6
Complementary color
Monochromatic Colors of #AA99A6
Black with #AA99A6
Text Example
Text Example
White with #AA99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99A6; }
p { color: rgb(170,153,166); }
H1.HeaderClassName
{
color: #AA99A6;
}
.AnyTagClassName
{
color: #AA99A6;
}
</style>
background-color css
<style>
a { background-color: #AA99A6; }
a { background-color: rgb(170,153,166); }
div.DivClassName
{
background-color: #AA99A6;
}
.BgClassName
{
background-color: #AA99A6;
}
</style>
border-color css
<style>
span { border-color: #AA99A6; }
span { border-color: rgb(170,153,166); }
td.TdClassName
{
border-color: #AA99A6;
}
.TagClassName
{
border-color: #AA99A6;
}
</style>