Shades of London Hue #ACA2AB
Tints of London Hue #ACA2AB
RGB
CMYK
RGB Variations
Color information
#ACA2AB (or 0xACA2AB) is known color: London Hue. HEX triplet: AC, A2 and AB. RGB value is (172,162,171). Sum of RGB (Red+Green+Blue) = 172+162+171=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA2AB is #535D54. Grayscale: #A5A5A5. Windows color (decimal): -5463381 or 11248300. OLE color: 11248300.
HSL color Cylindrical-coordinate representation of color #ACA2AB: hue angle of 306º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACA2AB is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 162 | 171 | - |
CMYK | 0 | 0.06 | 0.01 | 0.33 |
HSL | 306º | 0.06% | 0.65% | - |
HSV(B) | 306º | 0.06% | 0.67% | - |
XYZ | 37.28 | 37.55 | 43.81 | - |
YUV | 166.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 162 | 171 | 0 | 0.06 | 0.01 | 0.33 | 306 | 0.06 | 0.65 |
Hex | AC | A2 | AB | 0 | 6 | 1 | 21 | 132 | 6 | 41 |
Octal | 254 | 242 | 253 | 0 | 6 | 1 | 41 | 462 | 6 | 101 |
Binary | 10101100 | 10100010 | 10101011 | 0 | 110 | 1 | 100001 | 100110010 | 110 | 1000001 |
Color Harmonies of #ACA2AB
Complementary color
Monochromatic Colors of #ACA2AB
Black with #ACA2AB
Text Example
Text Example
White with #ACA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA2AB; }
p { color: rgb(172,162,171); }
H1.HeaderClassName
{
color: #ACA2AB;
}
.AnyTagClassName
{
color: #ACA2AB;
}
</style>
background-color css
<style>
a { background-color: #ACA2AB; }
a { background-color: rgb(172,162,171); }
div.DivClassName
{
background-color: #ACA2AB;
}
.BgClassName
{
background-color: #ACA2AB;
}
</style>
border-color css
<style>
span { border-color: #ACA2AB; }
span { border-color: rgb(172,162,171); }
td.TdClassName
{
border-color: #ACA2AB;
}
.TagClassName
{
border-color: #ACA2AB;
}
</style>