#AFABAF

Color #AFABAF Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #AFABAF

Tints of Lola #AFABAF

Color information

#AFABAF (or 0xAFABAF) is unknown color: approx 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

RGB175171175-
CMYK00.0200.31
HSL300º2.44%67.84%-
HSV(B)300º2.29%68.63%-
XYZ39.9841.3346.43-
YUV172.65129.33129.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=33.59%
G=32.82%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517117500.0200.313002.4467.84
HexAFABAF0201F12c244
Octal257253257020374542104
Binary101011111010101110101111010011111100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>