COLOR #AC8444

HEX: #AC8444
RGB: (172,132,68)

Color info

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

RGB color model

#AC8444 color RGB value is (172,132,68).

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

RGB channels and saturation

R 172 of 255 = 67%
G 132 of 255 = 52%
B 68 of 255 = 27%

172
132
68

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

Portions of RGB colors in percentages

R + G + B =
172 + 132 + 68 = 372 (100%)
R 172 of 372 ~ 46.24%
G 132 of 372 ~ 35.48%
B 68 of 372 ~ 18.28%

%46.24
%35.48
%18.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 60.47%
  • 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
%23.26
%60.47
%32.55

Codes

Color #AC8444 in popluar color models

AC8444
RGB17213268
HSL37°43.33%47.06%
HSB/HSV37°60.47%67.45%
CMYK0.00%23.26%60.47%
32.55%

Color #AC8444 in popluar number systems.

HEXAC8444
Decimal17213268
Binary10101100100001001000100
Octal254204104

Shades and tints

Shades of #AC8444

#AC8444
(172,132,68)
#9D783E
(157,120,62)
#8E6C38
(142,108,56)
#7F6032
(127,96,50)
#70542C
(112,84,44)
#614826
(97,72,38)
#523C20
(82,60,32)
#43301A
(67,48,26)
#342414
(52,36,20)
#25180E
(37,24,14)
#160C08
(22,12,8)
#000000
(0,0,0)

Tints of #AC8444

#AC8444
(172,132,68)
#B38F55
(179,143,85)
#BA9A66
(186,154,102)
#C1A577
(193,165,119)
#C8B088
(200,176,136)
#CFBB99
(207,187,153)
#D6C6AA
(214,198,170)
#DDD1BB
(221,209,187)
#E4DCCC
(228,220,204)
#EBE7DD
(235,231,221)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8444 color. Also use rgb(172,132,68) instead hex code.

Text Font Color

.myTextColor { color: #AC8444; }

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

This text font color is #AC8444.


Background Color

.myBgColor { background-color: #AC8444; }

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

This div background color is #AC8444.


Border color

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

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

This div border color is #AC8444.


Opacity

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

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

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

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

This text has shadow with #AC8444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8444 on black background.


Color preview on white background

This text has color #AC8444 on white background.



Black color preview on #AC8444 background

This text has black color on #AC8444 background.


White color preview on #AC8444 background

This text has white color on #AC8444 background.