Shades of Lola #ACABAC
Tints of Lola #ACABAC
RGB
CMYK
RGB Variations
Color information
#ACABAC (or 0xACABAC) is known color: Lola. HEX triplet: AC, AB and AC. RGB value is (172,171,172). Sum of RGB (Red+Green+Blue) = 172+171+172=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #ACABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABAC is #535453. Grayscale: #ABABAB. Windows color (decimal): -5461076 or 11316140. OLE color: 11316140.
HSL color Cylindrical-coordinate representation of color #ACABAC: hue angle of 300º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ACABAC is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 171 | 172 | - |
CMYK | 0 | 0.01 | 0 | 0.33 |
HSL | 300º | 0.01% | 0.67% | - |
HSV(B) | 300º | 0.01% | 0.67% | - |
XYZ | 39.02 | 40.88 | 44.86 | - |
YUV | 171.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 171 | 172 | 0 | 0.01 | 0 | 0.33 | 300 | 0.01 | 0.67 |
Hex | AC | AB | AC | 0 | 1 | 0 | 21 | 12C | 1 | 43 |
Octal | 254 | 253 | 254 | 0 | 1 | 0 | 41 | 454 | 1 | 103 |
Binary | 10101100 | 10101011 | 10101100 | 0 | 1 | 0 | 100001 | 100101100 | 1 | 1000011 |
Color Harmonies of #ACABAC
Complementary color
Monochromatic Colors of #ACABAC
Black with #ACABAC
Text Example
Text Example
White with #ACABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABAC; }
p { color: rgb(172,171,172); }
H1.HeaderClassName
{
color: #ACABAC;
}
.AnyTagClassName
{
color: #ACABAC;
}
</style>
background-color css
<style>
a { background-color: #ACABAC; }
a { background-color: rgb(172,171,172); }
div.DivClassName
{
background-color: #ACABAC;
}
.BgClassName
{
background-color: #ACABAC;
}
</style>
border-color css
<style>
span { border-color: #ACABAC; }
span { border-color: rgb(172,171,172); }
td.TdClassName
{
border-color: #ACABAC;
}
.TagClassName
{
border-color: #ACABAC;
}
</style>