COLOR #AC839F

HEX: #AC839F
RGB: (172,131,159)

Color info

#AC839F contains red, green and blue colors in about the same proportion. Web safe color of #AC839F is #999999 (or #999).

RGB color model

#AC839F color RGB value is (172,131,159).

  • red value is 172;
  • green value is 131;
  • blue value is 159.
RGB:
(172,131,159)
(67%,51%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 159 of 255 = 62%

172
131
159

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

Portions of RGB colors in percentages

R + G + B =
172 + 131 + 159 = 462 (100%)
R 172 of 462 ~ 37.23%
G 131 of 462 ~ 28.35%
B 159 of 462 ~ 34.42%

%37.23
%28.35
%34.42

CMYK color model

#AC839F color CMYK value is (0,24,8,33).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 7.56%
  • key color value is 32.55%
CMYK:
(0,24,8,33)
C0M24Y8K33 
(0%,24%,8%,33%)
(0.00/0.24/0.08/0.33)	

CMYK percentages

%0
%23.84
%7.56
%32.55

Codes

Color #AC839F in popluar color models

AC839F
RGB172131159
HSL319°19.81%59.41%
HSB/HSV319°23.84%67.45%
CMYK0.00%23.84%7.56%
32.55%

Color #AC839F in popluar number systems.

HEXAC839F
Decimal172131159
Binary101011001000001110011111
Octal254203237

Shades and tints

Shades of #AC839F

#AC839F
(172,131,159)
#9D7891
(157,120,145)
#8E6D83
(142,109,131)
#7F6275
(127,98,117)
#705767
(112,87,103)
#614C59
(97,76,89)
#52414B
(82,65,75)
#43363D
(67,54,61)
#342B2F
(52,43,47)
#252021
(37,32,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #AC839F

#AC839F
(172,131,159)
#B38EA7
(179,142,167)
#BA99AF
(186,153,175)
#C1A4B7
(193,164,183)
#C8AFBF
(200,175,191)
#CFBAC7
(207,186,199)
#D6C5CF
(214,197,207)
#DDD0D7
(221,208,215)
#E4DBDF
(228,219,223)
#EBE6E7
(235,230,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC839F color. Also use rgb(172,131,159) instead hex code.

Text Font Color

.myTextColor { color: #AC839F; }

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

This text font color is #AC839F.


Background Color

.myBgColor { background-color: #AC839F; }

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

This div background color is #AC839F.


Border color

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

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

This div border color is #AC839F.


Opacity

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

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

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

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

This text has shadow with #AC839F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC839F on black background.


Color preview on white background

This text has color #AC839F on white background.



Black color preview on #AC839F background

This text has black color on #AC839F background.


White color preview on #AC839F background

This text has white color on #AC839F background.