COLOR #AC5E37

HEX: #AC5E37
RGB: (172,94,55)

Color info

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

RGB color model

#AC5E37 color RGB value is (172,94,55).

  • red value is 172;
  • green value is 94;
  • blue value is 55.
RGB:
(172,94,55)
(67%,37%,22%)

RGB channels and saturation

R 172 of 255 = 67%
G 94 of 255 = 37%
B 55 of 255 = 22%

172
94
55

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

Portions of RGB colors in percentages

R + G + B =
172 + 94 + 55 = 321 (100%)
R 172 of 321 ~ 53.58%
G 94 of 321 ~ 29.28%
B 55 of 321 ~ 17.13%

%53.58
%29.28
%17.13

CMYK color model

#AC5E37 color CMYK value is (0,45,68,33).

  • cyan value is 0.00%
  • magenta value is 45.35%
  • yellow value is 68.02%
  • key color value is 32.55%
CMYK:
(0,45,68,33)
C0M45Y68K33 
(0%,45%,68%,33%)
(0.00/0.45/0.68/0.33)	

CMYK percentages

%0
%45.35
%68.02
%32.55

Codes

Color #AC5E37 in popluar color models

AC5E37
RGB1729455
HSL20°51.54%44.51%
HSB/HSV20°68.02%67.45%
CMYK0.00%45.35%68.02%
32.55%

Color #AC5E37 in popluar number systems.

HEXAC5E37
Decimal1729455
Binary101011001011110110111
Octal25413667

Shades and tints

Shades of #AC5E37

#AC5E37
(172,94,55)
#9D5632
(157,86,50)
#8E4E2D
(142,78,45)
#7F4628
(127,70,40)
#703E23
(112,62,35)
#61361E
(97,54,30)
#522E19
(82,46,25)
#432614
(67,38,20)
#341E0F
(52,30,15)
#25160A
(37,22,10)
#160E05
(22,14,5)
#000000
(0,0,0)

Tints of #AC5E37

#AC5E37
(172,94,55)
#B36C49
(179,108,73)
#BA7A5B
(186,122,91)
#C1886D
(193,136,109)
#C8967F
(200,150,127)
#CFA491
(207,164,145)
#D6B2A3
(214,178,163)
#DDC0B5
(221,192,181)
#E4CEC7
(228,206,199)
#EBDCD9
(235,220,217)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5E37 color. Also use rgb(172,94,55) instead hex code.

Text Font Color

.myTextColor { color: #AC5E37; }

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

This text font color is #AC5E37.


Background Color

.myBgColor { background-color: #AC5E37; }

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

This div background color is #AC5E37.


Border color

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

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

This div border color is #AC5E37.


Opacity

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

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

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

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

This text has shadow with #AC5E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5E37 on black background.


Color preview on white background

This text has color #AC5E37 on white background.



Black color preview on #AC5E37 background

This text has black color on #AC5E37 background.


White color preview on #AC5E37 background

This text has white color on #AC5E37 background.