COLOR #AC89AA

HEX: #AC89AA RGB: (172,137,170)

Color info

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

RGB color model

#AC89AA color RGB value is (172,137,170).

RGB: (172,137,170) (67%, 54%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 137 of 255 = 54%
B 170 of 255 = 67%

172
137
170

R + G + B ~ 63%. #AC89AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 137 + 170 = 479 (100%)
R 172 of 479 ~ 35.91%
G 137 of 479 ~ 28.6%
B 170 of 479 ~ 35.49'%

%35.91
%28.6
%35.49

CMYK color model

#AC89AA color CMYK value is (0,20,1,33).

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

CMYK: (0,20,1,33)
C0M20Y1K33 (0%, 20%, 1%, 33%)
(0.00 / 0.20 / 0.01 / 0.33)

CMYK percentages

%0
%20.35
%1.16
%32.55

Codes

Color #AC89AA in popluar color models

AC 89 AA
RGB 172 137 170
HSL 303° 17.41% 60.59%
HSB/HSV 303° 20.35% 67.45%
CMYK 0.00% 20.35% 1.16%
32.55%

Color #AC89AA in popluar number systems.

HEX AC 89 AA
Decimal 172 137 170
Binary 10101100 10001001 10101010
Octal 254 211 252

Shades and tints

Shades of #AC89AA

#AC89AA
(172,137,170)
#9D7D9B
(157,125,155)
#8E718C
(142,113,140)
#7F657D
(127,101,125)
#70596E
(112,89,110)
#614D5F
(97,77,95)
#524150
(82,65,80)
#433541
(67,53,65)
#342932
(52,41,50)
#251D23
(37,29,35)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #AC89AA

#AC89AA
(172,137,170)
#B393B1
(179,147,177)
#BA9DB8
(186,157,184)
#C1A7BF
(193,167,191)
#C8B1C6
(200,177,198)
#CFBBCD
(207,187,205)
#D6C5D4
(214,197,212)
#DDCFDB
(221,207,219)
#E4D9E2
(228,217,226)
#EBE3E9
(235,227,233)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC89AA; }

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

This text font color is #AC89AA.

Background Color

.myBgColor { background-color: #AC89AA; }

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

This div background color is #AC89AA.

Border color

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

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

This div border color is #AC89AA.

Opacity

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

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

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

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

This text has shadow with #AC89AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC89AA.

Preview

Color preview on black background

This text has color #AC89AA on black background.


Color preview on white background

This text has color #AC89AA on white background.


Black color preview on #AC89AA background

This text has black color on #AC89AA background.


White color preview on #AC89AA background

This text has white color on #AC89AA background.


Related colors

Complementary color

Complementary color for #hex is #537655.


I love getcolorcode.com

Triadic colors

1 #AAAC89 and #89AAAC with #AC89AA are triadic colors.

2 #AA89AC and #89ACAA with #AC89AA are triadic colors.