Shades of London Hue #ACA0A8
Tints of London Hue #ACA0A8
RGB
CMYK
RGB Variations
Color information
#ACA0A8 (or 0xACA0A8) is known color: London Hue. HEX triplet: AC, A0 and A8. RGB value is (172,160,168). Sum of RGB (Red+Green+Blue) = 172+160+168=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA0A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0A8 is #535F57. Grayscale: #A4A4A4. Windows color (decimal): -5463896 or 11051180. OLE color: 11051180.
HSL color Cylindrical-coordinate representation of color #ACA0A8: hue angle of 320º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACA0A8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 160 | 168 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.33 |
| HSL | 320º | 0.07% | 0.65% | - |
| HSV(B) | 320º | 0.07% | 0.67% | - |
| XYZ | 36.65 | 36.74 | 42.21 | - |
| YUV | 164.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 168 | 0 | 0.07 | 0.02 | 0.33 | 320 | 0.07 | 0.65 |
| Hex | AC | A0 | A8 | 0 | 7 | 2 | 21 | 140 | 7 | 41 |
| Octal | 254 | 240 | 250 | 0 | 7 | 2 | 41 | 500 | 7 | 101 |
| Binary | 10101100 | 10100000 | 10101000 | 0 | 111 | 10 | 100001 | 101000000 | 111 | 1000001 |
Color Harmonies of #ACA0A8
Complementary color
Monochromatic Colors of #ACA0A8
Black with #ACA0A8
Text Example
Text Example
White with #ACA0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA0A8; }
p { color: rgb(172,160,168); }
H1.HeaderClassName
{
color: #ACA0A8;
}
.AnyTagClassName
{
color: #ACA0A8;
}
</style>
background-color css
<style>
a { background-color: #ACA0A8; }
a { background-color: rgb(172,160,168); }
div.DivClassName
{
background-color: #ACA0A8;
}
.BgClassName
{
background-color: #ACA0A8;
}
</style>
border-color css
<style>
span { border-color: #ACA0A8; }
span { border-color: rgb(172,160,168); }
td.TdClassName
{
border-color: #ACA0A8;
}
.TagClassName
{
border-color: #ACA0A8;
}
</style>