Shades of London Hue #AC9AAC
Tints of London Hue #AC9AAC
RGB
CMYK
RGB Variations
Color information
#AC9AAC (or 0xAC9AAC) is known color: London Hue. HEX triplet: AC, 9A and AC. RGB value is (172,154,172). Sum of RGB (Red+Green+Blue) = 172+154+172=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AAC is #536553. Grayscale: #A1A1A1. Windows color (decimal): -5465428 or 11311788. OLE color: 11311788.
HSL color Cylindrical-coordinate representation of color #AC9AAC: hue angle of 300º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9AAC is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 172 | - |
| CMYK | 0 | 0.10 | 0 | 0.33 |
| HSL | 300º | 0.1% | 0.64% | - |
| HSV(B) | 300º | 0.1% | 0.67% | - |
| XYZ | 36.02 | 34.86 | 43.86 | - |
| YUV | 161.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 172 | 0 | 0.10 | 0 | 0.33 | 300 | 0.1 | 0.64 |
| Hex | AC | 9A | AC | 0 | A | 0 | 21 | 12C | A | 40 |
| Octal | 254 | 232 | 254 | 0 | 12 | 0 | 41 | 454 | 12 | 100 |
| Binary | 10101100 | 10011010 | 10101100 | 0 | 1010 | 0 | 100001 | 100101100 | 1010 | 1000000 |
Color Harmonies of #AC9AAC
Complementary color
Monochromatic Colors of #AC9AAC
Black with #AC9AAC
Text Example
Text Example
White with #AC9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9AAC; }
p { color: rgb(172,154,172); }
H1.HeaderClassName
{
color: #AC9AAC;
}
.AnyTagClassName
{
color: #AC9AAC;
}
</style>
background-color css
<style>
a { background-color: #AC9AAC; }
a { background-color: rgb(172,154,172); }
div.DivClassName
{
background-color: #AC9AAC;
}
.BgClassName
{
background-color: #AC9AAC;
}
</style>
border-color css
<style>
span { border-color: #AC9AAC; }
span { border-color: rgb(172,154,172); }
td.TdClassName
{
border-color: #AC9AAC;
}
.TagClassName
{
border-color: #AC9AAC;
}
</style>