Shades of London Hue #AA9CAA
Tints of London Hue #AA9CAA
RGB
CMYK
RGB Variations
Color information
#AA9CAA (or 0xAA9CAA) is known color: London Hue. HEX triplet: AA, 9C and AA. RGB value is (170,156,170). Sum of RGB (Red+Green+Blue) = 170+156+170=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CAA is #556355. Grayscale: #A1A1A1. Windows color (decimal): -5595990 or 11181226. OLE color: 11181226.
HSL color Cylindrical-coordinate representation of color #AA9CAA: hue angle of 300º 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 #AA9CAA is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 170 | - |
| CMYK | 0 | 0.08 | 0 | 0.33 |
| HSL | 300º | 0.08% | 0.64% | - |
| HSV(B) | 300º | 0.08% | 0.67% | - |
| XYZ | 35.72 | 35.23 | 42.95 | - |
| YUV | 161.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 170 | 0 | 0.08 | 0 | 0.33 | 300 | 0.08 | 0.64 |
| Hex | AA | 9C | AA | 0 | 8 | 0 | 21 | 12C | 8 | 40 |
| Octal | 252 | 234 | 252 | 0 | 10 | 0 | 41 | 454 | 10 | 100 |
| Binary | 10101010 | 10011100 | 10101010 | 0 | 1000 | 0 | 100001 | 100101100 | 1000 | 1000000 |
Color Harmonies of #AA9CAA
Complementary color
Monochromatic Colors of #AA9CAA
Black with #AA9CAA
Text Example
Text Example
White with #AA9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CAA; }
p { color: rgb(170,156,170); }
H1.HeaderClassName
{
color: #AA9CAA;
}
.AnyTagClassName
{
color: #AA9CAA;
}
</style>
background-color css
<style>
a { background-color: #AA9CAA; }
a { background-color: rgb(170,156,170); }
div.DivClassName
{
background-color: #AA9CAA;
}
.BgClassName
{
background-color: #AA9CAA;
}
</style>
border-color css
<style>
span { border-color: #AA9CAA; }
span { border-color: rgb(170,156,170); }
td.TdClassName
{
border-color: #AA9CAA;
}
.TagClassName
{
border-color: #AA9CAA;
}
</style>