#AFA1A9

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

Shades of Lily #AFA1A9

Tints of Lily #AFA1A9

Color information

#AFA1A9 (or 0xAFA1A9) is unknown color: approx Lily. HEX triplet: AF, A1 and A9. RGB value is (175,161,169). Sum of RGB (Red+Green+Blue) = 175+161+169=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA1A9 is #505E56. Grayscale: #A6A6A6. Windows color (decimal): -5267031 or 11116975. OLE color: 11116975.

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

Color convert

RGB175161169-
CMYK00.080.030.31
HSL325.71º8.05%65.88%-
HSV(B)325.71º8%68.63%-
XYZ37.5937.4742.79-
YUV166.1129.64134.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=34.65%
G=31.88%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516116900.080.030.31325.718.0565.88
HexAFA1A90831F146842
Octal25724125101033750610102
Binary10101111101000011010100101000111111110100011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1A9; }

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

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

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

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

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

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

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

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