#AFA6AB

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

Shades of Lily #AFA6AB

Tints of Lily #AFA6AB

Color information

#AFA6AB (or 0xAFA6AB) is unknown color: approx Lily. HEX triplet: AF, A6 and AB. RGB value is (175,166,171). Sum of RGB (Red+Green+Blue) = 175+166+171=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6AB is #505954. Grayscale: #A9A9A9. Windows color (decimal): -5265749 or 11249327. OLE color: 11249327.

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

Color convert

RGB175166171-
CMYK00.050.020.31
HSL326.67º5.33%66.86%-
HSV(B)326.67º5.14%68.63%-
XYZ38.6739.3344.08-
YUV169.26128.98132.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=34.18%
G=32.42%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516617100.050.020.31326.675.3366.86
HexAFA6AB0521F147543
Octal257246253052375075103
Binary101011111010011010101011010110111111010001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6AB; }

 p { color: rgb(175,166,171); }

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

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

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

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

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

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

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