#AFA5AC

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

Shades of Lily #AFA5AC

Tints of Lily #AFA5AC

Color information

#AFA5AC (or 0xAFA5AC) is unknown color: approx Lily. HEX triplet: AF, A5 and AC. RGB value is (175,165,172). Sum of RGB (Red+Green+Blue) = 175+165+172=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA5AC is #505A53. Grayscale: #A8A8A8. Windows color (decimal): -5266004 or 11314607. OLE color: 11314607.

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

Color convert

RGB175165172-
CMYK00.060.020.31
HSL318º5.88%66.67%-
HSV(B)318º5.71%68.63%-
XYZ38.583944.52-
YUV168.79129.81132.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=34.18%
G=32.23%
B=33.59%

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
Decimal17516517200.060.020.313185.8866.67
HexAFA5AC0621F13e643
Octal257245254062374766103
Binary101011111010010110101100011010111111001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5AC; }

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

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

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

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

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

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

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

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