#AFA4AA

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

Shades of Lily #AFA4AA

Tints of Lily #AFA4AA

Color information

#AFA4AA (or 0xAFA4AA) is unknown color: approx Lily. HEX triplet: AF, A4 and AA. RGB value is (175,164,170). Sum of RGB (Red+Green+Blue) = 175+164+170=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA4AA is #505B55. Grayscale: #A7A7A7. Windows color (decimal): -5266262 or 11183279. OLE color: 11183279.

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

Color convert

RGB175164170-
CMYK00.060.030.31
HSL327.27º6.43%66.47%-
HSV(B)327.27º6.29%68.63%-
XYZ38.2138.5743.46-
YUV167.97129.14133.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=34.38%
G=32.22%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516417000.060.030.31327.276.4366.47
HexAFA4AA0631F147642
Octal257244252063375076102
Binary101011111010010010101010011011111111010001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4AA; }

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

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

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

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

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

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

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

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