COLOR #AC8899

HEX: #AC8899
RGB: (172,136,153)

Color info

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

RGB color model

#AC8899 color RGB value is (172,136,153).

  • red value is 172;
  • green value is 136;
  • blue value is 153.
RGB:
(172,136,153)
(67%,53%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 153 of 255 = 60%

172
136
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 136 + 153 = 461 (100%)
R 172 of 461 ~ 37.31%
G 136 of 461 ~ 29.5%
B 153 of 461 ~ 33.19%

%37.31
%29.5
%33.19

CMYK color model

#AC8899 color CMYK value is (0,21,11,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(0,21,11,33)
C0M21Y11K33 
(0%,21%,11%,33%)
(0.00/0.21/0.11/0.33)	

CMYK percentages

%0
%20.93
%11.05
%32.55

Codes

Color #AC8899 in popluar color models

AC8899
RGB172136153
HSL332°17.82%60.39%
HSB/HSV332°20.93%67.45%
CMYK0.00%20.93%11.05%
32.55%

Color #AC8899 in popluar number systems.

HEXAC8899
Decimal172136153
Binary101011001000100010011001
Octal254210231

Shades and tints

Shades of #AC8899

#AC8899
(172,136,153)
#9D7C8C
(157,124,140)
#8E707F
(142,112,127)
#7F6472
(127,100,114)
#705865
(112,88,101)
#614C58
(97,76,88)
#52404B
(82,64,75)
#43343E
(67,52,62)
#342831
(52,40,49)
#251C24
(37,28,36)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #AC8899

#AC8899
(172,136,153)
#B392A2
(179,146,162)
#BA9CAB
(186,156,171)
#C1A6B4
(193,166,180)
#C8B0BD
(200,176,189)
#CFBAC6
(207,186,198)
#D6C4CF
(214,196,207)
#DDCED8
(221,206,216)
#E4D8E1
(228,216,225)
#EBE2EA
(235,226,234)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8899 color. Also use rgb(172,136,153) instead hex code.

Text Font Color

.myTextColor { color: #AC8899; }

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

This text font color is #AC8899.


Background Color

.myBgColor { background-color: #AC8899; }

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

This div background color is #AC8899.


Border color

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

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

This div border color is #AC8899.


Opacity

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

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

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

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

This text has shadow with #AC8899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8899 on black background.


Color preview on white background

This text has color #AC8899 on white background.



Black color preview on #AC8899 background

This text has black color on #AC8899 background.


White color preview on #AC8899 background

This text has white color on #AC8899 background.