COLOR #AC8E7E

HEX: #AC8E7E
RGB: (172,142,126)

Color info

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

RGB color model

#AC8E7E color RGB value is (172,142,126).

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

RGB channels and saturation

R 172 of 255 = 67%
G 142 of 255 = 56%
B 126 of 255 = 49%

172
142
126

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

Portions of RGB colors in percentages

R + G + B =
172 + 142 + 126 = 440 (100%)
R 172 of 440 ~ 39.09%
G 142 of 440 ~ 32.27%
B 126 of 440 ~ 28.64%

%39.09
%32.27
%28.64

CMYK color model

#AC8E7E color CMYK value is (0,17,27,33).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 26.74%
  • key color value is 32.55%
CMYK:
(0,17,27,33)
C0M17Y27K33 
(0%,17%,27%,33%)
(0.00/0.17/0.27/0.33)	

CMYK percentages

%0
%17.44
%26.74
%32.55

Codes

Color #AC8E7E in popluar color models

AC8E7E
RGB172142126
HSL21°21.70%58.43%
HSB/HSV21°26.74%67.45%
CMYK0.00%17.44%26.74%
32.55%

Color #AC8E7E in popluar number systems.

HEXAC8E7E
Decimal172142126
Binary10101100100011101111110
Octal254216176

Shades and tints

Shades of #AC8E7E

#AC8E7E
(172,142,126)
#9D8273
(157,130,115)
#8E7668
(142,118,104)
#7F6A5D
(127,106,93)
#705E52
(112,94,82)
#615247
(97,82,71)
#52463C
(82,70,60)
#433A31
(67,58,49)
#342E26
(52,46,38)
#25221B
(37,34,27)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #AC8E7E

#AC8E7E
(172,142,126)
#B39889
(179,152,137)
#BAA294
(186,162,148)
#C1AC9F
(193,172,159)
#C8B6AA
(200,182,170)
#CFC0B5
(207,192,181)
#D6CAC0
(214,202,192)
#DDD4CB
(221,212,203)
#E4DED6
(228,222,214)
#EBE8E1
(235,232,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8E7E; }

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

This text font color is #AC8E7E.


Background Color

.myBgColor { background-color: #AC8E7E; }

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

This div background color is #AC8E7E.


Border color

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

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

This div border color is #AC8E7E.


Opacity

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

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

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

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

This text has shadow with #AC8E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8E7E on black background.


Color preview on white background

This text has color #AC8E7E on white background.



Black color preview on #AC8E7E background

This text has black color on #AC8E7E background.


White color preview on #AC8E7E background

This text has white color on #AC8E7E background.