COLOR #AC8D41

HEX: #AC8D41 RGB: (172,141,65)

Color info

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

RGB color model

#AC8D41 color RGB value is (172,141,65).

RGB: (172,141,65) (67%, 55%, 25%)

RGB channels and saturation

R 172 of 255 = 67%
G 141 of 255 = 55%
B 65 of 255 = 25%

172
141
65

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

Portions of RGB colors in percentages

R + G + B = 172 + 141 + 65 = 378 (100%)
R 172 of 378 ~ 45.5%
G 141 of 378 ~ 37.3%
B 65 of 378 ~ 17.2'%

%45.5
%37.3
%17.2

CMYK color model

#AC8D41 color CMYK value is (0,18,62,33).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 62.21%
  • key color value is 32.55%

CMYK: (0,18,62,33)
C0M18Y62K33 (0%, 18%, 62%, 33%)
(0.00 / 0.18 / 0.62 / 0.33)

CMYK percentages

%0
%18.02
%62.21
%32.55

Codes

Color #AC8D41 in popluar color models

AC 8D 41
RGB 172 141 65
HSL 43° 45.15% 46.47%
HSB/HSV 43° 62.21% 67.45%
CMYK 0.00% 18.02% 62.21%
32.55%

Color #AC8D41 in popluar number systems.

HEX AC 8D 41
Decimal 172 141 65
Binary 10101100 10001101 1000001
Octal 254 215 101

Shades and tints

Shades of #AC8D41

#AC8D41
(172,141,65)
#9D813C
(157,129,60)
#8E7537
(142,117,55)
#7F6932
(127,105,50)
#705D2D
(112,93,45)
#615128
(97,81,40)
#524523
(82,69,35)
#43391E
(67,57,30)
#342D19
(52,45,25)
#252114
(37,33,20)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #AC8D41

#AC8D41
(172,141,65)
#B39752
(179,151,82)
#BAA163
(186,161,99)
#C1AB74
(193,171,116)
#C8B585
(200,181,133)
#CFBF96
(207,191,150)
#D6C9A7
(214,201,167)
#DDD3B8
(221,211,184)
#E4DDC9
(228,221,201)
#EBE7DA
(235,231,218)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8D41 color. Also use rgb(172,141,65) instead hex code.

Text Font Color

.myTextColor { color: #AC8D41; }

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

This text font color is #AC8D41.

Background Color

.myBgColor { background-color: #AC8D41; }

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

This div background color is #AC8D41.

Border color

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

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

This div border color is #AC8D41.

Opacity

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

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

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

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

This text has shadow with #AC8D41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8D41.

Preview

Color preview on black background

This text has color #AC8D41 on black background.


Color preview on white background

This text has color #AC8D41 on white background.


Black color preview on #AC8D41 background

This text has black color on #AC8D41 background.


White color preview on #AC8D41 background

This text has white color on #AC8D41 background.


Related colors

Complementary color

Complementary color for #hex is #5372BE.


I love getcolorcode.com

Triadic colors

1 #41AC8D and #8D41AC with #AC8D41 are triadic colors.

2 #418DAC and #8DAC41 with #AC8D41 are triadic colors.