Shades of Lola #AEACAE
Tints of Lola #AEACAE
RGB
CMYK
RGB Variations
Color information
#AEACAE (or 0xAEACAE) is known color: Lola. HEX triplet: AE, AC and AE. RGB value is (174,172,174). Sum of RGB (Red+Green+Blue) = 174+172+174=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AEACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACAE is #515351. Grayscale: #ACACAC. Windows color (decimal): -5329746 or 11447470. OLE color: 11447470.
HSL color Cylindrical-coordinate representation of color #AEACAE: hue angle of 300º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AEACAE is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 174 | - |
| CMYK | 0 | 0.01 | 0 | 0.32 |
| HSL | 300º | 0.01% | 0.68% | - |
| HSV(B) | 300º | 0.01% | 0.68% | - |
| XYZ | 39.85 | 41.56 | 45.97 | - |
| YUV | 172.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 174 | 0 | 0.01 | 0 | 0.32 | 300 | 0.01 | 0.68 |
| Hex | AE | AC | AE | 0 | 1 | 0 | 20 | 12C | 1 | 44 |
| Octal | 256 | 254 | 256 | 0 | 1 | 0 | 40 | 454 | 1 | 104 |
| Binary | 10101110 | 10101100 | 10101110 | 0 | 1 | 0 | 100000 | 100101100 | 1 | 1000100 |
Color Harmonies of #AEACAE
Complementary color
Monochromatic Colors of #AEACAE
Black with #AEACAE
Text Example
Text Example
White with #AEACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACAE; }
p { color: rgb(174,172,174); }
H1.HeaderClassName
{
color: #AEACAE;
}
.AnyTagClassName
{
color: #AEACAE;
}
</style>
background-color css
<style>
a { background-color: #AEACAE; }
a { background-color: rgb(174,172,174); }
div.DivClassName
{
background-color: #AEACAE;
}
.BgClassName
{
background-color: #AEACAE;
}
</style>
border-color css
<style>
span { border-color: #AEACAE; }
span { border-color: rgb(174,172,174); }
td.TdClassName
{
border-color: #AEACAE;
}
.TagClassName
{
border-color: #AEACAE;
}
</style>