COLOR #AC8E7F

HEX: #AC8E7F
RGB: (172,142,127)

Color info

#AC8E7F contains red, green and blue colors in about the same proportion. Web safe color of #AC8E7F is #999966 (or #996).

RGB color model

#AC8E7F color RGB value is (172,142,127).

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

RGB channels and saturation

R 172 of 255 = 67%
G 142 of 255 = 56%
B 127 of 255 = 50%

172
142
127

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

Portions of RGB colors in percentages

R + G + B =
172 + 142 + 127 = 441 (100%)
R 172 of 441 ~ 39%
G 142 of 441 ~ 32.2%
B 127 of 441 ~ 28.8%

%39
%32.2
%28.8

CMYK color model

#AC8E7F color CMYK value is (0,17,26,33).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 26.16%
  • key color value is 32.55%
CMYK:
(0,17,26,33)
C0M17Y26K33 
(0%,17%,26%,33%)
(0.00/0.17/0.26/0.33)	

CMYK percentages

%0
%17.44
%26.16
%32.55

Codes

Color #AC8E7F in popluar color models

AC8E7F
RGB172142127
HSL20°21.33%58.63%
HSB/HSV20°26.16%67.45%
CMYK0.00%17.44%26.16%
32.55%

Color #AC8E7F in popluar number systems.

HEXAC8E7F
Decimal172142127
Binary10101100100011101111111
Octal254216177

Shades and tints

Shades of #AC8E7F

#AC8E7F
(172,142,127)
#9D8274
(157,130,116)
#8E7669
(142,118,105)
#7F6A5E
(127,106,94)
#705E53
(112,94,83)
#615248
(97,82,72)
#52463D
(82,70,61)
#433A32
(67,58,50)
#342E27
(52,46,39)
#25221C
(37,34,28)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #AC8E7F

#AC8E7F
(172,142,127)
#B3988A
(179,152,138)
#BAA295
(186,162,149)
#C1ACA0
(193,172,160)
#C8B6AB
(200,182,171)
#CFC0B6
(207,192,182)
#D6CAC1
(214,202,193)
#DDD4CC
(221,212,204)
#E4DED7
(228,222,215)
#EBE8E2
(235,232,226)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8E7F; }

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

This text font color is #AC8E7F.


Background Color

.myBgColor { background-color: #AC8E7F; }

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

This div background color is #AC8E7F.


Border color

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

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

This div border color is #AC8E7F.


Opacity

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

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

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

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

This text has shadow with #AC8E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8E7F on black background.


Color preview on white background

This text has color #AC8E7F on white background.



Black color preview on #AC8E7F background

This text has black color on #AC8E7F background.


White color preview on #AC8E7F background

This text has white color on #AC8E7F background.