#AC959D

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

Shades of Shady Lady #AC959D

Tints of Shady Lady #AC959D

Color information

#AC959D (or 0xAC959D) is unknown color: approx Shady Lady. HEX triplet: AC, 95 and 9D. RGB value is (172,149,157). Sum of RGB (Red+Green+Blue) = 172+149+157=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC959D is #536A62. Grayscale: #9C9C9C. Windows color (decimal): -5466723 or 10327468. OLE color: 10327468.

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

Color convert

RGB172149157-
CMYK00.130.090.33
HSL339.13º12.17%62.94%-
HSV(B)339.13º13.37%67.45%-
XYZ33.8532.736.43-
YUV156.79128.12138.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=35.98%
G=31.17%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214915700.130.090.33339.1312.1762.94
HexAC959D0D921153c3f
Octal25422523501511415231477
Binary1010110010010101100111010110110011000011010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC959D; }

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

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

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

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

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

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

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

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