COLOR #AC8D60

HEX: #AC8D60
RGB: (172,141,96)

Color info

#AC8D60 contains mainly red and green colors. Web safe color of #AC8D60 is #999966 (or #996).

RGB color model

#AC8D60 color RGB value is (172,141,96).

  • red value is 172;
  • green value is 141;
  • blue value is 96.
RGB:
(172,141,96)
(67%,55%,38%)

RGB channels and saturation

R 172 of 255 = 67%
G 141 of 255 = 55%
B 96 of 255 = 38%

172
141
96

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

Portions of RGB colors in percentages

R + G + B =
172 + 141 + 96 = 409 (100%)
R 172 of 409 ~ 42.05%
G 141 of 409 ~ 34.47%
B 96 of 409 ~ 23.47%

%42.05
%34.47
%23.47

CMYK color model

#AC8D60 color CMYK value is (0,18,44,33).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 44.19%
  • key color value is 32.55%
CMYK:
(0,18,44,33)
C0M18Y44K33 
(0%,18%,44%,33%)
(0.00/0.18/0.44/0.33)	

CMYK percentages

%0
%18.02
%44.19
%32.55

Codes

Color #AC8D60 in popluar color models

AC8D60
RGB17214196
HSL36°31.40%52.55%
HSB/HSV36°44.19%67.45%
CMYK0.00%18.02%44.19%
32.55%

Color #AC8D60 in popluar number systems.

HEXAC8D60
Decimal17214196
Binary10101100100011011100000
Octal254215140

Shades and tints

Shades of #AC8D60

#AC8D60
(172,141,96)
#9D8158
(157,129,88)
#8E7550
(142,117,80)
#7F6948
(127,105,72)
#705D40
(112,93,64)
#615138
(97,81,56)
#524530
(82,69,48)
#433928
(67,57,40)
#342D20
(52,45,32)
#252118
(37,33,24)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #AC8D60

#AC8D60
(172,141,96)
#B3976E
(179,151,110)
#BAA17C
(186,161,124)
#C1AB8A
(193,171,138)
#C8B598
(200,181,152)
#CFBFA6
(207,191,166)
#D6C9B4
(214,201,180)
#DDD3C2
(221,211,194)
#E4DDD0
(228,221,208)
#EBE7DE
(235,231,222)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8D60 color. Also use rgb(172,141,96) instead hex code.

Text Font Color

.myTextColor { color: #AC8D60; }

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

This text font color is #AC8D60.


Background Color

.myBgColor { background-color: #AC8D60; }

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

This div background color is #AC8D60.


Border color

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

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

This div border color is #AC8D60.


Opacity

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

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

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

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

This text has shadow with #AC8D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8D60 on black background.


Color preview on white background

This text has color #AC8D60 on white background.



Black color preview on #AC8D60 background

This text has black color on #AC8D60 background.


White color preview on #AC8D60 background

This text has white color on #AC8D60 background.