COLOR #AC8AA9

HEX: #AC8AA9 RGB: (172,138,169)

Color info

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

RGB color model

#AC8AA9 color RGB value is (172,138,169).

RGB: (172,138,169) (67%, 54%, 66%)

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 169 of 255 = 66%

172
138
169

R + G + B ~ 62%. #AC8AA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 138 + 169 = 479 (100%)
R 172 of 479 ~ 35.91%
G 138 of 479 ~ 28.81%
B 169 of 479 ~ 35.28'%

%35.91
%28.81
%35.28

CMYK color model

#AC8AA9 color CMYK value is (0,20,2,33).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 1.74%
  • key color value is 32.55%

CMYK: (0,20,2,33)
C0M20Y2K33 (0%, 20%, 2%, 33%)
(0.00 / 0.20 / 0.02 / 0.33)

CMYK percentages

%0
%19.77
%1.74
%32.55

Codes

Color #AC8AA9 in popluar color models

AC 8A A9
RGB 172 138 169
HSL 305° 17.00% 60.78%
HSB/HSV 305° 19.77% 67.45%
CMYK 0.00% 19.77% 1.74%
32.55%

Color #AC8AA9 in popluar number systems.

HEX AC 8A A9
Decimal 172 138 169
Binary 10101100 10001010 10101001
Octal 254 212 251

Shades and tints

Shades of #AC8AA9

#AC8AA9
(172,138,169)
#9D7E9A
(157,126,154)
#8E728B
(142,114,139)
#7F667C
(127,102,124)
#705A6D
(112,90,109)
#614E5E
(97,78,94)
#52424F
(82,66,79)
#433640
(67,54,64)
#342A31
(52,42,49)
#251E22
(37,30,34)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #AC8AA9

#AC8AA9
(172,138,169)
#B394B0
(179,148,176)
#BA9EB7
(186,158,183)
#C1A8BE
(193,168,190)
#C8B2C5
(200,178,197)
#CFBCCC
(207,188,204)
#D6C6D3
(214,198,211)
#DDD0DA
(221,208,218)
#E4DAE1
(228,218,225)
#EBE4E8
(235,228,232)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8AA9; }

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

This text font color is #AC8AA9.

Background Color

.myBgColor { background-color: #AC8AA9; }

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

This div background color is #AC8AA9.

Border color

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

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

This div border color is #AC8AA9.

Opacity

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

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

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

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

This text has shadow with #AC8AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8AA9.

Preview

Color preview on black background

This text has color #AC8AA9 on black background.


Color preview on white background

This text has color #AC8AA9 on white background.


Black color preview on #AC8AA9 background

This text has black color on #AC8AA9 background.


White color preview on #AC8AA9 background

This text has white color on #AC8AA9 background.


Related colors

Complementary color

Complementary color for #hex is #537556.


I love getcolorcode.com

Triadic colors

1 #A9AC8A and #8AA9AC with #AC8AA9 are triadic colors.

2 #A98AAC and #8AACA9 with #AC8AA9 are triadic colors.