COLOR #AC8AA0

HEX: #AC8AA0
RGB: (172,138,160)

Color info

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

RGB color model

#AC8AA0 color RGB value is (172,138,160).

  • red value is 172;
  • green value is 138;
  • blue value is 160.
RGB:
(172,138,160)
(67%,54%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 160 of 255 = 63%

172
138
160

R + G + B ~ 61%. #AC8AA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 138 + 160 = 470 (100%)
R 172 of 470 ~ 36.6%
G 138 of 470 ~ 29.36%
B 160 of 470 ~ 34.04%

%36.6
%29.36
%34.04

CMYK color model

#AC8AA0 color CMYK value is (0,20,7,33).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(0,20,7,33)
C0M20Y7K33 
(0%,20%,7%,33%)
(0.00/0.20/0.07/0.33)	

CMYK percentages

%0
%19.77
%6.98
%32.55

Codes

Color #AC8AA0 in popluar color models

AC8AA0
RGB172138160
HSL321°17.00%60.78%
HSB/HSV321°19.77%67.45%
CMYK0.00%19.77%6.98%
32.55%

Color #AC8AA0 in popluar number systems.

HEXAC8AA0
Decimal172138160
Binary101011001000101010100000
Octal254212240

Shades and tints

Shades of #AC8AA0

#AC8AA0
(172,138,160)
#9D7E92
(157,126,146)
#8E7284
(142,114,132)
#7F6676
(127,102,118)
#705A68
(112,90,104)
#614E5A
(97,78,90)
#52424C
(82,66,76)
#43363E
(67,54,62)
#342A30
(52,42,48)
#251E22
(37,30,34)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #AC8AA0

#AC8AA0
(172,138,160)
#B394A8
(179,148,168)
#BA9EB0
(186,158,176)
#C1A8B8
(193,168,184)
#C8B2C0
(200,178,192)
#CFBCC8
(207,188,200)
#D6C6D0
(214,198,208)
#DDD0D8
(221,208,216)
#E4DAE0
(228,218,224)
#EBE4E8
(235,228,232)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8AA0 color. Also use rgb(172,138,160) instead hex code.

Text Font Color

.myTextColor { color: #AC8AA0; }

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

This text font color is #AC8AA0.


Background Color

.myBgColor { background-color: #AC8AA0; }

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

This div background color is #AC8AA0.


Border color

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

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

This div border color is #AC8AA0.


Opacity

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

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

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

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

This text has shadow with #AC8AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8AA0 on black background.


Color preview on white background

This text has color #AC8AA0 on white background.



Black color preview on #AC8AA0 background

This text has black color on #AC8AA0 background.


White color preview on #AC8AA0 background

This text has white color on #AC8AA0 background.