COLOR #AC8C30

HEX: #AC8C30
RGB: (172,140,48)

Color info

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

RGB color model

#AC8C30 color RGB value is (172,140,48).

  • red value is 172;
  • green value is 140;
  • blue value is 48.
RGB:
(172,140,48)
(67%,55%,19%)

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 48 of 255 = 19%

172
140
48

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

Portions of RGB colors in percentages

R + G + B =
172 + 140 + 48 = 360 (100%)
R 172 of 360 ~ 47.78%
G 140 of 360 ~ 38.89%
B 48 of 360 ~ 13.33%

%47.78
%38.89
%13.33

CMYK color model

#AC8C30 color CMYK value is (0,19,72,33).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 72.09%
  • key color value is 32.55%
CMYK:
(0,19,72,33)
C0M19Y72K33 
(0%,19%,72%,33%)
(0.00/0.19/0.72/0.33)	

CMYK percentages

%0
%18.6
%72.09
%32.55

Codes

Color #AC8C30 in popluar color models

AC8C30
RGB17214048
HSL45°56.36%43.14%
HSB/HSV45°72.09%67.45%
CMYK0.00%18.60%72.09%
32.55%

Color #AC8C30 in popluar number systems.

HEXAC8C30
Decimal17214048
Binary1010110010001100110000
Octal25421460

Shades and tints

Shades of #AC8C30

#AC8C30
(172,140,48)
#9D802C
(157,128,44)
#8E7428
(142,116,40)
#7F6824
(127,104,36)
#705C20
(112,92,32)
#61501C
(97,80,28)
#524418
(82,68,24)
#433814
(67,56,20)
#342C10
(52,44,16)
#25200C
(37,32,12)
#161408
(22,20,8)
#000000
(0,0,0)

Tints of #AC8C30

#AC8C30
(172,140,48)
#B39642
(179,150,66)
#BAA054
(186,160,84)
#C1AA66
(193,170,102)
#C8B478
(200,180,120)
#CFBE8A
(207,190,138)
#D6C89C
(214,200,156)
#DDD2AE
(221,210,174)
#E4DCC0
(228,220,192)
#EBE6D2
(235,230,210)
#F2F0E4
(242,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8C30 color. Also use rgb(172,140,48) instead hex code.

Text Font Color

.myTextColor { color: #AC8C30; }

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

This text font color is #AC8C30.


Background Color

.myBgColor { background-color: #AC8C30; }

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

This div background color is #AC8C30.


Border color

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

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

This div border color is #AC8C30.


Opacity

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

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

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

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

This text has shadow with #AC8C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8C30 on black background.


Color preview on white background

This text has color #AC8C30 on white background.



Black color preview on #AC8C30 background

This text has black color on #AC8C30 background.


White color preview on #AC8C30 background

This text has white color on #AC8C30 background.