COLOR #AC9D48

HEX: #AC9D48
RGB: (172,157,72)

Color info

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

RGB color model

#AC9D48 color RGB value is (172,157,72).

  • red value is 172;
  • green value is 157;
  • blue value is 72.
RGB:
(172,157,72)
(67%,62%,28%)

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 72 of 255 = 28%

172
157
72

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

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 72 = 401 (100%)
R 172 of 401 ~ 42.89%
G 157 of 401 ~ 39.15%
B 72 of 401 ~ 17.96%

%42.89
%39.15
%17.96

CMYK color model

#AC9D48 color CMYK value is (0,9,58,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 58.14%
  • key color value is 32.55%
CMYK:
(0,9,58,33)
C0M9Y58K33 
(0%,9%,58%,33%)
(0.00/0.09/0.58/0.33)	

CMYK percentages

%0
%8.72
%58.14
%32.55

Codes

Color #AC9D48 in popluar color models

AC9D48
RGB17215772
HSL51°40.98%47.84%
HSB/HSV51°58.14%67.45%
CMYK0.00%8.72%58.14%
32.55%

Color #AC9D48 in popluar number systems.

HEXAC9D48
Decimal17215772
Binary10101100100111011001000
Octal254235110

Shades and tints

Shades of #AC9D48

#AC9D48
(172,157,72)
#9D8F42
(157,143,66)
#8E813C
(142,129,60)
#7F7336
(127,115,54)
#706530
(112,101,48)
#61572A
(97,87,42)
#524924
(82,73,36)
#433B1E
(67,59,30)
#342D18
(52,45,24)
#251F12
(37,31,18)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #AC9D48

#AC9D48
(172,157,72)
#B3A558
(179,165,88)
#BAAD68
(186,173,104)
#C1B578
(193,181,120)
#C8BD88
(200,189,136)
#CFC598
(207,197,152)
#D6CDA8
(214,205,168)
#DDD5B8
(221,213,184)
#E4DDC8
(228,221,200)
#EBE5D8
(235,229,216)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9D48 color. Also use rgb(172,157,72) instead hex code.

Text Font Color

.myTextColor { color: #AC9D48; }

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

This text font color is #AC9D48.


Background Color

.myBgColor { background-color: #AC9D48; }

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

This div background color is #AC9D48.


Border color

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

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

This div border color is #AC9D48.


Opacity

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

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

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

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

This text has shadow with #AC9D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9D48 on black background.


Color preview on white background

This text has color #AC9D48 on white background.



Black color preview on #AC9D48 background

This text has black color on #AC9D48 background.


White color preview on #AC9D48 background

This text has white color on #AC9D48 background.