Shades of London Hue #AA8CA7
Tints of London Hue #AA8CA7
RGB
CMYK
RGB Variations
Color information
#AA8CA7 (or 0xAA8CA7) is known color: London Hue. HEX triplet: AA, 8C and A7. RGB value is (170,140,167). Sum of RGB (Red+Green+Blue) = 170+140+167=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CA7 is #557358. Grayscale: #979797. Windows color (decimal): -5600089 or 10980522. OLE color: 10980522.
HSL color Cylindrical-coordinate representation of color #AA8CA7: hue angle of 306º 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 #AA8CA7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 167 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.33 |
| HSL | 306º | 0.15% | 0.61% | - |
| HSV(B) | 306º | 0.18% | 0.67% | - |
| XYZ | 32.93 | 30.09 | 40.63 | - |
| YUV | 152.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 167 | 0 | 0.18 | 0.02 | 0.33 | 306 | 0.15 | 0.61 |
| Hex | AA | 8C | A7 | 0 | 12 | 2 | 21 | 132 | F | 3D |
| Octal | 252 | 214 | 247 | 0 | 22 | 2 | 41 | 462 | 17 | 75 |
| Binary | 10101010 | 10001100 | 10100111 | 0 | 10010 | 10 | 100001 | 100110010 | 1111 | 111101 |
Color Harmonies of #AA8CA7
Complementary color
Monochromatic Colors of #AA8CA7
Black with #AA8CA7
Text Example
Text Example
White with #AA8CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CA7; }
p { color: rgb(170,140,167); }
H1.HeaderClassName
{
color: #AA8CA7;
}
.AnyTagClassName
{
color: #AA8CA7;
}
</style>
background-color css
<style>
a { background-color: #AA8CA7; }
a { background-color: rgb(170,140,167); }
div.DivClassName
{
background-color: #AA8CA7;
}
.BgClassName
{
background-color: #AA8CA7;
}
</style>
border-color css
<style>
span { border-color: #AA8CA7; }
span { border-color: rgb(170,140,167); }
td.TdClassName
{
border-color: #AA8CA7;
}
.TagClassName
{
border-color: #AA8CA7;
}
</style>