#AC939D

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

Shades of Shady Lady #AC939D

Tints of Shady Lady #AC939D

Color information

#AC939D (or 0xAC939D) is unknown color: approx Shady Lady. HEX triplet: AC, 93 and 9D. RGB value is (172,147,157). Sum of RGB (Red+Green+Blue) = 172+147+157=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC939D is #536C62. Grayscale: #9B9B9B. Windows color (decimal): -5467235 or 10326956. OLE color: 10326956.

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

Color convert

RGB172147157-
CMYK00.150.090.33
HSL336º13.09%62.55%-
HSV(B)336º14.53%67.45%-
XYZ33.5332.0736.32-
YUV155.61128.78139.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=36.13%
G=30.88%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214715700.150.090.3333613.0962.55
HexAC939D0F921150d3f
Octal25422323501711415201577
Binary1010110010010011100111010111110011000011010100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC939D; }

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

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

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

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

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

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

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

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