COLOR #AC8832

HEX: #AC8832 RGB: (172,136,50)

Color info

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

RGB color model

#AC8832 color RGB value is (172,136,50).

RGB: (172,136,50) (67%, 53%, 20%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 50 of 255 = 20%

172
136
50

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

Portions of RGB colors in percentages

R + G + B = 172 + 136 + 50 = 358 (100%)
R 172 of 358 ~ 48.04%
G 136 of 358 ~ 37.99%
B 50 of 358 ~ 13.97'%

%48.04
%37.99
%13.97

CMYK color model

#AC8832 color CMYK value is (0,21,71,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 70.93%
  • key color value is 32.55%

CMYK: (0,21,71,33)
C0M21Y71K33 (0%, 21%, 71%, 33%)
(0.00 / 0.21 / 0.71 / 0.33)

CMYK percentages

%0
%20.93
%70.93
%32.55

Codes

Color #AC8832 in popluar color models

AC 88 32
RGB 172 136 50
HSL 42° 54.95% 43.53%
HSB/HSV 42° 70.93% 67.45%
CMYK 0.00% 20.93% 70.93%
32.55%

Color #AC8832 in popluar number systems.

HEX AC 88 32
Decimal 172 136 50
Binary 10101100 10001000 110010
Octal 254 210 62

Shades and tints

Shades of #AC8832

#AC8832
(172,136,50)
#9D7C2E
(157,124,46)
#8E702A
(142,112,42)
#7F6426
(127,100,38)
#705822
(112,88,34)
#614C1E
(97,76,30)
#52401A
(82,64,26)
#433416
(67,52,22)
#342812
(52,40,18)
#251C0E
(37,28,14)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #AC8832

#AC8832
(172,136,50)
#B39244
(179,146,68)
#BA9C56
(186,156,86)
#C1A668
(193,166,104)
#C8B07A
(200,176,122)
#CFBA8C
(207,186,140)
#D6C49E
(214,196,158)
#DDCEB0
(221,206,176)
#E4D8C2
(228,216,194)
#EBE2D4
(235,226,212)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8832 color. Also use rgb(172,136,50) instead hex code.

Text Font Color

.myTextColor { color: #AC8832; }

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

This text font color is #AC8832.

Background Color

.myBgColor { background-color: #AC8832; }

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

This div background color is #AC8832.

Border color

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

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

This div border color is #AC8832.

Opacity

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

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

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

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

This text has shadow with #AC8832 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8832.

Preview

Color preview on black background

This text has color #AC8832 on black background.


Color preview on white background

This text has color #AC8832 on white background.


Black color preview on #AC8832 background

This text has black color on #AC8832 background.


White color preview on #AC8832 background

This text has white color on #AC8832 background.


Related colors

Complementary color

Complementary color for #hex is #5377CD.


I love getcolorcode.com

Triadic colors

1 #32AC88 and #8832AC with #AC8832 are triadic colors.

2 #3288AC and #88AC32 with #AC8832 are triadic colors.