Shades of London Hue #AA8DA3
Tints of London Hue #AA8DA3
RGB
CMYK
RGB Variations
Color information
#AA8DA3 (or 0xAA8DA3) is known color: London Hue. HEX triplet: AA, 8D and A3. RGB value is (170,141,163). Sum of RGB (Red+Green+Blue) = 170+141+163=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DA3 is #55725C. Grayscale: #989898. Windows color (decimal): -5599837 or 10718634. OLE color: 10718634.
HSL color Cylindrical-coordinate representation of color #AA8DA3: hue angle of 314.48º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA8DA3 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 163 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.33 |
| HSL | 314.48º | 0.15% | 0.61% | - |
| HSV(B) | 314.48º | 0.17% | 0.67% | - |
| XYZ | 32.71 | 30.24 | 38.76 | - |
| YUV | 152.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 163 | 0 | 0.17 | 0.04 | 0.33 | 314.48 | 0.15 | 0.61 |
| Hex | AA | 8D | A3 | 0 | 11 | 4 | 21 | 13A | F | 3D |
| Octal | 252 | 215 | 243 | 0 | 21 | 4 | 41 | 472 | 17 | 75 |
| Binary | 10101010 | 10001101 | 10100011 | 0 | 10001 | 100 | 100001 | 100111010 | 1111 | 111101 |
Color Harmonies of #AA8DA3
Complementary color
Monochromatic Colors of #AA8DA3
Black with #AA8DA3
Text Example
Text Example
White with #AA8DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DA3; }
p { color: rgb(170,141,163); }
H1.HeaderClassName
{
color: #AA8DA3;
}
.AnyTagClassName
{
color: #AA8DA3;
}
</style>
background-color css
<style>
a { background-color: #AA8DA3; }
a { background-color: rgb(170,141,163); }
div.DivClassName
{
background-color: #AA8DA3;
}
.BgClassName
{
background-color: #AA8DA3;
}
</style>
border-color css
<style>
span { border-color: #AA8DA3; }
span { border-color: rgb(170,141,163); }
td.TdClassName
{
border-color: #AA8DA3;
}
.TagClassName
{
border-color: #AA8DA3;
}
</style>