#AFA4AB

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

Shades of Lily #AFA4AB

Tints of Lily #AFA4AB

Color information

#AFA4AB (or 0xAFA4AB) is unknown color: approx Lily. HEX triplet: AF, A4 and AB. RGB value is (175,164,171). Sum of RGB (Red+Green+Blue) = 175+164+171=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA4AB is #505B54. Grayscale: #A8A8A8. Windows color (decimal): -5266261 or 11248815. OLE color: 11248815.

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

Color convert

RGB175164171-
CMYK00.060.020.31
HSL321.82º6.43%66.47%-
HSV(B)321.82º6.29%68.63%-
XYZ38.3138.6143.96-
YUV168.09129.64132.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 164 (64.45% from 255) = 32.16%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=34.31%
G=32.16%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516417100.060.020.31321.826.4366.47
HexAFA4AB0621F142642
Octal257244253062375026102
Binary101011111010010010101011011010111111010000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4AB; }

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

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

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

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

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

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

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

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