COLOR #AC7289

HEX: #AC7289
RGB: (172,114,137)

Color info

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

RGB color model

#AC7289 color RGB value is (172,114,137).

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

RGB channels and saturation

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

172
114
137

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

Portions of RGB colors in percentages

R + G + B =
172 + 114 + 137 = 423 (100%)
R 172 of 423 ~ 40.66%
G 114 of 423 ~ 26.95%
B 137 of 423 ~ 32.39%

%40.66
%26.95
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.72%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK:
(0,34,20,33)
C0M34Y20K33 
(0%,34%,20%,33%)
(0.00/0.34/0.20/0.33)	

CMYK percentages

%0
%33.72
%20.35
%32.55

Codes

Color #AC7289 in popluar color models

AC7289
RGB172114137
HSL336°25.89%56.08%
HSB/HSV336°33.72%67.45%
CMYK0.00%33.72%20.35%
32.55%

Color #AC7289 in popluar number systems.

HEXAC7289
Decimal172114137
Binary10101100111001010001001
Octal254162211

Shades and tints

Shades of #AC7289

#AC7289
(172,114,137)
#9D687D
(157,104,125)
#8E5E71
(142,94,113)
#7F5465
(127,84,101)
#704A59
(112,74,89)
#61404D
(97,64,77)
#523641
(82,54,65)
#432C35
(67,44,53)
#342229
(52,34,41)
#25181D
(37,24,29)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #AC7289

#AC7289
(172,114,137)
#B37E93
(179,126,147)
#BA8A9D
(186,138,157)
#C196A7
(193,150,167)
#C8A2B1
(200,162,177)
#CFAEBB
(207,174,187)
#D6BAC5
(214,186,197)
#DDC6CF
(221,198,207)
#E4D2D9
(228,210,217)
#EBDEE3
(235,222,227)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7289; }

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

This text font color is #AC7289.


Background Color

.myBgColor { background-color: #AC7289; }

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

This div background color is #AC7289.


Border color

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

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

This div border color is #AC7289.


Opacity

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

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

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

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

This text has shadow with #AC7289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7289 on black background.


Color preview on white background

This text has color #AC7289 on white background.



Black color preview on #AC7289 background

This text has black color on #AC7289 background.


White color preview on #AC7289 background

This text has white color on #AC7289 background.