COLOR #AC8D89

HEX: #AC8D89
RGB: (172,141,137)

Color info

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

RGB color model

#AC8D89 color RGB value is (172,141,137).

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

RGB channels and saturation

R 172 of 255 = 67%
G 141 of 255 = 55%
B 137 of 255 = 54%

172
141
137

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

Portions of RGB colors in percentages

R + G + B =
172 + 141 + 137 = 450 (100%)
R 172 of 450 ~ 38.22%
G 141 of 450 ~ 31.33%
B 137 of 450 ~ 30.44%

%38.22
%31.33
%30.44

CMYK color model

#AC8D89 color CMYK value is (0,18,20,33).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK:
(0,18,20,33)
C0M18Y20K33 
(0%,18%,20%,33%)
(0.00/0.18/0.20/0.33)	

CMYK percentages

%0
%18.02
%20.35
%32.55

Codes

Color #AC8D89 in popluar color models

AC8D89
RGB172141137
HSL17.41%60.59%
HSB/HSV20.35%67.45%
CMYK0.00%18.02%20.35%
32.55%

Color #AC8D89 in popluar number systems.

HEXAC8D89
Decimal172141137
Binary101011001000110110001001
Octal254215211

Shades and tints

Shades of #AC8D89

#AC8D89
(172,141,137)
#9D817D
(157,129,125)
#8E7571
(142,117,113)
#7F6965
(127,105,101)
#705D59
(112,93,89)
#61514D
(97,81,77)
#524541
(82,69,65)
#433935
(67,57,53)
#342D29
(52,45,41)
#25211D
(37,33,29)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #AC8D89

#AC8D89
(172,141,137)
#B39793
(179,151,147)
#BAA19D
(186,161,157)
#C1ABA7
(193,171,167)
#C8B5B1
(200,181,177)
#CFBFBB
(207,191,187)
#D6C9C5
(214,201,197)
#DDD3CF
(221,211,207)
#E4DDD9
(228,221,217)
#EBE7E3
(235,231,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8D89; }

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

This text font color is #AC8D89.


Background Color

.myBgColor { background-color: #AC8D89; }

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

This div background color is #AC8D89.


Border color

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

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

This div border color is #AC8D89.


Opacity

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

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

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

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

This text has shadow with #AC8D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8D89 on black background.


Color preview on white background

This text has color #AC8D89 on white background.



Black color preview on #AC8D89 background

This text has black color on #AC8D89 background.


White color preview on #AC8D89 background

This text has white color on #AC8D89 background.