#AC9DA0

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

Shades of Shady Lady #AC9DA0

Tints of Shady Lady #AC9DA0

Color information

#AC9DA0 (or 0xAC9DA0) is unknown color: approx Shady Lady. HEX triplet: AC, 9D and A0. RGB value is (172,157,160). Sum of RGB (Red+Green+Blue) = 172+157+160=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA0 is #53625F. Grayscale: #A1A1A1. Windows color (decimal): -5464672 or 10526124. OLE color: 10526124.

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

Color convert

RGB172157160-
CMYK00.090.070.33
HSL348º8.29%64.51%-
HSV(B)348º8.72%67.45%-
XYZ35.4235.4238.23-
YUV161.83126.97135.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=35.17%
G=32.11%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215716000.090.070.333488.2964.51
HexAC9DA00972115c841
Octal25423524001174153410101
Binary1010110010011101101000000100111110000110101110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DA0; }

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

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

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

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

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

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

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

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