COLOR #AC8994

HEX: #AC8994 RGB: (172,137,148)

Color info

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

RGB color model

#AC8994 color RGB value is (172,137,148).

RGB: (172,137,148) (67%, 54%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 137 of 255 = 54%
B 148 of 255 = 58%

172
137
148

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

Portions of RGB colors in percentages

R + G + B = 172 + 137 + 148 = 457 (100%)
R 172 of 457 ~ 37.64%
G 137 of 457 ~ 29.98%
B 148 of 457 ~ 32.39'%

%37.64
%29.98
%32.39

CMYK color model

#AC8994 color CMYK value is (0,20,14,33).

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

CMYK: (0,20,14,33)
C0M20Y14K33 (0%, 20%, 14%, 33%)
(0.00 / 0.20 / 0.14 / 0.33)

CMYK percentages

%0
%20.35
%13.95
%32.55

Codes

Color #AC8994 in popluar color models

AC 89 94
RGB 172 137 148
HSL 341° 17.41% 60.59%
HSB/HSV 341° 20.35% 67.45%
CMYK 0.00% 20.35% 13.95%
32.55%

Color #AC8994 in popluar number systems.

HEX AC 89 94
Decimal 172 137 148
Binary 10101100 10001001 10010100
Octal 254 211 224

Shades and tints

Shades of #AC8994

#AC8994
(172,137,148)
#9D7D87
(157,125,135)
#8E717A
(142,113,122)
#7F656D
(127,101,109)
#705960
(112,89,96)
#614D53
(97,77,83)
#524146
(82,65,70)
#433539
(67,53,57)
#34292C
(52,41,44)
#251D1F
(37,29,31)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #AC8994

#AC8994
(172,137,148)
#B3939D
(179,147,157)
#BA9DA6
(186,157,166)
#C1A7AF
(193,167,175)
#C8B1B8
(200,177,184)
#CFBBC1
(207,187,193)
#D6C5CA
(214,197,202)
#DDCFD3
(221,207,211)
#E4D9DC
(228,217,220)
#EBE3E5
(235,227,229)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8994; }

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

This text font color is #AC8994.

Background Color

.myBgColor { background-color: #AC8994; }

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

This div background color is #AC8994.

Border color

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

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

This div border color is #AC8994.

Opacity

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

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

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

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

This text has shadow with #AC8994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8994.

Preview

Color preview on black background

This text has color #AC8994 on black background.


Color preview on white background

This text has color #AC8994 on white background.


Black color preview on #AC8994 background

This text has black color on #AC8994 background.


White color preview on #AC8994 background

This text has white color on #AC8994 background.


Related colors

Complementary color

Complementary color for #hex is #53766B.


I love getcolorcode.com

Triadic colors

1 #94AC89 and #8994AC with #AC8994 are triadic colors.

2 #9489AC and #89AC94 with #AC8994 are triadic colors.