#ACA9AB

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

Shades of Lily #ACA9AB

Tints of Lily #ACA9AB

Color information

#ACA9AB (or 0xACA9AB) is unknown color: approx Lily. HEX triplet: AC, A9 and AB. RGB value is (172,169,171). Sum of RGB (Red+Green+Blue) = 172+169+171=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9AB is #535654. Grayscale: #AAAAAA. Windows color (decimal): -5461589 or 11250092. OLE color: 11250092.

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

Color convert

RGB172169171-
CMYK00.020.010.33
HSL320º1.78%66.86%-
HSV(B)320º1.74%67.45%-
XYZ38.5540.0944.23-
YUV170.12128.49129.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=33.59%
G=33.01%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216917100.020.010.333201.7866.86
HexACA9AB02121140243
Octal254251253021415002103
Binary1010110010101001101010110101100001101000000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9AB; }

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

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

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

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

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

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

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

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