#AFA8AD

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

Shades of Lily #AFA8AD

Tints of Lily #AFA8AD

Color information

#AFA8AD (or 0xAFA8AD) is unknown color: approx Lily. HEX triplet: AF, A8 and AD. RGB value is (175,168,173). Sum of RGB (Red+Green+Blue) = 175+168+173=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8AD is #505752. Grayscale: #AAAAAA. Windows color (decimal): -5265235 or 11380911. OLE color: 11380911.

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

Color convert

RGB175168173-
CMYK00.040.010.31
HSL317.14º4.19%67.25%-
HSV(B)317.14º4%68.63%-
XYZ39.2240.1445.21-
YUV170.66129.32131.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=33.91%
G=32.56%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516817300.040.010.31317.144.1967.25
HexAFA8AD0411F13d443
Octal257250255041374754103
Binary10101111101010001010110101001111111001111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8AD; }

 p { color: rgb(175,168,173); }

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

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

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

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

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

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

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