COLOR #AC9947

HEX: #AC9947 RGB: (172,153,71)

Color info

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

RGB color model

#AC9947 color RGB value is (172,153,71).

RGB: (172,153,71) (67%, 60%, 28%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 71 of 255 = 28%

172
153
71

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

Portions of RGB colors in percentages

R + G + B = 172 + 153 + 71 = 396 (100%)
R 172 of 396 ~ 43.43%
G 153 of 396 ~ 38.64%
B 71 of 396 ~ 17.93'%

%43.43
%38.64
%17.93

CMYK color model

#AC9947 color CMYK value is (0,11,59,33).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 58.72%
  • key color value is 32.55%

CMYK: (0,11,59,33)
C0M11Y59K33 (0%, 11%, 59%, 33%)
(0.00 / 0.11 / 0.59 / 0.33)

CMYK percentages

%0
%11.05
%58.72
%32.55

Codes

Color #AC9947 in popluar color models

AC 99 47
RGB 172 153 71
HSL 49° 41.56% 47.65%
HSB/HSV 49° 58.72% 67.45%
CMYK 0.00% 11.05% 58.72%
32.55%

Color #AC9947 in popluar number systems.

HEX AC 99 47
Decimal 172 153 71
Binary 10101100 10011001 1000111
Octal 254 231 107

Shades and tints

Shades of #AC9947

#AC9947
(172,153,71)
#9D8C41
(157,140,65)
#8E7F3B
(142,127,59)
#7F7235
(127,114,53)
#70652F
(112,101,47)
#615829
(97,88,41)
#524B23
(82,75,35)
#433E1D
(67,62,29)
#343117
(52,49,23)
#252411
(37,36,17)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #AC9947

#AC9947
(172,153,71)
#B3A257
(179,162,87)
#BAAB67
(186,171,103)
#C1B477
(193,180,119)
#C8BD87
(200,189,135)
#CFC697
(207,198,151)
#D6CFA7
(214,207,167)
#DDD8B7
(221,216,183)
#E4E1C7
(228,225,199)
#EBEAD7
(235,234,215)
#F2F3E7
(242,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9947 color. Also use rgb(172,153,71) instead hex code.

Text Font Color

.myTextColor { color: #AC9947; }

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

This text font color is #AC9947.

Background Color

.myBgColor { background-color: #AC9947; }

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

This div background color is #AC9947.

Border color

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

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

This div border color is #AC9947.

Opacity

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

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

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

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

This text has shadow with #AC9947 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9947.

Preview

Color preview on black background

This text has color #AC9947 on black background.


Color preview on white background

This text has color #AC9947 on white background.


Black color preview on #AC9947 background

This text has black color on #AC9947 background.


White color preview on #AC9947 background

This text has white color on #AC9947 background.


Related colors

Complementary color

Complementary color for #hex is #5366B8.


I love getcolorcode.com

Triadic colors

1 #47AC99 and #9947AC with #AC9947 are triadic colors.

2 #4799AC and #99AC47 with #AC9947 are triadic colors.