Shades of Lola #ACA9AC
Tints of Lola #ACA9AC
RGB
CMYK
RGB Variations
Color information
#ACA9AC (or 0xACA9AC) is known color: Lola. HEX triplet: AC, A9 and AC. RGB value is (172,169,172). Sum of RGB (Red+Green+Blue) = 172+169+172=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #ACA9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9AC is #535653. Grayscale: #AAAAAA. Windows color (decimal): -5461588 or 11315628. OLE color: 11315628.
HSL color Cylindrical-coordinate representation of color #ACA9AC: hue angle of 300º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACA9AC is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 169 | 172 | - |
CMYK | 0 | 0.02 | 0 | 0.33 |
HSL | 300º | 0.02% | 0.67% | - |
HSV(B) | 300º | 0.02% | 0.67% | - |
XYZ | 38.65 | 40.13 | 44.74 | - |
YUV | 170.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 169 | 172 | 0 | 0.02 | 0 | 0.33 | 300 | 0.02 | 0.67 |
Hex | AC | A9 | AC | 0 | 2 | 0 | 21 | 12C | 2 | 43 |
Octal | 254 | 251 | 254 | 0 | 2 | 0 | 41 | 454 | 2 | 103 |
Binary | 10101100 | 10101001 | 10101100 | 0 | 10 | 0 | 100001 | 100101100 | 10 | 1000011 |
Color Harmonies of #ACA9AC
Complementary color
Monochromatic Colors of #ACA9AC
Black with #ACA9AC
Text Example
Text Example
White with #ACA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA9AC; }
p { color: rgb(172,169,172); }
H1.HeaderClassName
{
color: #ACA9AC;
}
.AnyTagClassName
{
color: #ACA9AC;
}
</style>
background-color css
<style>
a { background-color: #ACA9AC; }
a { background-color: rgb(172,169,172); }
div.DivClassName
{
background-color: #ACA9AC;
}
.BgClassName
{
background-color: #ACA9AC;
}
</style>
border-color css
<style>
span { border-color: #ACA9AC; }
span { border-color: rgb(172,169,172); }
td.TdClassName
{
border-color: #ACA9AC;
}
.TagClassName
{
border-color: #ACA9AC;
}
</style>