#ACA9AC

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

Shades of Lola #ACA9AC

Tints of Lola #ACA9AC

Color information

#ACA9AC (or 0xACA9AC) is unknown color: approx Lola. HEX triplet: AC, A9 and AC. RGB value is (172,169,172). Sum of RGB (Red+Green+Blue) = 172+169+172=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #ACA9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9AC is #535653. Grayscale: #AAAAAA. Windows color (decimal): -5461588 or 11315628. OLE color: 11315628.

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

Color convert

RGB172169172-
CMYK00.0200.33
HSL300º1.78%66.86%-
HSV(B)300º1.74%67.45%-
XYZ38.6540.1344.74-
YUV170.24128.99129.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=33.53%
G=32.94%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216917200.0200.333001.7866.86
HexACA9AC0202112c243
Octal254251254020414542103
Binary1010110010101001101011000100100001100101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9AC; }

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

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

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

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

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

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

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

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