#AC939F

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

Shades of Shady Lady #AC939F

Tints of Shady Lady #AC939F

Color information

#AC939F (or 0xAC939F) is unknown color: approx Shady Lady. HEX triplet: AC, 93 and 9F. RGB value is (172,147,159). Sum of RGB (Red+Green+Blue) = 172+147+159=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC939F is #536C60. Grayscale: #9B9B9B. Windows color (decimal): -5467233 or 10458028. OLE color: 10458028.

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

Color convert

RGB172147159-
CMYK00.150.080.33
HSL331.2º13.09%62.55%-
HSV(B)331.2º14.53%67.45%-
XYZ33.732.1437.23-
YUV155.84129.78139.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=35.98%
G=30.75%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214715900.150.080.33331.213.0962.55
HexAC939F0F82114bd3f
Octal25422323701710415131577
Binary1010110010010011100111110111110001000011010010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC939F; }

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

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

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

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

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

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

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

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