Shades of Lola #AFAAAF
Tints of Lola #AFAAAF
RGB
CMYK
RGB Variations
Color information
#AFAAAF (or 0xAFAAAF) is known color: Lola. HEX triplet: AF, AA and AF. RGB value is (175,170,175). Sum of RGB (Red+Green+Blue) = 175+170+175=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAAF is #505550. Grayscale: #ACACAC. Windows color (decimal): -5264721 or 11512495. OLE color: 11512495.
HSL color Cylindrical-coordinate representation of color #AFAAAF: hue angle of 300º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFAAAF is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 170 | 175 | - |
CMYK | 0 | 0.03 | 0 | 0.31 |
HSL | 300º | 0.03% | 0.68% | - |
HSV(B) | 300º | 0.03% | 0.69% | - |
XYZ | 39.79 | 40.96 | 46.37 | - |
YUV | 172.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 170 | 175 | 0 | 0.03 | 0 | 0.31 | 300 | 0.03 | 0.68 |
Hex | AF | AA | AF | 0 | 3 | 0 | 1F | 12C | 3 | 44 |
Octal | 257 | 252 | 257 | 0 | 3 | 0 | 37 | 454 | 3 | 104 |
Binary | 10101111 | 10101010 | 10101111 | 0 | 11 | 0 | 11111 | 100101100 | 11 | 1000100 |
Color Harmonies of #AFAAAF
Complementary color
Monochromatic Colors of #AFAAAF
Black with #AFAAAF
Text Example
Text Example
White with #AFAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAAF; }
p { color: rgb(175,170,175); }
H1.HeaderClassName
{
color: #AFAAAF;
}
.AnyTagClassName
{
color: #AFAAAF;
}
</style>
background-color css
<style>
a { background-color: #AFAAAF; }
a { background-color: rgb(175,170,175); }
div.DivClassName
{
background-color: #AFAAAF;
}
.BgClassName
{
background-color: #AFAAAF;
}
</style>
border-color css
<style>
span { border-color: #AFAAAF; }
span { border-color: rgb(175,170,175); }
td.TdClassName
{
border-color: #AFAAAF;
}
.TagClassName
{
border-color: #AFAAAF;
}
</style>