COLOR #AC9D8D

HEX: #AC9D8D
RGB: (172,157,141)

Color info

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

RGB color model

#AC9D8D color RGB value is (172,157,141).

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

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 141 of 255 = 55%

172
157
141

R + G + B ~ 61%. #AC9D8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 141 = 470 (100%)
R 172 of 470 ~ 36.6%
G 157 of 470 ~ 33.4%
B 141 of 470 ~ 30%

%36.6
%33.4
%30

CMYK color model

#AC9D8D color CMYK value is (0,9,18,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(0,9,18,33)
C0M9Y18K33 
(0%,9%,18%,33%)
(0.00/0.09/0.18/0.33)	

CMYK percentages

%0
%8.72
%18.02
%32.55

Codes

Color #AC9D8D in popluar color models

AC9D8D
RGB172157141
HSL31°15.74%61.37%
HSB/HSV31°18.02%67.45%
CMYK0.00%8.72%18.02%
32.55%

Color #AC9D8D in popluar number systems.

HEXAC9D8D
Decimal172157141
Binary101011001001110110001101
Octal254235215

Shades and tints

Shades of #AC9D8D

#AC9D8D
(172,157,141)
#9D8F81
(157,143,129)
#8E8175
(142,129,117)
#7F7369
(127,115,105)
#70655D
(112,101,93)
#615751
(97,87,81)
#524945
(82,73,69)
#433B39
(67,59,57)
#342D2D
(52,45,45)
#251F21
(37,31,33)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #AC9D8D

#AC9D8D
(172,157,141)
#B3A597
(179,165,151)
#BAADA1
(186,173,161)
#C1B5AB
(193,181,171)
#C8BDB5
(200,189,181)
#CFC5BF
(207,197,191)
#D6CDC9
(214,205,201)
#DDD5D3
(221,213,211)
#E4DDDD
(228,221,221)
#EBE5E7
(235,229,231)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9D8D; }

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

This text font color is #AC9D8D.


Background Color

.myBgColor { background-color: #AC9D8D; }

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

This div background color is #AC9D8D.


Border color

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

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

This div border color is #AC9D8D.


Opacity

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

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

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

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

This text has shadow with #AC9D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9D8D on black background.


Color preview on white background

This text has color #AC9D8D on white background.



Black color preview on #AC9D8D background

This text has black color on #AC9D8D background.


White color preview on #AC9D8D background

This text has white color on #AC9D8D background.