COLOR #AC8545

HEX: #AC8545
RGB: (172,133,69)

Color info

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

RGB color model

#AC8545 color RGB value is (172,133,69).

  • red value is 172;
  • green value is 133;
  • blue value is 69.
RGB:
(172,133,69)
(67%,52%,27%)

RGB channels and saturation

R 172 of 255 = 67%
G 133 of 255 = 52%
B 69 of 255 = 27%

172
133
69

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

Portions of RGB colors in percentages

R + G + B =
172 + 133 + 69 = 374 (100%)
R 172 of 374 ~ 45.99%
G 133 of 374 ~ 35.56%
B 69 of 374 ~ 18.45%

%45.99
%35.56
%18.45

CMYK color model

#AC8545 color CMYK value is (0,23,60,33).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 59.88%
  • key color value is 32.55%
CMYK:
(0,23,60,33)
C0M23Y60K33 
(0%,23%,60%,33%)
(0.00/0.23/0.60/0.33)	

CMYK percentages

%0
%22.67
%59.88
%32.55

Codes

Color #AC8545 in popluar color models

AC8545
RGB17213369
HSL37°42.74%47.25%
HSB/HSV37°59.88%67.45%
CMYK0.00%22.67%59.88%
32.55%

Color #AC8545 in popluar number systems.

HEXAC8545
Decimal17213369
Binary10101100100001011000101
Octal254205105

Shades and tints

Shades of #AC8545

#AC8545
(172,133,69)
#9D793F
(157,121,63)
#8E6D39
(142,109,57)
#7F6133
(127,97,51)
#70552D
(112,85,45)
#614927
(97,73,39)
#523D21
(82,61,33)
#43311B
(67,49,27)
#342515
(52,37,21)
#25190F
(37,25,15)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #AC8545

#AC8545
(172,133,69)
#B39055
(179,144,85)
#BA9B65
(186,155,101)
#C1A675
(193,166,117)
#C8B185
(200,177,133)
#CFBC95
(207,188,149)
#D6C7A5
(214,199,165)
#DDD2B5
(221,210,181)
#E4DDC5
(228,221,197)
#EBE8D5
(235,232,213)
#F2F3E5
(242,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8545 color. Also use rgb(172,133,69) instead hex code.

Text Font Color

.myTextColor { color: #AC8545; }

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

This text font color is #AC8545.


Background Color

.myBgColor { background-color: #AC8545; }

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

This div background color is #AC8545.


Border color

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

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

This div border color is #AC8545.


Opacity

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

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

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

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

This text has shadow with #AC8545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8545 on black background.


Color preview on white background

This text has color #AC8545 on white background.



Black color preview on #AC8545 background

This text has black color on #AC8545 background.


White color preview on #AC8545 background

This text has white color on #AC8545 background.