#ACA0A4

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

Shades of Shady Lady #ACA0A4

Tints of Shady Lady #ACA0A4

Color information

#ACA0A4 (or 0xACA0A4) is unknown color: approx Shady Lady. HEX triplet: AC, A0 and A4. RGB value is (172,160,164). Sum of RGB (Red+Green+Blue) = 172+160+164=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0A4 is #535F5B. Grayscale: #A4A4A4. Windows color (decimal): -5463900 or 10789036. OLE color: 10789036.

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

Color convert

RGB172160164-
CMYK00.070.050.33
HSL340º6.74%65.1%-
HSV(B)340º6.98%67.45%-
XYZ36.2836.5940.27-
YUV164.04127.98133.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=34.68%
G=32.26%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216016400.070.050.333406.7465.1
HexACA0A407521154741
Octal254240244075415247101
Binary10101100101000001010010001111011000011010101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0A4; }

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

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

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

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

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

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

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

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