COLOR #AC899C

HEX: #AC899C RGB: (172,137,156)

Color info

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

RGB color model

#AC899C color RGB value is (172,137,156).

RGB: (172,137,156) (67%, 54%, 61%)

RGB channels and saturation

R 172 of 255 = 67%
G 137 of 255 = 54%
B 156 of 255 = 61%

172
137
156

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

Portions of RGB colors in percentages

R + G + B = 172 + 137 + 156 = 465 (100%)
R 172 of 465 ~ 36.99%
G 137 of 465 ~ 29.46%
B 156 of 465 ~ 33.55'%

%36.99
%29.46
%33.55

CMYK color model

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

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

CMYK: (0,20,9,33)
C0M20Y9K33 (0%, 20%, 9%, 33%)
(0.00 / 0.20 / 0.09 / 0.33)

CMYK percentages

%0
%20.35
%9.3
%32.55

Codes

Color #AC899C in popluar color models

AC 89 9C
RGB 172 137 156
HSL 327° 17.41% 60.59%
HSB/HSV 327° 20.35% 67.45%
CMYK 0.00% 20.35% 9.30%
32.55%

Color #AC899C in popluar number systems.

HEX AC 89 9C
Decimal 172 137 156
Binary 10101100 10001001 10011100
Octal 254 211 234

Shades and tints

Shades of #AC899C

#AC899C
(172,137,156)
#9D7D8E
(157,125,142)
#8E7180
(142,113,128)
#7F6572
(127,101,114)
#705964
(112,89,100)
#614D56
(97,77,86)
#524148
(82,65,72)
#43353A
(67,53,58)
#34292C
(52,41,44)
#251D1E
(37,29,30)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #AC899C

#AC899C
(172,137,156)
#B393A5
(179,147,165)
#BA9DAE
(186,157,174)
#C1A7B7
(193,167,183)
#C8B1C0
(200,177,192)
#CFBBC9
(207,187,201)
#D6C5D2
(214,197,210)
#DDCFDB
(221,207,219)
#E4D9E4
(228,217,228)
#EBE3ED
(235,227,237)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC899C; }

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

This text font color is #AC899C.

Background Color

.myBgColor { background-color: #AC899C; }

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

This div background color is #AC899C.

Border color

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

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

This div border color is #AC899C.

Opacity

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

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

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

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

This text has shadow with #AC899C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC899C.

Preview

Color preview on black background

This text has color #AC899C on black background.


Color preview on white background

This text has color #AC899C on white background.


Black color preview on #AC899C background

This text has black color on #AC899C background.


White color preview on #AC899C background

This text has white color on #AC899C background.


Related colors

Complementary color

Complementary color for #hex is #537663.


I love getcolorcode.com

Triadic colors

1 #9CAC89 and #899CAC with #AC899C are triadic colors.

2 #9C89AC and #89AC9C with #AC899C are triadic colors.