#AFA1AA

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

Shades of Lily #AFA1AA

Tints of Lily #AFA1AA

Color information

#AFA1AA (or 0xAFA1AA) is unknown color: approx Lily. HEX triplet: AF, A1 and AA. RGB value is (175,161,170). Sum of RGB (Red+Green+Blue) = 175+161+170=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA1AA is #505E55. Grayscale: #A6A6A6. Windows color (decimal): -5267030 or 11182511. OLE color: 11182511.

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

Color convert

RGB175161170-
CMYK00.080.030.31
HSL321.43º8.05%65.88%-
HSV(B)321.43º8%68.63%-
XYZ37.6837.5143.28-
YUV166.21130.14134.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=34.58%
G=31.82%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516117000.080.030.31321.438.0565.88
HexAFA1AA0831F141842
Octal25724125201033750110102
Binary10101111101000011010101001000111111110100000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1AA; }

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

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

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

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

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

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

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

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