COLOR #AC8341

HEX: #AC8341
RGB: (172,131,65)

Color info

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

RGB color model

#AC8341 color RGB value is (172,131,65).

  • red value is 172;
  • green value is 131;
  • blue value is 65.
RGB:
(172,131,65)
(67%,51%,25%)

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 65 of 255 = 25%

172
131
65

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

Portions of RGB colors in percentages

R + G + B =
172 + 131 + 65 = 368 (100%)
R 172 of 368 ~ 46.74%
G 131 of 368 ~ 35.6%
B 65 of 368 ~ 17.66%

%46.74
%35.6
%17.66

CMYK color model

#AC8341 color CMYK value is (0,24,62,33).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 62.21%
  • key color value is 32.55%
CMYK:
(0,24,62,33)
C0M24Y62K33 
(0%,24%,62%,33%)
(0.00/0.24/0.62/0.33)	

CMYK percentages

%0
%23.84
%62.21
%32.55

Codes

Color #AC8341 in popluar color models

AC8341
RGB17213165
HSL37°45.15%46.47%
HSB/HSV37°62.21%67.45%
CMYK0.00%23.84%62.21%
32.55%

Color #AC8341 in popluar number systems.

HEXAC8341
Decimal17213165
Binary10101100100000111000001
Octal254203101

Shades and tints

Shades of #AC8341

#AC8341
(172,131,65)
#9D783C
(157,120,60)
#8E6D37
(142,109,55)
#7F6232
(127,98,50)
#70572D
(112,87,45)
#614C28
(97,76,40)
#524123
(82,65,35)
#43361E
(67,54,30)
#342B19
(52,43,25)
#252014
(37,32,20)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #AC8341

#AC8341
(172,131,65)
#B38E52
(179,142,82)
#BA9963
(186,153,99)
#C1A474
(193,164,116)
#C8AF85
(200,175,133)
#CFBA96
(207,186,150)
#D6C5A7
(214,197,167)
#DDD0B8
(221,208,184)
#E4DBC9
(228,219,201)
#EBE6DA
(235,230,218)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8341 color. Also use rgb(172,131,65) instead hex code.

Text Font Color

.myTextColor { color: #AC8341; }

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

This text font color is #AC8341.


Background Color

.myBgColor { background-color: #AC8341; }

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

This div background color is #AC8341.


Border color

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

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

This div border color is #AC8341.


Opacity

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

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

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

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

This text has shadow with #AC8341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8341 on black background.


Color preview on white background

This text has color #AC8341 on white background.



Black color preview on #AC8341 background

This text has black color on #AC8341 background.


White color preview on #AC8341 background

This text has white color on #AC8341 background.