COLOR #AC9D8B

HEX: #AC9D8B RGB: (172,157,139)

Color info

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

RGB color model

#AC9D8B color RGB value is (172,157,139).

RGB: (172,157,139) (67%, 62%, 55%)

RGB channels and saturation

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

172
157
139

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

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 139 = 468 (100%)
R 172 of 468 ~ 36.75%
G 157 of 468 ~ 33.55%
B 139 of 468 ~ 29.7'%

%36.75
%33.55
%29.7

CMYK color model

#AC9D8B color CMYK value is (0,9,19,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 19.19%
  • key color value is 32.55%

CMYK: (0,9,19,33)
C0M9Y19K33 (0%, 9%, 19%, 33%)
(0.00 / 0.09 / 0.19 / 0.33)

CMYK percentages

%0
%8.72
%19.19
%32.55

Codes

Color #AC9D8B in popluar color models

AC 9D 8B
RGB 172 157 139
HSL 33° 16.58% 60.98%
HSB/HSV 33° 19.19% 67.45%
CMYK 0.00% 8.72% 19.19%
32.55%

Color #AC9D8B in popluar number systems.

HEX AC 9D 8B
Decimal 172 157 139
Binary 10101100 10011101 10001011
Octal 254 235 213

Shades and tints

Shades of #AC9D8B

#AC9D8B
(172,157,139)
#9D8F7F
(157,143,127)
#8E8173
(142,129,115)
#7F7367
(127,115,103)
#70655B
(112,101,91)
#61574F
(97,87,79)
#524943
(82,73,67)
#433B37
(67,59,55)
#342D2B
(52,45,43)
#251F1F
(37,31,31)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #AC9D8B

#AC9D8B
(172,157,139)
#B3A595
(179,165,149)
#BAAD9F
(186,173,159)
#C1B5A9
(193,181,169)
#C8BDB3
(200,189,179)
#CFC5BD
(207,197,189)
#D6CDC7
(214,205,199)
#DDD5D1
(221,213,209)
#E4DDDB
(228,221,219)
#EBE5E5
(235,229,229)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9D8B; }

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

This text font color is #AC9D8B.

Background Color

.myBgColor { background-color: #AC9D8B; }

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

This div background color is #AC9D8B.

Border color

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

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

This div border color is #AC9D8B.

Opacity

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

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

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

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

This text has shadow with #AC9D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9D8B.

Preview

Color preview on black background

This text has color #AC9D8B on black background.


Color preview on white background

This text has color #AC9D8B on white background.


Black color preview on #AC9D8B background

This text has black color on #AC9D8B background.


White color preview on #AC9D8B background

This text has white color on #AC9D8B background.


Related colors

Complementary color

Complementary color for #hex is #536274.


I love getcolorcode.com

Triadic colors

1 #8BAC9D and #9D8BAC with #AC9D8B are triadic colors.

2 #8B9DAC and #9DAC8B with #AC9D8B are triadic colors.