COLOR #AC7389

HEX: #AC7389
RGB: (172,115,137)

Color info

#AC7389 contains red, green and blue colors in about the same proportion. Web safe color of #AC7389 is #996699 (or #969).

RGB color model

#AC7389 color RGB value is (172,115,137).

  • red value is 172;
  • green value is 115;
  • blue value is 137.
RGB:
(172,115,137)
(67%,45%,54%)

RGB channels and saturation

R 172 of 255 = 67%
G 115 of 255 = 45%
B 137 of 255 = 54%

172
115
137

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

Portions of RGB colors in percentages

R + G + B =
172 + 115 + 137 = 424 (100%)
R 172 of 424 ~ 40.57%
G 115 of 424 ~ 27.12%
B 137 of 424 ~ 32.31%

%40.57
%27.12
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK:
(0,33,20,33)
C0M33Y20K33 
(0%,33%,20%,33%)
(0.00/0.33/0.20/0.33)	

CMYK percentages

%0
%33.14
%20.35
%32.55

Codes

Color #AC7389 in popluar color models

AC7389
RGB172115137
HSL337°25.56%56.27%
HSB/HSV337°33.14%67.45%
CMYK0.00%33.14%20.35%
32.55%

Color #AC7389 in popluar number systems.

HEXAC7389
Decimal172115137
Binary10101100111001110001001
Octal254163211

Shades and tints

Shades of #AC7389

#AC7389
(172,115,137)
#9D697D
(157,105,125)
#8E5F71
(142,95,113)
#7F5565
(127,85,101)
#704B59
(112,75,89)
#61414D
(97,65,77)
#523741
(82,55,65)
#432D35
(67,45,53)
#342329
(52,35,41)
#25191D
(37,25,29)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #AC7389

#AC7389
(172,115,137)
#B37F93
(179,127,147)
#BA8B9D
(186,139,157)
#C197A7
(193,151,167)
#C8A3B1
(200,163,177)
#CFAFBB
(207,175,187)
#D6BBC5
(214,187,197)
#DDC7CF
(221,199,207)
#E4D3D9
(228,211,217)
#EBDFE3
(235,223,227)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7389; }

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

This text font color is #AC7389.


Background Color

.myBgColor { background-color: #AC7389; }

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

This div background color is #AC7389.


Border color

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

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

This div border color is #AC7389.


Opacity

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

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

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

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

This text has shadow with #AC7389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7389 on black background.


Color preview on white background

This text has color #AC7389 on white background.



Black color preview on #AC7389 background

This text has black color on #AC7389 background.


White color preview on #AC7389 background

This text has white color on #AC7389 background.