COLOR #AC8E8D

HEX: #AC8E8D
RGB: (172,142,141)

Color info

#AC8E8D contains red, green and blue colors in about the same proportion. Web safe color of #AC8E8D is #999999 (or #999).

RGB color model

#AC8E8D color RGB value is (172,142,141).

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

RGB channels and saturation

R 172 of 255 = 67%
G 142 of 255 = 56%
B 141 of 255 = 55%

172
142
141

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

Portions of RGB colors in percentages

R + G + B =
172 + 142 + 141 = 455 (100%)
R 172 of 455 ~ 37.8%
G 142 of 455 ~ 31.21%
B 141 of 455 ~ 30.99%

%37.8
%31.21
%30.99

CMYK color model

#AC8E8D color CMYK value is (0,17,18,33).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(0,17,18,33)
C0M17Y18K33 
(0%,17%,18%,33%)
(0.00/0.17/0.18/0.33)	

CMYK percentages

%0
%17.44
%18.02
%32.55

Codes

Color #AC8E8D in popluar color models

AC8E8D
RGB172142141
HSL15.74%61.37%
HSB/HSV18.02%67.45%
CMYK0.00%17.44%18.02%
32.55%

Color #AC8E8D in popluar number systems.

HEXAC8E8D
Decimal172142141
Binary101011001000111010001101
Octal254216215

Shades and tints

Shades of #AC8E8D

#AC8E8D
(172,142,141)
#9D8281
(157,130,129)
#8E7675
(142,118,117)
#7F6A69
(127,106,105)
#705E5D
(112,94,93)
#615251
(97,82,81)
#524645
(82,70,69)
#433A39
(67,58,57)
#342E2D
(52,46,45)
#252221
(37,34,33)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #AC8E8D

#AC8E8D
(172,142,141)
#B39897
(179,152,151)
#BAA2A1
(186,162,161)
#C1ACAB
(193,172,171)
#C8B6B5
(200,182,181)
#CFC0BF
(207,192,191)
#D6CAC9
(214,202,201)
#DDD4D3
(221,212,211)
#E4DEDD
(228,222,221)
#EBE8E7
(235,232,231)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8E8D; }

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

This text font color is #AC8E8D.


Background Color

.myBgColor { background-color: #AC8E8D; }

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

This div background color is #AC8E8D.


Border color

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

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

This div border color is #AC8E8D.


Opacity

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

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

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

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

This text has shadow with #AC8E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8E8D on black background.


Color preview on white background

This text has color #AC8E8D on white background.



Black color preview on #AC8E8D background

This text has black color on #AC8E8D background.


White color preview on #AC8E8D background

This text has white color on #AC8E8D background.