COLOR #AC739B

HEX: #AC739B
RGB: (172,115,155)

Color info

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

RGB color model

#AC739B color RGB value is (172,115,155).

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

RGB channels and saturation

R 172 of 255 = 67%
G 115 of 255 = 45%
B 155 of 255 = 61%

172
115
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 115 + 155 = 442 (100%)
R 172 of 442 ~ 38.91%
G 115 of 442 ~ 26.02%
B 155 of 442 ~ 35.07%

%38.91
%26.02
%35.07

CMYK color model

#AC739B color CMYK value is (0,33,10,33).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,33,10,33)
C0M33Y10K33 
(0%,33%,10%,33%)
(0.00/0.33/0.10/0.33)	

CMYK percentages

%0
%33.14
%9.88
%32.55

Codes

Color #AC739B in popluar color models

AC739B
RGB172115155
HSL318°25.56%56.27%
HSB/HSV318°33.14%67.45%
CMYK0.00%33.14%9.88%
32.55%

Color #AC739B in popluar number systems.

HEXAC739B
Decimal172115155
Binary10101100111001110011011
Octal254163233

Shades and tints

Shades of #AC739B

#AC739B
(172,115,155)
#9D698D
(157,105,141)
#8E5F7F
(142,95,127)
#7F5571
(127,85,113)
#704B63
(112,75,99)
#614155
(97,65,85)
#523747
(82,55,71)
#432D39
(67,45,57)
#34232B
(52,35,43)
#25191D
(37,25,29)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #AC739B

#AC739B
(172,115,155)
#B37FA4
(179,127,164)
#BA8BAD
(186,139,173)
#C197B6
(193,151,182)
#C8A3BF
(200,163,191)
#CFAFC8
(207,175,200)
#D6BBD1
(214,187,209)
#DDC7DA
(221,199,218)
#E4D3E3
(228,211,227)
#EBDFEC
(235,223,236)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC739B; }

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

This text font color is #AC739B.


Background Color

.myBgColor { background-color: #AC739B; }

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

This div background color is #AC739B.


Border color

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

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

This div border color is #AC739B.


Opacity

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

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

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

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

This text has shadow with #AC739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC739B on black background.


Color preview on white background

This text has color #AC739B on white background.



Black color preview on #AC739B background

This text has black color on #AC739B background.


White color preview on #AC739B background

This text has white color on #AC739B background.