COLOR #AC594E

HEX: #AC594E
RGB: (172,89,78)

Color info

#AC594E contains mainly red color. Web safe color of #AC594E is #996666 (or #966).

RGB color model

#AC594E color RGB value is (172,89,78).

  • red value is 172;
  • green value is 89;
  • blue value is 78.
RGB:
(172,89,78)
(67%,35%,31%)

RGB channels and saturation

R 172 of 255 = 67%
G 89 of 255 = 35%
B 78 of 255 = 31%

172
89
78

R + G + B ~ 44%. #AC594E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 89 + 78 = 339 (100%)
R 172 of 339 ~ 50.74%
G 89 of 339 ~ 26.25%
B 78 of 339 ~ 23.01%

%50.74
%26.25
%23.01

CMYK color model

#AC594E color CMYK value is (0,48,55,33).

  • cyan value is 0.00%
  • magenta value is 48.26%
  • yellow value is 54.65%
  • key color value is 32.55%
CMYK:
(0,48,55,33)
C0M48Y55K33 
(0%,48%,55%,33%)
(0.00/0.48/0.55/0.33)	

CMYK percentages

%0
%48.26
%54.65
%32.55

Codes

Color #AC594E in popluar color models

AC594E
RGB1728978
HSL37.60%49.02%
HSB/HSV54.65%67.45%
CMYK0.00%48.26%54.65%
32.55%

Color #AC594E in popluar number systems.

HEXAC594E
Decimal1728978
Binary1010110010110011001110
Octal254131116

Shades and tints

Shades of #AC594E

#AC594E
(172,89,78)
#9D5147
(157,81,71)
#8E4940
(142,73,64)
#7F4139
(127,65,57)
#703932
(112,57,50)
#61312B
(97,49,43)
#522924
(82,41,36)
#43211D
(67,33,29)
#341916
(52,25,22)
#25110F
(37,17,15)
#160908
(22,9,8)
#000000
(0,0,0)

Tints of #AC594E

#AC594E
(172,89,78)
#B3685E
(179,104,94)
#BA776E
(186,119,110)
#C1867E
(193,134,126)
#C8958E
(200,149,142)
#CFA49E
(207,164,158)
#D6B3AE
(214,179,174)
#DDC2BE
(221,194,190)
#E4D1CE
(228,209,206)
#EBE0DE
(235,224,222)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC594E color. Also use rgb(172,89,78) instead hex code.

Text Font Color

.myTextColor { color: #AC594E; }

<p style="color:#AC594E">This sample text font color is #AC594E.</p>

This text font color is #AC594E.


Background Color

.myBgColor { background-color: #AC594E; }

<div style="background-color:#AC594E">Inner text</div>

This div background color is #AC594E.


Border color

.myBorderColor { border: 1px solid #AC594E; }

<div style="border:3px solid #AC594E">Div</div>

This div border color is #AC594E.


Opacity

.myOpacity80 { color: #AC594E; opacity: 0.8; }

<p style="color:#AC594E;opacity:0.8;">80%</p>

Text with #AC594E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AC594E;}

<p style="text-shadow: 3px 3px 1px #AC594E">Text here.</p>

This text has shadow with #AC594E color.

.textShadow {text-shadow: 3px 3px 1px #AC594E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AC594E, 5px 5px 20px red">Text here.</p>

This text has shadow with #AC594E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC594E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AC594E, Direction=45, Strength=4)">Text</p>

This text has shadow with #AC594E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AC594E;
  -webkit-box-shadow:	1px 1px 3px 2px #AC594E;
  box-shadow:		1px 1px 3px 2px #AC594E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC594E;
-webkit-box-shadow: 1px 1px 3px 2px #AC594E;
box-shadow:1px 1px 3px 2px #AC594E;">
Div content here</div>
This div box has shadow with color #AC594E.

Preview

Color preview on black background

This text has color #AC594E on black background.


Color preview on white background

This text has color #AC594E on white background.



Black color preview on #AC594E background

This text has black color on #AC594E background.


White color preview on #AC594E background

This text has white color on #AC594E background.