Shades of Lola #AFABAF
Tints of Lola #AFABAF
RGB
CMYK
RGB Variations
Color information
#AFABAF (or 0xAFABAF) is known color: Lola. HEX triplet: AF, AB and AF. RGB value is (175,171,175). Sum of RGB (Red+Green+Blue) = 175+171+175=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABAF is #505450. Grayscale: #ACACAC. Windows color (decimal): -5264465 or 11512751. OLE color: 11512751.
HSL color Cylindrical-coordinate representation of color #AFABAF: hue angle of 300º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFABAF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 175 | - |
| CMYK | 0 | 0.02 | 0 | 0.31 |
| HSL | 300º | 0.02% | 0.68% | - |
| HSV(B) | 300º | 0.02% | 0.69% | - |
| XYZ | 39.98 | 41.33 | 46.43 | - |
| YUV | 172.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 175 | 0 | 0.02 | 0 | 0.31 | 300 | 0.02 | 0.68 |
| Hex | AF | AB | AF | 0 | 2 | 0 | 1F | 12C | 2 | 44 |
| Octal | 257 | 253 | 257 | 0 | 2 | 0 | 37 | 454 | 2 | 104 |
| Binary | 10101111 | 10101011 | 10101111 | 0 | 10 | 0 | 11111 | 100101100 | 10 | 1000100 |
Color Harmonies of #AFABAF
Complementary color
Monochromatic Colors of #AFABAF
Black with #AFABAF
Text Example
Text Example
White with #AFABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABAF; }
p { color: rgb(175,171,175); }
H1.HeaderClassName
{
color: #AFABAF;
}
.AnyTagClassName
{
color: #AFABAF;
}
</style>
background-color css
<style>
a { background-color: #AFABAF; }
a { background-color: rgb(175,171,175); }
div.DivClassName
{
background-color: #AFABAF;
}
.BgClassName
{
background-color: #AFABAF;
}
</style>
border-color css
<style>
span { border-color: #AFABAF; }
span { border-color: rgb(175,171,175); }
td.TdClassName
{
border-color: #AFABAF;
}
.TagClassName
{
border-color: #AFABAF;
}
</style>