#ACA9AA

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

Shades of Shady Lady #ACA9AA

Tints of Shady Lady #ACA9AA

Color information

#ACA9AA (or 0xACA9AA) is unknown color: approx Shady Lady. HEX triplet: AC, A9 and AA. RGB value is (172,169,170). Sum of RGB (Red+Green+Blue) = 172+169+170=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9AA is #535655. Grayscale: #AAAAAA. Windows color (decimal): -5461590 or 11184556. OLE color: 11184556.

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

Color convert

RGB172169170-
CMYK00.020.010.33
HSL340º1.78%66.86%-
HSV(B)340º1.74%67.45%-
XYZ38.4640.0543.73-
YUV170.01127.99129.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=33.66%
G=33.07%
B=33.27%

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
Decimal17216917000.020.010.333401.7866.86
HexACA9AA02121154243
Octal254251252021415242103
Binary1010110010101001101010100101100001101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9AA; }

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

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

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

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

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

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

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

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