COLOR #AC8F4C

HEX: #AC8F4C
RGB: (172,143,76)

Color info

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

RGB color model

#AC8F4C color RGB value is (172,143,76).

  • red value is 172;
  • green value is 143;
  • blue value is 76.
RGB:
(172,143,76)
(67%,56%,30%)

RGB channels and saturation

R 172 of 255 = 67%
G 143 of 255 = 56%
B 76 of 255 = 30%

172
143
76

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

Portions of RGB colors in percentages

R + G + B =
172 + 143 + 76 = 391 (100%)
R 172 of 391 ~ 43.99%
G 143 of 391 ~ 36.57%
B 76 of 391 ~ 19.44%

%43.99
%36.57
%19.44

CMYK color model

#AC8F4C color CMYK value is (0,17,56,33).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 55.81%
  • key color value is 32.55%
CMYK:
(0,17,56,33)
C0M17Y56K33 
(0%,17%,56%,33%)
(0.00/0.17/0.56/0.33)	

CMYK percentages

%0
%16.86
%55.81
%32.55

Codes

Color #AC8F4C in popluar color models

AC8F4C
RGB17214376
HSL42°38.71%48.63%
HSB/HSV42°55.81%67.45%
CMYK0.00%16.86%55.81%
32.55%

Color #AC8F4C in popluar number systems.

HEXAC8F4C
Decimal17214376
Binary10101100100011111001100
Octal254217114

Shades and tints

Shades of #AC8F4C

#AC8F4C
(172,143,76)
#9D8246
(157,130,70)
#8E7540
(142,117,64)
#7F683A
(127,104,58)
#705B34
(112,91,52)
#614E2E
(97,78,46)
#524128
(82,65,40)
#433422
(67,52,34)
#34271C
(52,39,28)
#251A16
(37,26,22)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #AC8F4C

#AC8F4C
(172,143,76)
#B3995C
(179,153,92)
#BAA36C
(186,163,108)
#C1AD7C
(193,173,124)
#C8B78C
(200,183,140)
#CFC19C
(207,193,156)
#D6CBAC
(214,203,172)
#DDD5BC
(221,213,188)
#E4DFCC
(228,223,204)
#EBE9DC
(235,233,220)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8F4C; }

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

This text font color is #AC8F4C.


Background Color

.myBgColor { background-color: #AC8F4C; }

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

This div background color is #AC8F4C.


Border color

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

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

This div border color is #AC8F4C.


Opacity

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

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

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

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

This text has shadow with #AC8F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8F4C on black background.


Color preview on white background

This text has color #AC8F4C on white background.



Black color preview on #AC8F4C background

This text has black color on #AC8F4C background.


White color preview on #AC8F4C background

This text has white color on #AC8F4C background.