COLOR #AC9E89

HEX: #AC9E89 RGB: (172,158,137)

Color info

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

RGB color model

#AC9E89 color RGB value is (172,158,137).

RGB: (172,158,137) (67%, 62%, 54%)

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 137 of 255 = 54%

172
158
137

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

Portions of RGB colors in percentages

R + G + B = 172 + 158 + 137 = 467 (100%)
R 172 of 467 ~ 36.83%
G 158 of 467 ~ 33.83%
B 137 of 467 ~ 29.34'%

%36.83
%33.83
%29.34

CMYK color model

#AC9E89 color CMYK value is (0,8,20,33).

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

CMYK: (0,8,20,33)
C0M8Y20K33 (0%, 8%, 20%, 33%)
(0.00 / 0.08 / 0.20 / 0.33)

CMYK percentages

%0
%8.14
%20.35
%32.55

Codes

Color #AC9E89 in popluar color models

AC 9E 89
RGB 172 158 137
HSL 36° 17.41% 60.59%
HSB/HSV 36° 20.35% 67.45%
CMYK 0.00% 8.14% 20.35%
32.55%

Color #AC9E89 in popluar number systems.

HEX AC 9E 89
Decimal 172 158 137
Binary 10101100 10011110 10001001
Octal 254 236 211

Shades and tints

Shades of #AC9E89

#AC9E89
(172,158,137)
#9D907D
(157,144,125)
#8E8271
(142,130,113)
#7F7465
(127,116,101)
#706659
(112,102,89)
#61584D
(97,88,77)
#524A41
(82,74,65)
#433C35
(67,60,53)
#342E29
(52,46,41)
#25201D
(37,32,29)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #AC9E89

#AC9E89
(172,158,137)
#B3A693
(179,166,147)
#BAAE9D
(186,174,157)
#C1B6A7
(193,182,167)
#C8BEB1
(200,190,177)
#CFC6BB
(207,198,187)
#D6CEC5
(214,206,197)
#DDD6CF
(221,214,207)
#E4DED9
(228,222,217)
#EBE6E3
(235,230,227)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9E89; }

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

This text font color is #AC9E89.

Background Color

.myBgColor { background-color: #AC9E89; }

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

This div background color is #AC9E89.

Border color

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

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

This div border color is #AC9E89.

Opacity

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

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

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

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

This text has shadow with #AC9E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9E89.

Preview

Color preview on black background

This text has color #AC9E89 on black background.


Color preview on white background

This text has color #AC9E89 on white background.


Black color preview on #AC9E89 background

This text has black color on #AC9E89 background.


White color preview on #AC9E89 background

This text has white color on #AC9E89 background.


Related colors

Complementary color

Complementary color for #hex is #536176.


I love getcolorcode.com

Triadic colors

1 #89AC9E and #9E89AC with #AC9E89 are triadic colors.

2 #899EAC and #9EAC89 with #AC9E89 are triadic colors.