#ACA8AA

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

Shades of Shady Lady #ACA8AA

Tints of Shady Lady #ACA8AA

Color information

#ACA8AA (or 0xACA8AA) is unknown color: approx Shady Lady. HEX triplet: AC, A8 and AA. RGB value is (172,168,170). Sum of RGB (Red+Green+Blue) = 172+168+170=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA8AA is #535755. Grayscale: #A9A9A9. Windows color (decimal): -5461846 or 11184300. OLE color: 11184300.

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

Color convert

RGB172168170-
CMYK00.020.010.33
HSL330º2.35%66.67%-
HSV(B)330º2.33%67.45%-
XYZ38.2739.6843.67-
YUV169.42128.33129.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=33.73%
G=32.94%
B=33.33%

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
Decimal17216817000.020.010.333302.3566.67
HexACA8AA0212114a243
Octal254250252021415122103
Binary1010110010101000101010100101100001101001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8AA; }

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

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

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

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

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

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

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

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