COLOR #AC964C

HEX: #AC964C RGB: (172,150,76)

Color info

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

RGB color model

#AC964C color RGB value is (172,150,76).

RGB: (172,150,76) (67%, 59%, 30%)

RGB channels and saturation

R 172 of 255 = 67%
G 150 of 255 = 59%
B 76 of 255 = 30%

172
150
76

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

Portions of RGB colors in percentages

R + G + B = 172 + 150 + 76 = 398 (100%)
R 172 of 398 ~ 43.22%
G 150 of 398 ~ 37.69%
B 76 of 398 ~ 19.1'%

%43.22
%37.69
%19.1

CMYK color model

#AC964C color CMYK value is (0,13,56,33).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 55.81%
  • key color value is 32.55%
CMYK: (0,13,56,33) C0M13Y56K33 (0%,13%,56%,33%) (0.00/0.13/0.56/0.33) 

CMYK percentages

%0
%12.79
%55.81
%32.55

Codes

Color #AC964C in popluar color models

AC 96 4C
RGB 172 150 76
HSL 46° 38.71% 48.63%
HSB/HSV 46° 55.81% 67.45%
CMYK 0.00% 12.79% 55.81%
32.55%

Color #AC964C in popluar number systems.

HEX AC 96 4C
Decimal 172 150 76
Binary 10101100 10010110 1001100
Octal 254 226 114

Shades and tints

Shades of #AC964C

#AC964C
(172,150,76)
#9D8946
(157,137,70)
#8E7C40
(142,124,64)
#7F6F3A
(127,111,58)
#706234
(112,98,52)
#61552E
(97,85,46)
#524828
(82,72,40)
#433B22
(67,59,34)
#342E1C
(52,46,28)
#252116
(37,33,22)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #AC964C

#AC964C
(172,150,76)
#B39F5C
(179,159,92)
#BAA86C
(186,168,108)
#C1B17C
(193,177,124)
#C8BA8C
(200,186,140)
#CFC39C
(207,195,156)
#D6CCAC
(214,204,172)
#DDD5BC
(221,213,188)
#E4DECC
(228,222,204)
#EBE7DC
(235,231,220)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC964C color. Also use rgb(172,150,76) instead hex code.

Text Font Color

.myTextColor { color: #AC964C; }

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

This text font color is #AC964C.

Background Color

.myBgColor { background-color: #AC964C; }

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

This div background color is #AC964C.

Border color

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

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

This div border color is #AC964C.

Opacity

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

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

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

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

This text has shadow with #AC964C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC964C.

Preview

Color preview on black background

This text has color #AC964C on black background.


Color preview on white background

This text has color #AC964C on white background.


Black color preview on #AC964C background

This text has black color on #AC964C background.


White color preview on #AC964C background

This text has white color on #AC964C background.


Related colors

Complementary color

Complementary color for #hex is #5369B3.


I love getcolorcode.com

Triadic colors

1 #4CAC96 and #964CAC with #AC964C are triadic colors.

2 #4C96AC and #96AC4C with #AC964C are triadic colors.