COLOR #AC5F89

HEX: #AC5F89 RGB: (172,95,137)

Color info

#AC5F89 contains mainly red and blue colors. Web safe color of #AC5F89 is #996699 (or #969).

RGB color model

#AC5F89 color RGB value is (172,95,137).

RGB: (172,95,137) (67%, 37%, 54%)

RGB channels and saturation

R 172 of 255 = 67%
G 95 of 255 = 37%
B 137 of 255 = 54%

172
95
137

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

Portions of RGB colors in percentages

R + G + B = 172 + 95 + 137 = 404 (100%)
R 172 of 404 ~ 42.57%
G 95 of 404 ~ 23.51%
B 137 of 404 ~ 33.91'%

%42.57
%23.51
%33.91

CMYK color model

#AC5F89 color CMYK value is (0,45,20,33).

  • cyan value is 0.00%
  • magenta value is 44.77%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK: (0,45,20,33) C0M45Y20K33 (0%,45%,20%,33%) (0.00/0.45/0.20/0.33) 

CMYK percentages

%0
%44.77
%20.35
%32.55

Codes

Color #AC5F89 in popluar color models

AC 5F 89
RGB 172 95 137
HSL 327° 31.69% 52.35%
HSB/HSV 327° 44.77% 67.45%
CMYK 0.00% 44.77% 20.35%
32.55%

Color #AC5F89 in popluar number systems.

HEX AC 5F 89
Decimal 172 95 137
Binary 10101100 1011111 10001001
Octal 254 137 211

Shades and tints

Shades of #AC5F89

#AC5F89
(172,95,137)
#9D577D
(157,87,125)
#8E4F71
(142,79,113)
#7F4765
(127,71,101)
#703F59
(112,63,89)
#61374D
(97,55,77)
#522F41
(82,47,65)
#432735
(67,39,53)
#341F29
(52,31,41)
#25171D
(37,23,29)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #AC5F89

#AC5F89
(172,95,137)
#B36D93
(179,109,147)
#BA7B9D
(186,123,157)
#C189A7
(193,137,167)
#C897B1
(200,151,177)
#CFA5BB
(207,165,187)
#D6B3C5
(214,179,197)
#DDC1CF
(221,193,207)
#E4CFD9
(228,207,217)
#EBDDE3
(235,221,227)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5F89; }

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

This text font color is #AC5F89.

Background Color

.myBgColor { background-color: #AC5F89; }

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

This div background color is #AC5F89.

Border color

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

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

This div border color is #AC5F89.

Opacity

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

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

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

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

This text has shadow with #AC5F89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC5F89.

Preview

Color preview on black background

This text has color #AC5F89 on black background.


Color preview on white background

This text has color #AC5F89 on white background.


Black color preview on #AC5F89 background

This text has black color on #AC5F89 background.


White color preview on #AC5F89 background

This text has white color on #AC5F89 background.


Related colors

Complementary color

Complementary color for #hex is #53A076.


I love getcolorcode.com

Triadic colors

1 #89AC5F and #5F89AC with #AC5F89 are triadic colors.

2 #895FAC and #5FAC89 with #AC5F89 are triadic colors.