#AFA0AA

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

Shades of Lily #AFA0AA

Tints of Lily #AFA0AA

Color information

#AFA0AA (or 0xAFA0AA) is unknown color: approx Lily. HEX triplet: AF, A0 and AA. RGB value is (175,160,170). Sum of RGB (Red+Green+Blue) = 175+160+170=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0AA is #505F55. Grayscale: #A5A5A5. Windows color (decimal): -5267286 or 11182255. OLE color: 11182255.

HSL color Cylindrical-coordinate representation of color #AFA0AA: hue angle of 320º 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 #AFA0AA is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175160170-
CMYK00.090.030.31
HSL320º8.57%65.69%-
HSV(B)320º8.57%68.63%-
XYZ37.5137.1643.23-
YUV165.62130.47134.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=34.65%
G=31.68%
B=33.66%

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
Decimal17516017000.090.030.313208.5765.69
HexAFA0AA0931F140942
Octal25724025201133750011102
Binary10101111101000001010101001001111111110100000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0AA; }

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

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

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

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

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

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

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

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