#ACA4A9

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

Shades of Shady Lady #ACA4A9

Tints of Shady Lady #ACA4A9

Color information

#ACA4A9 (or 0xACA4A9) is unknown color: approx Shady Lady. HEX triplet: AC, A4 and A9. RGB value is (172,164,169). Sum of RGB (Red+Green+Blue) = 172+164+169=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA4A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA4A9 is #535B56. Grayscale: #A6A6A6. Windows color (decimal): -5462871 or 11117740. OLE color: 11117740.

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

Color convert

RGB172164169-
CMYK00.050.020.33
HSL322.5º4.6%65.88%-
HSV(B)322.5º4.65%67.45%-
XYZ37.4538.1942.93-
YUV166.96129.15131.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=34.06%
G=32.48%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216416900.050.020.33322.54.665.88
HexACA4A905221143542
Octal254244251052415035102
Binary1010110010100100101010010101101000011010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4A9; }

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

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

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

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

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

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

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

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