#AFAAAF

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

Shades of Lola #AFAAAF

Tints of Lola #AFAAAF

Color information

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

RGB175170175-
CMYK00.0300.31
HSL300º3.03%67.65%-
HSV(B)300º2.86%68.63%-
XYZ39.7940.9646.37-
YUV172.06129.66130.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=33.65%
G=32.69%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517017500.0300.313003.0367.65
HexAFAAAF0301F12c344
Octal257252257030374543104
Binary101011111010101010101111011011111100101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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