#AFA6AC

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

Shades of Lily #AFA6AC

Tints of Lily #AFA6AC

Color information

#AFA6AC (or 0xAFA6AC) is unknown color: approx Lily. HEX triplet: AF, A6 and AC. RGB value is (175,166,172). Sum of RGB (Red+Green+Blue) = 175+166+172=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6AC is #505953. Grayscale: #A9A9A9. Windows color (decimal): -5265748 or 11314863. OLE color: 11314863.

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

Color convert

RGB175166172-
CMYK00.050.020.31
HSL320º5.33%66.86%-
HSV(B)320º5.14%68.63%-
XYZ38.7639.3644.58-
YUV169.38129.48132.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=34.11%
G=32.36%
B=33.53%

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
Decimal17516617200.050.020.313205.3366.86
HexAFA6AC0521F140543
Octal257246254052375005103
Binary101011111010011010101100010110111111010000001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6AC; }

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

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

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

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

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

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

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

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