#AFA5AA

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

Shades of Lily #AFA5AA

Tints of Lily #AFA5AA

Color information

#AFA5AA (or 0xAFA5AA) is unknown color: approx Lily. HEX triplet: AF, A5 and AA. RGB value is (175,165,170). Sum of RGB (Red+Green+Blue) = 175+165+170=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA5AA is #505A55. Grayscale: #A8A8A8. Windows color (decimal): -5266006 or 11183535. OLE color: 11183535.

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

Color convert

RGB175165170-
CMYK00.060.030.31
HSL330º5.88%66.67%-
HSV(B)330º5.71%68.63%-
XYZ38.3938.9343.52-
YUV168.56128.81132.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=34.31%
G=32.35%
B=33.33%

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
Decimal17516517000.060.030.313305.8866.67
HexAFA5AA0631F14a643
Octal257245252063375126103
Binary101011111010010110101010011011111111010010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5AA; }

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

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

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

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

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

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

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

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