COLOR #AC9D8A

HEX: #AC9D8A
RGB: (172,157,138)

Color info

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

RGB color model

#AC9D8A color RGB value is (172,157,138).

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

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 138 of 255 = 54%

172
157
138

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

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 138 = 467 (100%)
R 172 of 467 ~ 36.83%
G 157 of 467 ~ 33.62%
B 138 of 467 ~ 29.55%

%36.83
%33.62
%29.55

CMYK color model

#AC9D8A color CMYK value is (0,9,20,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 19.77%
  • key color value is 32.55%
CMYK:
(0,9,20,33)
C0M9Y20K33 
(0%,9%,20%,33%)
(0.00/0.09/0.20/0.33)	

CMYK percentages

%0
%8.72
%19.77
%32.55

Codes

Color #AC9D8A in popluar color models

AC9D8A
RGB172157138
HSL34°17.00%60.78%
HSB/HSV34°19.77%67.45%
CMYK0.00%8.72%19.77%
32.55%

Color #AC9D8A in popluar number systems.

HEXAC9D8A
Decimal172157138
Binary101011001001110110001010
Octal254235212

Shades and tints

Shades of #AC9D8A

#AC9D8A
(172,157,138)
#9D8F7E
(157,143,126)
#8E8172
(142,129,114)
#7F7366
(127,115,102)
#70655A
(112,101,90)
#61574E
(97,87,78)
#524942
(82,73,66)
#433B36
(67,59,54)
#342D2A
(52,45,42)
#251F1E
(37,31,30)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #AC9D8A

#AC9D8A
(172,157,138)
#B3A594
(179,165,148)
#BAAD9E
(186,173,158)
#C1B5A8
(193,181,168)
#C8BDB2
(200,189,178)
#CFC5BC
(207,197,188)
#D6CDC6
(214,205,198)
#DDD5D0
(221,213,208)
#E4DDDA
(228,221,218)
#EBE5E4
(235,229,228)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9D8A; }

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

This text font color is #AC9D8A.


Background Color

.myBgColor { background-color: #AC9D8A; }

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

This div background color is #AC9D8A.


Border color

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

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

This div border color is #AC9D8A.


Opacity

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

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

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

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

This text has shadow with #AC9D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9D8A on black background.


Color preview on white background

This text has color #AC9D8A on white background.



Black color preview on #AC9D8A background

This text has black color on #AC9D8A background.


White color preview on #AC9D8A background

This text has white color on #AC9D8A background.