COLOR #AC5A39

HEX: #AC5A39
RGB: (172,90,57)

Color info

#AC5A39 contains mainly red color. Web safe color of #AC5A39 is #996633 (or #963).

RGB color model

#AC5A39 color RGB value is (172,90,57).

  • red value is 172;
  • green value is 90;
  • blue value is 57.
RGB:
(172,90,57)
(67%,35%,22%)

RGB channels and saturation

R 172 of 255 = 67%
G 90 of 255 = 35%
B 57 of 255 = 22%

172
90
57

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

Portions of RGB colors in percentages

R + G + B =
172 + 90 + 57 = 319 (100%)
R 172 of 319 ~ 53.92%
G 90 of 319 ~ 28.21%
B 57 of 319 ~ 17.87%

%53.92
%28.21
%17.87

CMYK color model

#AC5A39 color CMYK value is (0,48,67,33).

  • cyan value is 0.00%
  • magenta value is 47.67%
  • yellow value is 66.86%
  • key color value is 32.55%
CMYK:
(0,48,67,33)
C0M48Y67K33 
(0%,48%,67%,33%)
(0.00/0.48/0.67/0.33)	

CMYK percentages

%0
%47.67
%66.86
%32.55

Codes

Color #AC5A39 in popluar color models

AC5A39
RGB1729057
HSL17°50.22%44.90%
HSB/HSV17°66.86%67.45%
CMYK0.00%47.67%66.86%
32.55%

Color #AC5A39 in popluar number systems.

HEXAC5A39
Decimal1729057
Binary101011001011010111001
Octal25413271

Shades and tints

Shades of #AC5A39

#AC5A39
(172,90,57)
#9D5234
(157,82,52)
#8E4A2F
(142,74,47)
#7F422A
(127,66,42)
#703A25
(112,58,37)
#613220
(97,50,32)
#522A1B
(82,42,27)
#432216
(67,34,22)
#341A11
(52,26,17)
#25120C
(37,18,12)
#160A07
(22,10,7)
#000000
(0,0,0)

Tints of #AC5A39

#AC5A39
(172,90,57)
#B3694B
(179,105,75)
#BA785D
(186,120,93)
#C1876F
(193,135,111)
#C89681
(200,150,129)
#CFA593
(207,165,147)
#D6B4A5
(214,180,165)
#DDC3B7
(221,195,183)
#E4D2C9
(228,210,201)
#EBE1DB
(235,225,219)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5A39 color. Also use rgb(172,90,57) instead hex code.

Text Font Color

.myTextColor { color: #AC5A39; }

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

This text font color is #AC5A39.


Background Color

.myBgColor { background-color: #AC5A39; }

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

This div background color is #AC5A39.


Border color

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

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

This div border color is #AC5A39.


Opacity

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

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

Text with #AC5A39 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 #AC5A39;}

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

This text has shadow with #AC5A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5A39 on black background.


Color preview on white background

This text has color #AC5A39 on white background.



Black color preview on #AC5A39 background

This text has black color on #AC5A39 background.


White color preview on #AC5A39 background

This text has white color on #AC5A39 background.