#AFA9AC

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

Shades of Lily #AFA9AC

Tints of Lily #AFA9AC

Color information

#AFA9AC (or 0xAFA9AC) is unknown color: approx Lily. HEX triplet: AF, A9 and AC. RGB value is (175,169,172). Sum of RGB (Red+Green+Blue) = 175+169+172=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA9AC is #505653. Grayscale: #ABABAB. Windows color (decimal): -5264980 or 11315631. OLE color: 11315631.

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

Color convert

RGB175169172-
CMYK00.030.020.31
HSL330º3.61%67.45%-
HSV(B)330º3.43%68.63%-
XYZ39.3140.4744.77-
YUV171.14128.49130.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=33.91%
G=32.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516917200.030.020.313303.6167.45
HexAFA9AC0321F14a443
Octal257251254032375124103
Binary10101111101010011010110001110111111010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9AC; }

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

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

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

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

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

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

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

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