COLOR #AC9444

HEX: #AC9444
RGB: (172,148,68)

Color info

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

RGB color model

#AC9444 color RGB value is (172,148,68).

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

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 68 of 255 = 27%

172
148
68

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

Portions of RGB colors in percentages

R + G + B =
172 + 148 + 68 = 388 (100%)
R 172 of 388 ~ 44.33%
G 148 of 388 ~ 38.14%
B 68 of 388 ~ 17.53%

%44.33
%38.14
%17.53

CMYK color model

#AC9444 color CMYK value is (0,14,60,33).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 60.47%
  • key color value is 32.55%
CMYK:
(0,14,60,33)
C0M14Y60K33 
(0%,14%,60%,33%)
(0.00/0.14/0.60/0.33)	

CMYK percentages

%0
%13.95
%60.47
%32.55

Codes

Color #AC9444 in popluar color models

AC9444
RGB17214868
HSL46°43.33%47.06%
HSB/HSV46°60.47%67.45%
CMYK0.00%13.95%60.47%
32.55%

Color #AC9444 in popluar number systems.

HEXAC9444
Decimal17214868
Binary10101100100101001000100
Octal254224104

Shades and tints

Shades of #AC9444

#AC9444
(172,148,68)
#9D873E
(157,135,62)
#8E7A38
(142,122,56)
#7F6D32
(127,109,50)
#70602C
(112,96,44)
#615326
(97,83,38)
#524620
(82,70,32)
#43391A
(67,57,26)
#342C14
(52,44,20)
#251F0E
(37,31,14)
#161208
(22,18,8)
#000000
(0,0,0)

Tints of #AC9444

#AC9444
(172,148,68)
#B39D55
(179,157,85)
#BAA666
(186,166,102)
#C1AF77
(193,175,119)
#C8B888
(200,184,136)
#CFC199
(207,193,153)
#D6CAAA
(214,202,170)
#DDD3BB
(221,211,187)
#E4DCCC
(228,220,204)
#EBE5DD
(235,229,221)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9444; }

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

This text font color is #AC9444.


Background Color

.myBgColor { background-color: #AC9444; }

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

This div background color is #AC9444.


Border color

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

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

This div border color is #AC9444.


Opacity

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

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

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

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

This text has shadow with #AC9444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9444 on black background.


Color preview on white background

This text has color #AC9444 on white background.



Black color preview on #AC9444 background

This text has black color on #AC9444 background.


White color preview on #AC9444 background

This text has white color on #AC9444 background.