Shades of London Hue #AA8CAC
Tints of London Hue #AA8CAC
RGB
CMYK
RGB Variations
Color information
#AA8CAC (or 0xAA8CAC) is known color: London Hue. HEX triplet: AA, 8C and AC. RGB value is (170,140,172). Sum of RGB (Red+Green+Blue) = 170+140+172=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA8CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CAC is #557353. Grayscale: #989898. Windows color (decimal): -5600084 or 11308202. OLE color: 11308202.
HSL color Cylindrical-coordinate representation of color #AA8CAC: hue angle of 296.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8CAC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 172 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.33 |
| HSL | 296.25º | 0.16% | 0.61% | - |
| HSV(B) | 296.25º | 0.19% | 0.67% | - |
| XYZ | 33.4 | 30.28 | 43.11 | - |
| YUV | 152.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 172 | 0.01 | 0.19 | 0 | 0.33 | 296.25 | 0.16 | 0.61 |
| Hex | AA | 8C | AC | 1 | 13 | 0 | 21 | 128 | 10 | 3D |
| Octal | 252 | 214 | 254 | 1 | 23 | 0 | 41 | 450 | 20 | 75 |
| Binary | 10101010 | 10001100 | 10101100 | 1 | 10011 | 0 | 100001 | 100101000 | 10000 | 111101 |
Color Harmonies of #AA8CAC
Complementary color
Monochromatic Colors of #AA8CAC
Black with #AA8CAC
Text Example
Text Example
White with #AA8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CAC; }
p { color: rgb(170,140,172); }
H1.HeaderClassName
{
color: #AA8CAC;
}
.AnyTagClassName
{
color: #AA8CAC;
}
</style>
background-color css
<style>
a { background-color: #AA8CAC; }
a { background-color: rgb(170,140,172); }
div.DivClassName
{
background-color: #AA8CAC;
}
.BgClassName
{
background-color: #AA8CAC;
}
</style>
border-color css
<style>
span { border-color: #AA8CAC; }
span { border-color: rgb(170,140,172); }
td.TdClassName
{
border-color: #AA8CAC;
}
.TagClassName
{
border-color: #AA8CAC;
}
</style>