COLOR #AC9189

HEX: #AC9189 RGB: (172,145,137)

Color info

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

RGB color model

#AC9189 color RGB value is (172,145,137).

RGB: (172,145,137) (67%, 57%, 54%)

RGB channels and saturation

R 172 of 255 = 67%
G 145 of 255 = 57%
B 137 of 255 = 54%

172
145
137

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

Portions of RGB colors in percentages

R + G + B = 172 + 145 + 137 = 454 (100%)
R 172 of 454 ~ 37.89%
G 145 of 454 ~ 31.94%
B 137 of 454 ~ 30.18'%

%37.89
%31.94
%30.18

CMYK color model

#AC9189 color CMYK value is (0,16,20,33).

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

CMYK: (0,16,20,33)
C0M16Y20K33 (0%, 16%, 20%, 33%)
(0.00 / 0.16 / 0.20 / 0.33)

CMYK percentages

%0
%15.7
%20.35
%32.55

Codes

Color #AC9189 in popluar color models

AC 91 89
RGB 172 145 137
HSL 14° 17.41% 60.59%
HSB/HSV 14° 20.35% 67.45%
CMYK 0.00% 15.70% 20.35%
32.55%

Color #AC9189 in popluar number systems.

HEX AC 91 89
Decimal 172 145 137
Binary 10101100 10010001 10001001
Octal 254 221 211

Shades and tints

Shades of #AC9189

#AC9189
(172,145,137)
#9D847D
(157,132,125)
#8E7771
(142,119,113)
#7F6A65
(127,106,101)
#705D59
(112,93,89)
#61504D
(97,80,77)
#524341
(82,67,65)
#433635
(67,54,53)
#342929
(52,41,41)
#251C1D
(37,28,29)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #AC9189

#AC9189
(172,145,137)
#B39B93
(179,155,147)
#BAA59D
(186,165,157)
#C1AFA7
(193,175,167)
#C8B9B1
(200,185,177)
#CFC3BB
(207,195,187)
#D6CDC5
(214,205,197)
#DDD7CF
(221,215,207)
#E4E1D9
(228,225,217)
#EBEBE3
(235,235,227)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9189; }

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

This text font color is #AC9189.

Background Color

.myBgColor { background-color: #AC9189; }

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

This div background color is #AC9189.

Border color

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

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

This div border color is #AC9189.

Opacity

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

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

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

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

This text has shadow with #AC9189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9189.

Preview

Color preview on black background

This text has color #AC9189 on black background.


Color preview on white background

This text has color #AC9189 on white background.


Black color preview on #AC9189 background

This text has black color on #AC9189 background.


White color preview on #AC9189 background

This text has white color on #AC9189 background.


Related colors

Complementary color

Complementary color for #hex is #536E76.


I love getcolorcode.com

Triadic colors

1 #89AC91 and #9189AC with #AC9189 are triadic colors.

2 #8991AC and #91AC89 with #AC9189 are triadic colors.