Shades of London Hue #AC9CAC
Tints of London Hue #AC9CAC
RGB
CMYK
RGB Variations
Color information
#AC9CAC (or 0xAC9CAC) is known color: London Hue. HEX triplet: AC, 9C and AC. RGB value is (172,156,172). Sum of RGB (Red+Green+Blue) = 172+156+172=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAC is #536353. Grayscale: #A2A2A2. Windows color (decimal): -5464916 or 11312300. OLE color: 11312300.
HSL color Cylindrical-coordinate representation of color #AC9CAC: hue angle of 300º 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 #AC9CAC is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 156 | 172 | - |
CMYK | 0 | 0.09 | 0 | 0.33 |
HSL | 300º | 0.09% | 0.64% | - |
HSV(B) | 300º | 0.09% | 0.67% | - |
XYZ | 36.35 | 35.53 | 43.97 | - |
YUV | 162.61 | 133.3 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 156 | 172 | 0 | 0.09 | 0 | 0.33 | 300 | 0.09 | 0.64 |
Hex | AC | 9C | AC | 0 | 9 | 0 | 21 | 12C | 9 | 40 |
Octal | 254 | 234 | 254 | 0 | 11 | 0 | 41 | 454 | 11 | 100 |
Binary | 10101100 | 10011100 | 10101100 | 0 | 1001 | 0 | 100001 | 100101100 | 1001 | 1000000 |
Color Harmonies of #AC9CAC
Complementary color
Monochromatic Colors of #AC9CAC
Black with #AC9CAC
Text Example
Text Example
White with #AC9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CAC; }
p { color: rgb(172,156,172); }
H1.HeaderClassName
{
color: #AC9CAC;
}
.AnyTagClassName
{
color: #AC9CAC;
}
</style>
background-color css
<style>
a { background-color: #AC9CAC; }
a { background-color: rgb(172,156,172); }
div.DivClassName
{
background-color: #AC9CAC;
}
.BgClassName
{
background-color: #AC9CAC;
}
</style>
border-color css
<style>
span { border-color: #AC9CAC; }
span { border-color: rgb(172,156,172); }
td.TdClassName
{
border-color: #AC9CAC;
}
.TagClassName
{
border-color: #AC9CAC;
}
</style>