COLOR #AC5F39

HEX: #AC5F39
RGB: (172,95,57)

Color info

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

RGB color model

#AC5F39 color RGB value is (172,95,57).

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

RGB channels and saturation

R 172 of 255 = 67%
G 95 of 255 = 37%
B 57 of 255 = 22%

172
95
57

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

Portions of RGB colors in percentages

R + G + B =
172 + 95 + 57 = 324 (100%)
R 172 of 324 ~ 53.09%
G 95 of 324 ~ 29.32%
B 57 of 324 ~ 17.59%

%53.09
%29.32
%17.59

CMYK color model

#AC5F39 color CMYK value is (0,45,67,33).

  • cyan value is 0.00%
  • magenta value is 44.77%
  • yellow value is 66.86%
  • key color value is 32.55%
CMYK:
(0,45,67,33)
C0M45Y67K33 
(0%,45%,67%,33%)
(0.00/0.45/0.67/0.33)	

CMYK percentages

%0
%44.77
%66.86
%32.55

Codes

Color #AC5F39 in popluar color models

AC5F39
RGB1729557
HSL20°50.22%44.90%
HSB/HSV20°66.86%67.45%
CMYK0.00%44.77%66.86%
32.55%

Color #AC5F39 in popluar number systems.

HEXAC5F39
Decimal1729557
Binary101011001011111111001
Octal25413771

Shades and tints

Shades of #AC5F39

#AC5F39
(172,95,57)
#9D5734
(157,87,52)
#8E4F2F
(142,79,47)
#7F472A
(127,71,42)
#703F25
(112,63,37)
#613720
(97,55,32)
#522F1B
(82,47,27)
#432716
(67,39,22)
#341F11
(52,31,17)
#25170C
(37,23,12)
#160F07
(22,15,7)
#000000
(0,0,0)

Tints of #AC5F39

#AC5F39
(172,95,57)
#B36D4B
(179,109,75)
#BA7B5D
(186,123,93)
#C1896F
(193,137,111)
#C89781
(200,151,129)
#CFA593
(207,165,147)
#D6B3A5
(214,179,165)
#DDC1B7
(221,193,183)
#E4CFC9
(228,207,201)
#EBDDDB
(235,221,219)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5F39; }

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

This text font color is #AC5F39.


Background Color

.myBgColor { background-color: #AC5F39; }

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

This div background color is #AC5F39.


Border color

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

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

This div border color is #AC5F39.


Opacity

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

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

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

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

This text has shadow with #AC5F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5F39 on black background.


Color preview on white background

This text has color #AC5F39 on white background.



Black color preview on #AC5F39 background

This text has black color on #AC5F39 background.


White color preview on #AC5F39 background

This text has white color on #AC5F39 background.