Shades of London Hue #AA8AA6
Tints of London Hue #AA8AA6
RGB
CMYK
RGB Variations
Color information
#AA8AA6 (or 0xAA8AA6) is known color: London Hue. HEX triplet: AA, 8A and A6. RGB value is (170,138,166). Sum of RGB (Red+Green+Blue) = 170+138+166=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AA6 is #557559. Grayscale: #969696. Windows color (decimal): -5600602 or 10914474. OLE color: 10914474.
HSL color Cylindrical-coordinate representation of color #AA8AA6: hue angle of 307.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8AA6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 166 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.33 |
| HSL | 307.5º | 0.16% | 0.6% | - |
| HSV(B) | 307.5º | 0.19% | 0.67% | - |
| XYZ | 32.55 | 29.48 | 40.05 | - |
| YUV | 150.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 166 | 0 | 0.19 | 0.02 | 0.33 | 307.5 | 0.16 | 0.6 |
| Hex | AA | 8A | A6 | 0 | 13 | 2 | 21 | 134 | 10 | 3C |
| Octal | 252 | 212 | 246 | 0 | 23 | 2 | 41 | 464 | 20 | 74 |
| Binary | 10101010 | 10001010 | 10100110 | 0 | 10011 | 10 | 100001 | 100110100 | 10000 | 111100 |
Color Harmonies of #AA8AA6
Complementary color
Monochromatic Colors of #AA8AA6
Black with #AA8AA6
Text Example
Text Example
White with #AA8AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AA6; }
p { color: rgb(170,138,166); }
H1.HeaderClassName
{
color: #AA8AA6;
}
.AnyTagClassName
{
color: #AA8AA6;
}
</style>
background-color css
<style>
a { background-color: #AA8AA6; }
a { background-color: rgb(170,138,166); }
div.DivClassName
{
background-color: #AA8AA6;
}
.BgClassName
{
background-color: #AA8AA6;
}
</style>
border-color css
<style>
span { border-color: #AA8AA6; }
span { border-color: rgb(170,138,166); }
td.TdClassName
{
border-color: #AA8AA6;
}
.TagClassName
{
border-color: #AA8AA6;
}
</style>