#AFA8AC

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

Shades of Lily #AFA8AC

Tints of Lily #AFA8AC

Color information

#AFA8AC (or 0xAFA8AC) is unknown color: approx Lily. HEX triplet: AF, A8 and AC. RGB value is (175,168,172). Sum of RGB (Red+Green+Blue) = 175+168+172=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8AC is #505753. Grayscale: #AAAAAA. Windows color (decimal): -5265236 or 11315375. OLE color: 11315375.

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

Color convert

RGB175168172-
CMYK00.040.020.31
HSL325.71º4.19%67.25%-
HSV(B)325.71º4%68.63%-
XYZ39.1340.144.71-
YUV170.55128.82131.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=33.98%
G=32.62%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516817200.040.020.31325.714.1967.25
HexAFA8AC0421F146443
Octal257250254042375064103
Binary101011111010100010101100010010111111010001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8AC; }

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

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

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

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

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

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

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

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