COLOR #AC8E56

HEX: #AC8E56
RGB: (172,142,86)

Color info

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

RGB color model

#AC8E56 color RGB value is (172,142,86).

  • red value is 172;
  • green value is 142;
  • blue value is 86.
RGB:
(172,142,86)
(67%,56%,34%)

RGB channels and saturation

R 172 of 255 = 67%
G 142 of 255 = 56%
B 86 of 255 = 34%

172
142
86

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

Portions of RGB colors in percentages

R + G + B =
172 + 142 + 86 = 400 (100%)
R 172 of 400 ~ 43%
G 142 of 400 ~ 35.5%
B 86 of 400 ~ 21.5%

%43
%35.5
%21.5

CMYK color model

#AC8E56 color CMYK value is (0,17,50,33).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 50.00%
  • key color value is 32.55%
CMYK:
(0,17,50,33)
C0M17Y50K33 
(0%,17%,50%,33%)
(0.00/0.17/0.50/0.33)	

CMYK percentages

%0
%17.44
%50
%32.55

Codes

Color #AC8E56 in popluar color models

AC8E56
RGB17214286
HSL39°34.13%50.59%
HSB/HSV39°50.00%67.45%
CMYK0.00%17.44%50.00%
32.55%

Color #AC8E56 in popluar number systems.

HEXAC8E56
Decimal17214286
Binary10101100100011101010110
Octal254216126

Shades and tints

Shades of #AC8E56

#AC8E56
(172,142,86)
#9D824F
(157,130,79)
#8E7648
(142,118,72)
#7F6A41
(127,106,65)
#705E3A
(112,94,58)
#615233
(97,82,51)
#52462C
(82,70,44)
#433A25
(67,58,37)
#342E1E
(52,46,30)
#252217
(37,34,23)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #AC8E56

#AC8E56
(172,142,86)
#B39865
(179,152,101)
#BAA274
(186,162,116)
#C1AC83
(193,172,131)
#C8B692
(200,182,146)
#CFC0A1
(207,192,161)
#D6CAB0
(214,202,176)
#DDD4BF
(221,212,191)
#E4DECE
(228,222,206)
#EBE8DD
(235,232,221)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8E56 color. Also use rgb(172,142,86) instead hex code.

Text Font Color

.myTextColor { color: #AC8E56; }

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

This text font color is #AC8E56.


Background Color

.myBgColor { background-color: #AC8E56; }

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

This div background color is #AC8E56.


Border color

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

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

This div border color is #AC8E56.


Opacity

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

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

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

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

This text has shadow with #AC8E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8E56 on black background.


Color preview on white background

This text has color #AC8E56 on white background.



Black color preview on #AC8E56 background

This text has black color on #AC8E56 background.


White color preview on #AC8E56 background

This text has white color on #AC8E56 background.