#AFA7AC

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

Shades of Lily #AFA7AC

Tints of Lily #AFA7AC

Color information

#AFA7AC (or 0xAFA7AC) is unknown color: approx Lily. HEX triplet: AF, A7 and AC. RGB value is (175,167,172). Sum of RGB (Red+Green+Blue) = 175+167+172=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7AC is #505853. Grayscale: #A9A9A9. Windows color (decimal): -5265492 or 11315119. OLE color: 11315119.

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

Color convert

RGB175167172-
CMYK00.050.020.31
HSL322.5º4.76%67.06%-
HSV(B)322.5º4.57%68.63%-
XYZ38.9439.7344.65-
YUV169.96129.15131.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 167 (65.62% from 255) = 32.49%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=34.05%
G=32.49%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516717200.050.020.31322.54.7667.06
HexAFA7AC0521F143543
Octal257247254052375035103
Binary101011111010011110101100010110111111010000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7AC; }

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

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

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

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

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

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

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

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