COLOR #AC728B

HEX: #AC728B
RGB: (172,114,139)

Color info

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

RGB color model

#AC728B color RGB value is (172,114,139).

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

RGB channels and saturation

R 172 of 255 = 67%
G 114 of 255 = 45%
B 139 of 255 = 55%

172
114
139

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

Portions of RGB colors in percentages

R + G + B =
172 + 114 + 139 = 425 (100%)
R 172 of 425 ~ 40.47%
G 114 of 425 ~ 26.82%
B 139 of 425 ~ 32.71%

%40.47
%26.82
%32.71

CMYK color model

#AC728B color CMYK value is (0,34,19,33).

  • cyan value is 0.00%
  • magenta value is 33.72%
  • yellow value is 19.19%
  • key color value is 32.55%
CMYK:
(0,34,19,33)
C0M34Y19K33 
(0%,34%,19%,33%)
(0.00/0.34/0.19/0.33)	

CMYK percentages

%0
%33.72
%19.19
%32.55

Codes

Color #AC728B in popluar color models

AC728B
RGB172114139
HSL334°25.89%56.08%
HSB/HSV334°33.72%67.45%
CMYK0.00%33.72%19.19%
32.55%

Color #AC728B in popluar number systems.

HEXAC728B
Decimal172114139
Binary10101100111001010001011
Octal254162213

Shades and tints

Shades of #AC728B

#AC728B
(172,114,139)
#9D687F
(157,104,127)
#8E5E73
(142,94,115)
#7F5467
(127,84,103)
#704A5B
(112,74,91)
#61404F
(97,64,79)
#523643
(82,54,67)
#432C37
(67,44,55)
#34222B
(52,34,43)
#25181F
(37,24,31)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #AC728B

#AC728B
(172,114,139)
#B37E95
(179,126,149)
#BA8A9F
(186,138,159)
#C196A9
(193,150,169)
#C8A2B3
(200,162,179)
#CFAEBD
(207,174,189)
#D6BAC7
(214,186,199)
#DDC6D1
(221,198,209)
#E4D2DB
(228,210,219)
#EBDEE5
(235,222,229)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC728B; }

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

This text font color is #AC728B.


Background Color

.myBgColor { background-color: #AC728B; }

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

This div background color is #AC728B.


Border color

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

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

This div border color is #AC728B.


Opacity

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

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

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

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

This text has shadow with #AC728B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC728B on black background.


Color preview on white background

This text has color #AC728B on white background.



Black color preview on #AC728B background

This text has black color on #AC728B background.


White color preview on #AC728B background

This text has white color on #AC728B background.