#AC939E

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

Shades of Shady Lady #AC939E

Tints of Shady Lady #AC939E

Color information

#AC939E (or 0xAC939E) is unknown color: approx Shady Lady. HEX triplet: AC, 93 and 9E. RGB value is (172,147,158). Sum of RGB (Red+Green+Blue) = 172+147+158=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC939E is #536C61. Grayscale: #9B9B9B. Windows color (decimal): -5467234 or 10392492. OLE color: 10392492.

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

Color convert

RGB172147158-
CMYK00.150.080.33
HSL333.6º13.09%62.55%-
HSV(B)333.6º14.53%67.45%-
XYZ33.6232.1136.77-
YUV155.73129.28139.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=36.06%
G=30.82%
B=33.12%

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
Decimal17214715800.150.080.33333.613.0962.55
HexAC939E0F82114ed3f
Octal25422323601710415161577
Binary1010110010010011100111100111110001000011010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC939E; }

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

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

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

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

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

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

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

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