Shades of London Hue #AA9CA8
Tints of London Hue #AA9CA8
RGB
CMYK
RGB Variations
Color information
#AA9CA8 (or 0xAA9CA8) is known color: London Hue. HEX triplet: AA, 9C and A8. RGB value is (170,156,168). Sum of RGB (Red+Green+Blue) = 170+156+168=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CA8 is #556357. Grayscale: #A1A1A1. Windows color (decimal): -5595992 or 11050154. OLE color: 11050154.
HSL color Cylindrical-coordinate representation of color #AA9CA8: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9CA8 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 168 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.33 |
| HSL | 308.57º | 0.08% | 0.64% | - |
| HSV(B) | 308.57º | 0.08% | 0.67% | - |
| XYZ | 35.53 | 35.15 | 41.96 | - |
| YUV | 161.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 168 | 0 | 0.08 | 0.01 | 0.33 | 308.57 | 0.08 | 0.64 |
| Hex | AA | 9C | A8 | 0 | 8 | 1 | 21 | 135 | 8 | 40 |
| Octal | 252 | 234 | 250 | 0 | 10 | 1 | 41 | 465 | 10 | 100 |
| Binary | 10101010 | 10011100 | 10101000 | 0 | 1000 | 1 | 100001 | 100110101 | 1000 | 1000000 |
Color Harmonies of #AA9CA8
Complementary color
Monochromatic Colors of #AA9CA8
Black with #AA9CA8
Text Example
Text Example
White with #AA9CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CA8; }
p { color: rgb(170,156,168); }
H1.HeaderClassName
{
color: #AA9CA8;
}
.AnyTagClassName
{
color: #AA9CA8;
}
</style>
background-color css
<style>
a { background-color: #AA9CA8; }
a { background-color: rgb(170,156,168); }
div.DivClassName
{
background-color: #AA9CA8;
}
.BgClassName
{
background-color: #AA9CA8;
}
</style>
border-color css
<style>
span { border-color: #AA9CA8; }
span { border-color: rgb(170,156,168); }
td.TdClassName
{
border-color: #AA9CA8;
}
.TagClassName
{
border-color: #AA9CA8;
}
</style>