COLOR #AC8B2D

HEX: #AC8B2D
RGB: (172,139,45)

Color info

#AC8B2D contains mainly red and green colors. Web safe color of #AC8B2D is #999933 (or #993).

RGB color model

#AC8B2D color RGB value is (172,139,45).

  • red value is 172;
  • green value is 139;
  • blue value is 45.
RGB:
(172,139,45)
(67%,55%,18%)

RGB channels and saturation

R 172 of 255 = 67%
G 139 of 255 = 55%
B 45 of 255 = 18%

172
139
45

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

Portions of RGB colors in percentages

R + G + B =
172 + 139 + 45 = 356 (100%)
R 172 of 356 ~ 48.31%
G 139 of 356 ~ 39.04%
B 45 of 356 ~ 12.64%

%48.31
%39.04
%12.64

CMYK color model

#AC8B2D color CMYK value is (0,19,74,33).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 73.84%
  • key color value is 32.55%
CMYK:
(0,19,74,33)
C0M19Y74K33 
(0%,19%,74%,33%)
(0.00/0.19/0.74/0.33)	

CMYK percentages

%0
%19.19
%73.84
%32.55

Codes

Color #AC8B2D in popluar color models

AC8B2D
RGB17213945
HSL44°58.53%42.55%
HSB/HSV44°73.84%67.45%
CMYK0.00%19.19%73.84%
32.55%

Color #AC8B2D in popluar number systems.

HEXAC8B2D
Decimal17213945
Binary1010110010001011101101
Octal25421355

Shades and tints

Shades of #AC8B2D

#AC8B2D
(172,139,45)
#9D7F29
(157,127,41)
#8E7325
(142,115,37)
#7F6721
(127,103,33)
#705B1D
(112,91,29)
#614F19
(97,79,25)
#524315
(82,67,21)
#433711
(67,55,17)
#342B0D
(52,43,13)
#251F09
(37,31,9)
#161305
(22,19,5)
#000000
(0,0,0)

Tints of #AC8B2D

#AC8B2D
(172,139,45)
#B39540
(179,149,64)
#BA9F53
(186,159,83)
#C1A966
(193,169,102)
#C8B379
(200,179,121)
#CFBD8C
(207,189,140)
#D6C79F
(214,199,159)
#DDD1B2
(221,209,178)
#E4DBC5
(228,219,197)
#EBE5D8
(235,229,216)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8B2D color. Also use rgb(172,139,45) instead hex code.

Text Font Color

.myTextColor { color: #AC8B2D; }

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

This text font color is #AC8B2D.


Background Color

.myBgColor { background-color: #AC8B2D; }

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

This div background color is #AC8B2D.


Border color

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

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

This div border color is #AC8B2D.


Opacity

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

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

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

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

This text has shadow with #AC8B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8B2D on black background.


Color preview on white background

This text has color #AC8B2D on white background.



Black color preview on #AC8B2D background

This text has black color on #AC8B2D background.


White color preview on #AC8B2D background

This text has white color on #AC8B2D background.