Shades of London Hue #AA9CAC
Tints of London Hue #AA9CAC
RGB
CMYK
RGB Variations
Color information
#AA9CAC (or 0xAA9CAC) is known color: London Hue. HEX triplet: AA, 9C and AC. RGB value is (170,156,172). Sum of RGB (Red+Green+Blue) = 170+156+172=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CAC is #556353. Grayscale: #A1A1A1. Windows color (decimal): -5595988 or 11312298. OLE color: 11312298.
HSL color Cylindrical-coordinate representation of color #AA9CAC: hue angle of 292.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9CAC is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 156 | 172 | - |
CMYK | 0.01 | 0.09 | 0 | 0.33 |
HSL | 292.5º | 0.09% | 0.64% | - |
HSV(B) | 292.5º | 0.09% | 0.67% | - |
XYZ | 35.91 | 35.3 | 43.95 | - |
YUV | 162.01 | 133.64 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 156 | 172 | 0.01 | 0.09 | 0 | 0.33 | 292.5 | 0.09 | 0.64 |
Hex | AA | 9C | AC | 1 | 9 | 0 | 21 | 124 | 9 | 40 |
Octal | 252 | 234 | 254 | 1 | 11 | 0 | 41 | 444 | 11 | 100 |
Binary | 10101010 | 10011100 | 10101100 | 1 | 1001 | 0 | 100001 | 100100100 | 1001 | 1000000 |
Color Harmonies of #AA9CAC
Complementary color
Monochromatic Colors of #AA9CAC
Black with #AA9CAC
Text Example
Text Example
White with #AA9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CAC; }
p { color: rgb(170,156,172); }
H1.HeaderClassName
{
color: #AA9CAC;
}
.AnyTagClassName
{
color: #AA9CAC;
}
</style>
background-color css
<style>
a { background-color: #AA9CAC; }
a { background-color: rgb(170,156,172); }
div.DivClassName
{
background-color: #AA9CAC;
}
.BgClassName
{
background-color: #AA9CAC;
}
</style>
border-color css
<style>
span { border-color: #AA9CAC; }
span { border-color: rgb(170,156,172); }
td.TdClassName
{
border-color: #AA9CAC;
}
.TagClassName
{
border-color: #AA9CAC;
}
</style>