#AFA0A9

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

Shades of Lily #AFA0A9

Tints of Lily #AFA0A9

Color information

#AFA0A9 (or 0xAFA0A9) is unknown color: approx Lily. HEX triplet: AF, A0 and A9. RGB value is (175,160,169). Sum of RGB (Red+Green+Blue) = 175+160+169=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0A9 is #505F56. Grayscale: #A5A5A5. Windows color (decimal): -5267287 or 11116719. OLE color: 11116719.

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

Color convert

RGB175160169-
CMYK00.090.030.31
HSL324º8.57%65.69%-
HSV(B)324º8.57%68.63%-
XYZ37.4137.1242.73-
YUV165.51129.97134.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=34.72%
G=31.75%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516016900.090.030.313248.5765.69
HexAFA0A90931F144942
Octal25724025101133750411102
Binary10101111101000001010100101001111111110100010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0A9; }

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

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

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

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

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

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

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

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