#AFAEAF

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

Shades of Lola #AFAEAF

Tints of Lola #AFAEAF

Color information

#AFAEAF (or 0xAFAEAF) is unknown color: approx Lola. HEX triplet: AF, AE and AF. RGB value is (175,174,175). Sum of RGB (Red+Green+Blue) = 175+174+175=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEAF is #505150. Grayscale: #AEAEAE. Windows color (decimal): -5263697 or 11513519. OLE color: 11513519.

HSL color Cylindrical-coordinate representation of color #AFAEAF: hue angle of 300º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AFAEAF is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175174175-
CMYK00.0100.31
HSL300º0.62%68.43%-
HSV(B)300º0.57%68.63%-
XYZ40.5542.4846.62-
YUV174.41128.33128.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=33.40%
G=33.21%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517417500.0100.313000.6268.43
HexAFAEAF0101F12c144
Octal257256257010374541104
Binary1010111110101110101011110101111110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEAF; }

 p { color: rgb(175,174,175); }

 H1.HeaderClassName
 {
   color: #AFAEAF;
 }
 .AnyTagClassName
 {
   color: #AFAEAF;
 }
</style>
background-color css

<style>
 a { background-color: #AFAEAF; }

 a { background-color: rgb(175,174,175); }

 div.DivClassName
 {
   background-color: #AFAEAF;
 }
 .BgClassName
 {
   background-color: #AFAEAF;
 }
</style>
border-color css

<style>
 span { border-color: #AFAEAF; }

 span { border-color: rgb(175,174,175); }

 td.TdClassName
 {
   border-color: #AFAEAF;
 }
 .TagClassName
 {
   border-color: #AFAEAF;
 }
</style>