COLOR #AC964A

HEX: #AC964A
RGB: (172,150,74)

Color info

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

RGB color model

#AC964A color RGB value is (172,150,74).

  • red value is 172;
  • green value is 150;
  • blue value is 74.
RGB:
(172,150,74)
(67%,59%,29%)

RGB channels and saturation

R 172 of 255 = 67%
G 150 of 255 = 59%
B 74 of 255 = 29%

172
150
74

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

Portions of RGB colors in percentages

R + G + B =
172 + 150 + 74 = 396 (100%)
R 172 of 396 ~ 43.43%
G 150 of 396 ~ 37.88%
B 74 of 396 ~ 18.69%

%43.43
%37.88
%18.69

CMYK color model

#AC964A color CMYK value is (0,13,57,33).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 56.98%
  • key color value is 32.55%
CMYK:
(0,13,57,33)
C0M13Y57K33 
(0%,13%,57%,33%)
(0.00/0.13/0.57/0.33)	

CMYK percentages

%0
%12.79
%56.98
%32.55

Codes

Color #AC964A in popluar color models

AC964A
RGB17215074
HSL47°39.84%48.24%
HSB/HSV47°56.98%67.45%
CMYK0.00%12.79%56.98%
32.55%

Color #AC964A in popluar number systems.

HEXAC964A
Decimal17215074
Binary10101100100101101001010
Octal254226112

Shades and tints

Shades of #AC964A

#AC964A
(172,150,74)
#9D8944
(157,137,68)
#8E7C3E
(142,124,62)
#7F6F38
(127,111,56)
#706232
(112,98,50)
#61552C
(97,85,44)
#524826
(82,72,38)
#433B20
(67,59,32)
#342E1A
(52,46,26)
#252114
(37,33,20)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #AC964A

#AC964A
(172,150,74)
#B39F5A
(179,159,90)
#BAA86A
(186,168,106)
#C1B17A
(193,177,122)
#C8BA8A
(200,186,138)
#CFC39A
(207,195,154)
#D6CCAA
(214,204,170)
#DDD5BA
(221,213,186)
#E4DECA
(228,222,202)
#EBE7DA
(235,231,218)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC964A; }

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

This text font color is #AC964A.


Background Color

.myBgColor { background-color: #AC964A; }

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

This div background color is #AC964A.


Border color

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

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

This div border color is #AC964A.


Opacity

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

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

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

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

This text has shadow with #AC964A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC964A on black background.


Color preview on white background

This text has color #AC964A on white background.



Black color preview on #AC964A background

This text has black color on #AC964A background.


White color preview on #AC964A background

This text has white color on #AC964A background.