COLOR #AC7E32

HEX: #AC7E32
RGB: (172,126,50)

Color info

#AC7E32 contains mainly red and green colors. Web safe color of #AC7E32 is #996633 (or #963).

RGB color model

#AC7E32 color RGB value is (172,126,50).

  • red value is 172;
  • green value is 126;
  • blue value is 50.
RGB:
(172,126,50)
(67%,49%,20%)

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 50 of 255 = 20%

172
126
50

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

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 50 = 348 (100%)
R 172 of 348 ~ 49.43%
G 126 of 348 ~ 36.21%
B 50 of 348 ~ 14.37%

%49.43
%36.21
%14.37

CMYK color model

#AC7E32 color CMYK value is (0,27,71,33).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 70.93%
  • key color value is 32.55%
CMYK:
(0,27,71,33)
C0M27Y71K33 
(0%,27%,71%,33%)
(0.00/0.27/0.71/0.33)	

CMYK percentages

%0
%26.74
%70.93
%32.55

Codes

Color #AC7E32 in popluar color models

AC7E32
RGB17212650
HSL37°54.95%43.53%
HSB/HSV37°70.93%67.45%
CMYK0.00%26.74%70.93%
32.55%

Color #AC7E32 in popluar number systems.

HEXAC7E32
Decimal17212650
Binary101011001111110110010
Octal25417662

Shades and tints

Shades of #AC7E32

#AC7E32
(172,126,50)
#9D732E
(157,115,46)
#8E682A
(142,104,42)
#7F5D26
(127,93,38)
#705222
(112,82,34)
#61471E
(97,71,30)
#523C1A
(82,60,26)
#433116
(67,49,22)
#342612
(52,38,18)
#251B0E
(37,27,14)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #AC7E32

#AC7E32
(172,126,50)
#B38944
(179,137,68)
#BA9456
(186,148,86)
#C19F68
(193,159,104)
#C8AA7A
(200,170,122)
#CFB58C
(207,181,140)
#D6C09E
(214,192,158)
#DDCBB0
(221,203,176)
#E4D6C2
(228,214,194)
#EBE1D4
(235,225,212)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7E32 color. Also use rgb(172,126,50) instead hex code.

Text Font Color

.myTextColor { color: #AC7E32; }

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

This text font color is #AC7E32.


Background Color

.myBgColor { background-color: #AC7E32; }

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

This div background color is #AC7E32.


Border color

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

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

This div border color is #AC7E32.


Opacity

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

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

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

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

This text has shadow with #AC7E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7E32 on black background.


Color preview on white background

This text has color #AC7E32 on white background.



Black color preview on #AC7E32 background

This text has black color on #AC7E32 background.


White color preview on #AC7E32 background

This text has white color on #AC7E32 background.