#AFA7AB

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

Shades of Lily #AFA7AB

Tints of Lily #AFA7AB

Color information

#AFA7AB (or 0xAFA7AB) is unknown color: approx Lily. HEX triplet: AF, A7 and AB. RGB value is (175,167,171). Sum of RGB (Red+Green+Blue) = 175+167+171=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7AB is #505854. Grayscale: #A9A9A9. Windows color (decimal): -5265493 or 11249583. OLE color: 11249583.

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

Color convert

RGB175167171-
CMYK00.050.020.31
HSL330º4.76%67.06%-
HSV(B)330º4.57%68.63%-
XYZ38.8539.6944.14-
YUV169.85128.65131.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=34.11%
G=32.55%
B=33.33%

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
Decimal17516717100.050.020.313304.7667.06
HexAFA7AB0521F14a543
Octal257247253052375125103
Binary101011111010011110101011010110111111010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7AB; }

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

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

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

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

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

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

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

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