Shades of London Hue #AC9AAE
Tints of London Hue #AC9AAE
RGB
CMYK
RGB Variations
Color information
#AC9AAE (or 0xAC9AAE) is known color: London Hue. HEX triplet: AC, 9A and AE. RGB value is (172,154,174). Sum of RGB (Red+Green+Blue) = 172+154+174=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AAE is #536551. Grayscale: #A1A1A1. Windows color (decimal): -5465426 or 11442860. OLE color: 11442860.
HSL color Cylindrical-coordinate representation of color #AC9AAE: hue angle of 294º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC9AAE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 154 | 174 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.32 |
| HSL | 294º | 0.11% | 0.64% | - |
| HSV(B) | 294º | 0.11% | 0.68% | - |
| XYZ | 36.21 | 34.94 | 44.88 | - |
| YUV | 161.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 174 | 0.01 | 0.11 | 0 | 0.32 | 294 | 0.11 | 0.64 |
| Hex | AC | 9A | AE | 1 | B | 0 | 20 | 126 | B | 40 |
| Octal | 254 | 232 | 256 | 1 | 13 | 0 | 40 | 446 | 13 | 100 |
| Binary | 10101100 | 10011010 | 10101110 | 1 | 1011 | 0 | 100000 | 100100110 | 1011 | 1000000 |
Color Harmonies of #AC9AAE
Complementary color
Monochromatic Colors of #AC9AAE
Black with #AC9AAE
Text Example
Text Example
White with #AC9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9AAE; }
p { color: rgb(172,154,174); }
H1.HeaderClassName
{
color: #AC9AAE;
}
.AnyTagClassName
{
color: #AC9AAE;
}
</style>
background-color css
<style>
a { background-color: #AC9AAE; }
a { background-color: rgb(172,154,174); }
div.DivClassName
{
background-color: #AC9AAE;
}
.BgClassName
{
background-color: #AC9AAE;
}
</style>
border-color css
<style>
span { border-color: #AC9AAE; }
span { border-color: rgb(172,154,174); }
td.TdClassName
{
border-color: #AC9AAE;
}
.TagClassName
{
border-color: #AC9AAE;
}
</style>