Shades of London Hue #AA8CA5
Tints of London Hue #AA8CA5
RGB
CMYK
RGB Variations
Color information
#AA8CA5 (or 0xAA8CA5) is known color: London Hue. HEX triplet: AA, 8C and A5. RGB value is (170,140,165). Sum of RGB (Red+Green+Blue) = 170+140+165=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CA5 is #55735A. Grayscale: #979797. Windows color (decimal): -5600091 or 10849450. OLE color: 10849450.
HSL color Cylindrical-coordinate representation of color #AA8CA5: hue angle of 310º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8CA5 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 165 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.33 |
| HSL | 310º | 0.15% | 0.61% | - |
| HSV(B) | 310º | 0.18% | 0.67% | - |
| XYZ | 32.75 | 30.02 | 39.67 | - |
| YUV | 151.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 165 | 0 | 0.18 | 0.03 | 0.33 | 310 | 0.15 | 0.61 |
| Hex | AA | 8C | A5 | 0 | 12 | 3 | 21 | 136 | F | 3D |
| Octal | 252 | 214 | 245 | 0 | 22 | 3 | 41 | 466 | 17 | 75 |
| Binary | 10101010 | 10001100 | 10100101 | 0 | 10010 | 11 | 100001 | 100110110 | 1111 | 111101 |
Color Harmonies of #AA8CA5
Complementary color
Monochromatic Colors of #AA8CA5
Black with #AA8CA5
Text Example
Text Example
White with #AA8CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CA5; }
p { color: rgb(170,140,165); }
H1.HeaderClassName
{
color: #AA8CA5;
}
.AnyTagClassName
{
color: #AA8CA5;
}
</style>
background-color css
<style>
a { background-color: #AA8CA5; }
a { background-color: rgb(170,140,165); }
div.DivClassName
{
background-color: #AA8CA5;
}
.BgClassName
{
background-color: #AA8CA5;
}
</style>
border-color css
<style>
span { border-color: #AA8CA5; }
span { border-color: rgb(170,140,165); }
td.TdClassName
{
border-color: #AA8CA5;
}
.TagClassName
{
border-color: #AA8CA5;
}
</style>