COLOR #AC897D

HEX: #AC897D RGB: (172,137,125)

Color info

#AC897D contains red, green and blue colors in about the same proportion. Web safe color of #AC897D is #999966 (or #996).

RGB color model

#AC897D color RGB value is (172,137,125).

RGB: (172,137,125) (67%, 54%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 137 of 255 = 54%
B 125 of 255 = 49%

172
137
125

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

Portions of RGB colors in percentages

R + G + B = 172 + 137 + 125 = 434 (100%)
R 172 of 434 ~ 39.63%
G 137 of 434 ~ 31.57%
B 125 of 434 ~ 28.8'%

%39.63
%31.57
%28.8

CMYK color model

#AC897D color CMYK value is (0,20,27,33).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 27.33%
  • key color value is 32.55%

CMYK: (0,20,27,33)
C0M20Y27K33 (0%, 20%, 27%, 33%)
(0.00 / 0.20 / 0.27 / 0.33)

CMYK percentages

%0
%20.35
%27.33
%32.55

Codes

Color #AC897D in popluar color models

AC 89 7D
RGB 172 137 125
HSL 15° 22.07% 58.24%
HSB/HSV 15° 27.33% 67.45%
CMYK 0.00% 20.35% 27.33%
32.55%

Color #AC897D in popluar number systems.

HEX AC 89 7D
Decimal 172 137 125
Binary 10101100 10001001 1111101
Octal 254 211 175

Shades and tints

Shades of #AC897D

#AC897D
(172,137,125)
#9D7D72
(157,125,114)
#8E7167
(142,113,103)
#7F655C
(127,101,92)
#705951
(112,89,81)
#614D46
(97,77,70)
#52413B
(82,65,59)
#433530
(67,53,48)
#342925
(52,41,37)
#251D1A
(37,29,26)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #AC897D

#AC897D
(172,137,125)
#B39388
(179,147,136)
#BA9D93
(186,157,147)
#C1A79E
(193,167,158)
#C8B1A9
(200,177,169)
#CFBBB4
(207,187,180)
#D6C5BF
(214,197,191)
#DDCFCA
(221,207,202)
#E4D9D5
(228,217,213)
#EBE3E0
(235,227,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC897D; }

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

This text font color is #AC897D.

Background Color

.myBgColor { background-color: #AC897D; }

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

This div background color is #AC897D.

Border color

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

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

This div border color is #AC897D.

Opacity

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

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

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

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

This text has shadow with #AC897D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC897D.

Preview

Color preview on black background

This text has color #AC897D on black background.


Color preview on white background

This text has color #AC897D on white background.


Black color preview on #AC897D background

This text has black color on #AC897D background.


White color preview on #AC897D background

This text has white color on #AC897D background.


Related colors

Complementary color

Complementary color for #hex is #537682.


I love getcolorcode.com

Triadic colors

1 #7DAC89 and #897DAC with #AC897D are triadic colors.

2 #7D89AC and #89AC7D with #AC897D are triadic colors.