Shades of London Hue #AC9CAB
Tints of London Hue #AC9CAB
RGB
CMYK
RGB Variations
Color information
#AC9CAB (or 0xAC9CAB) is known color: London Hue. HEX triplet: AC, 9C and AB. RGB value is (172,156,171). Sum of RGB (Red+Green+Blue) = 172+156+171=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAB is #536354. Grayscale: #A2A2A2. Windows color (decimal): -5464917 or 11246764. OLE color: 11246764.
HSL color Cylindrical-coordinate representation of color #AC9CAB: hue angle of 303.75º 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 #AC9CAB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 156 | 171 | - |
CMYK | 0 | 0.09 | 0.01 | 0.33 |
HSL | 303.75º | 0.09% | 0.64% | - |
HSV(B) | 303.75º | 0.09% | 0.67% | - |
XYZ | 36.25 | 35.49 | 43.47 | - |
YUV | 162.49 | 132.8 | 134.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 156 | 171 | 0 | 0.09 | 0.01 | 0.33 | 303.75 | 0.09 | 0.64 |
Hex | AC | 9C | AB | 0 | 9 | 1 | 21 | 130 | 9 | 40 |
Octal | 254 | 234 | 253 | 0 | 11 | 1 | 41 | 460 | 11 | 100 |
Binary | 10101100 | 10011100 | 10101011 | 0 | 1001 | 1 | 100001 | 100110000 | 1001 | 1000000 |
Color Harmonies of #AC9CAB
Complementary color
Monochromatic Colors of #AC9CAB
Black with #AC9CAB
Text Example
Text Example
White with #AC9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CAB; }
p { color: rgb(172,156,171); }
H1.HeaderClassName
{
color: #AC9CAB;
}
.AnyTagClassName
{
color: #AC9CAB;
}
</style>
background-color css
<style>
a { background-color: #AC9CAB; }
a { background-color: rgb(172,156,171); }
div.DivClassName
{
background-color: #AC9CAB;
}
.BgClassName
{
background-color: #AC9CAB;
}
</style>
border-color css
<style>
span { border-color: #AC9CAB; }
span { border-color: rgb(172,156,171); }
td.TdClassName
{
border-color: #AC9CAB;
}
.TagClassName
{
border-color: #AC9CAB;
}
</style>