COLOR #AC8C3B

HEX: #AC8C3B
RGB: (172,140,59)

Color info

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

RGB color model

#AC8C3B color RGB value is (172,140,59).

  • red value is 172;
  • green value is 140;
  • blue value is 59.
RGB:
(172,140,59)
(67%,55%,23%)

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 59 of 255 = 23%

172
140
59

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

Portions of RGB colors in percentages

R + G + B =
172 + 140 + 59 = 371 (100%)
R 172 of 371 ~ 46.36%
G 140 of 371 ~ 37.74%
B 59 of 371 ~ 15.9%

%46.36
%37.74
%15.9

CMYK color model

#AC8C3B color CMYK value is (0,19,66,33).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 65.70%
  • key color value is 32.55%
CMYK:
(0,19,66,33)
C0M19Y66K33 
(0%,19%,66%,33%)
(0.00/0.19/0.66/0.33)	

CMYK percentages

%0
%18.6
%65.7
%32.55

Codes

Color #AC8C3B in popluar color models

AC8C3B
RGB17214059
HSL43°48.92%45.29%
HSB/HSV43°65.70%67.45%
CMYK0.00%18.60%65.70%
32.55%

Color #AC8C3B in popluar number systems.

HEXAC8C3B
Decimal17214059
Binary1010110010001100111011
Octal25421473

Shades and tints

Shades of #AC8C3B

#AC8C3B
(172,140,59)
#9D8036
(157,128,54)
#8E7431
(142,116,49)
#7F682C
(127,104,44)
#705C27
(112,92,39)
#615022
(97,80,34)
#52441D
(82,68,29)
#433818
(67,56,24)
#342C13
(52,44,19)
#25200E
(37,32,14)
#161409
(22,20,9)
#000000
(0,0,0)

Tints of #AC8C3B

#AC8C3B
(172,140,59)
#B3964C
(179,150,76)
#BAA05D
(186,160,93)
#C1AA6E
(193,170,110)
#C8B47F
(200,180,127)
#CFBE90
(207,190,144)
#D6C8A1
(214,200,161)
#DDD2B2
(221,210,178)
#E4DCC3
(228,220,195)
#EBE6D4
(235,230,212)
#F2F0E5
(242,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8C3B color. Also use rgb(172,140,59) instead hex code.

Text Font Color

.myTextColor { color: #AC8C3B; }

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

This text font color is #AC8C3B.


Background Color

.myBgColor { background-color: #AC8C3B; }

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

This div background color is #AC8C3B.


Border color

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

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

This div border color is #AC8C3B.


Opacity

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

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

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

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

This text has shadow with #AC8C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8C3B on black background.


Color preview on white background

This text has color #AC8C3B on white background.



Black color preview on #AC8C3B background

This text has black color on #AC8C3B background.


White color preview on #AC8C3B background

This text has white color on #AC8C3B background.