COLOR #AC8036

HEX: #AC8036 RGB: (172,128,54)

Color info

#AC8036 contains mainly red and green colors. Web safe color of #AC8036 is #996633 (or #963).

RGB color model

#AC8036 color RGB value is (172,128,54).

RGB: (172,128,54) (67%, 50%, 21%)

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 54 of 255 = 21%

172
128
54

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

Portions of RGB colors in percentages

R + G + B = 172 + 128 + 54 = 354 (100%)
R 172 of 354 ~ 48.59%
G 128 of 354 ~ 36.16%
B 54 of 354 ~ 15.25'%

%48.59
%36.16
%15.25

CMYK color model

#AC8036 color CMYK value is (0,26,69,33).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 68.60%
  • key color value is 32.55%

CMYK: (0,26,69,33)
C0M26Y69K33 (0%, 26%, 69%, 33%)
(0.00 / 0.26 / 0.69 / 0.33)

CMYK percentages

%0
%25.58
%68.6
%32.55

Codes

Color #AC8036 in popluar color models

AC 80 36
RGB 172 128 54
HSL 38° 52.21% 44.31%
HSB/HSV 38° 68.60% 67.45%
CMYK 0.00% 25.58% 68.60%
32.55%

Color #AC8036 in popluar number systems.

HEX AC 80 36
Decimal 172 128 54
Binary 10101100 10000000 110110
Octal 254 200 66

Shades and tints

Shades of #AC8036

#AC8036
(172,128,54)
#9D7532
(157,117,50)
#8E6A2E
(142,106,46)
#7F5F2A
(127,95,42)
#705426
(112,84,38)
#614922
(97,73,34)
#523E1E
(82,62,30)
#43331A
(67,51,26)
#342816
(52,40,22)
#251D12
(37,29,18)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #AC8036

#AC8036
(172,128,54)
#B38B48
(179,139,72)
#BA965A
(186,150,90)
#C1A16C
(193,161,108)
#C8AC7E
(200,172,126)
#CFB790
(207,183,144)
#D6C2A2
(214,194,162)
#DDCDB4
(221,205,180)
#E4D8C6
(228,216,198)
#EBE3D8
(235,227,216)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8036 color. Also use rgb(172,128,54) instead hex code.

Text Font Color

.myTextColor { color: #AC8036; }

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

This text font color is #AC8036.

Background Color

.myBgColor { background-color: #AC8036; }

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

This div background color is #AC8036.

Border color

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

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

This div border color is #AC8036.

Opacity

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

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

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

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

This text has shadow with #AC8036 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8036.

Preview

Color preview on black background

This text has color #AC8036 on black background.


Color preview on white background

This text has color #AC8036 on white background.


Black color preview on #AC8036 background

This text has black color on #AC8036 background.


White color preview on #AC8036 background

This text has white color on #AC8036 background.


Related colors

Complementary color

Complementary color for #hex is #537FC9.


I love getcolorcode.com

Triadic colors

1 #36AC80 and #8036AC with #AC8036 are triadic colors.

2 #3680AC and #80AC36 with #AC8036 are triadic colors.