#AFA9AF

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

Shades of Lola #AFA9AF

Tints of Lola #AFA9AF

Color information

#AFA9AF (or 0xAFA9AF) is unknown color: approx Lola. HEX triplet: AF, A9 and AF. RGB value is (175,169,175). Sum of RGB (Red+Green+Blue) = 175+169+175=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFA9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA9AF is #505650. Grayscale: #ABABAB. Windows color (decimal): -5264977 or 11512239. OLE color: 11512239.

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

Color convert

RGB175169175-
CMYK00.0300.31
HSL300º3.61%67.45%-
HSV(B)300º3.43%68.63%-
XYZ39.6140.5946.3-
YUV171.48129.99130.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=33.72%
G=32.56%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516917500.0300.313003.6167.45
HexAFA9AF0301F12c443
Octal257251257030374544103
Binary1010111110101001101011110110111111001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9AF; }

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

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

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

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

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

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

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

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