COLOR #AC9847

HEX: #AC9847 RGB: (172,152,71)

Color info

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

RGB color model

#AC9847 color RGB value is (172,152,71).

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

RGB channels and saturation

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

172
152
71

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

Portions of RGB colors in percentages

R + G + B = 172 + 152 + 71 = 395 (100%)
R 172 of 395 ~ 43.54%
G 152 of 395 ~ 38.48%
B 71 of 395 ~ 17.97'%

%43.54
%38.48
%17.97

CMYK color model

#AC9847 color CMYK value is (0,12,59,33).

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

CMYK: (0,12,59,33)
C0M12Y59K33 (0%, 12%, 59%, 33%)
(0.00 / 0.12 / 0.59 / 0.33)

CMYK percentages

%0
%11.63
%58.72
%32.55

Codes

Color #AC9847 in popluar color models

AC 98 47
RGB 172 152 71
HSL 48° 41.56% 47.65%
HSB/HSV 48° 58.72% 67.45%
CMYK 0.00% 11.63% 58.72%
32.55%

Color #AC9847 in popluar number systems.

HEX AC 98 47
Decimal 172 152 71
Binary 10101100 10011000 1000111
Octal 254 230 107

Shades and tints

Shades of #AC9847

#AC9847
(172,152,71)
#9D8B41
(157,139,65)
#8E7E3B
(142,126,59)
#7F7135
(127,113,53)
#70642F
(112,100,47)
#615729
(97,87,41)
#524A23
(82,74,35)
#433D1D
(67,61,29)
#343017
(52,48,23)
#252311
(37,35,17)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #AC9847

#AC9847
(172,152,71)
#B3A157
(179,161,87)
#BAAA67
(186,170,103)
#C1B377
(193,179,119)
#C8BC87
(200,188,135)
#CFC597
(207,197,151)
#D6CEA7
(214,206,167)
#DDD7B7
(221,215,183)
#E4E0C7
(228,224,199)
#EBE9D7
(235,233,215)
#F2F2E7
(242,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9847; }

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

This text font color is #AC9847.

Background Color

.myBgColor { background-color: #AC9847; }

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

This div background color is #AC9847.

Border color

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

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

This div border color is #AC9847.

Opacity

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

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

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

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

This text has shadow with #AC9847 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9847.

Preview

Color preview on black background

This text has color #AC9847 on black background.


Color preview on white background

This text has color #AC9847 on white background.


Black color preview on #AC9847 background

This text has black color on #AC9847 background.


White color preview on #AC9847 background

This text has white color on #AC9847 background.


Related colors

Complementary color

Complementary color for #hex is #5367B8.


I love getcolorcode.com

Triadic colors

1 #47AC98 and #9847AC with #AC9847 are triadic colors.

2 #4798AC and #98AC47 with #AC9847 are triadic colors.