COLOR #AC9AA9

HEX: #AC9AA9 RGB: (172,154,169)

Color info

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

RGB color model

#AC9AA9 color RGB value is (172,154,169).

RGB: (172,154,169) (67%, 60%, 66%)

RGB channels and saturation

R 172 of 255 = 67%
G 154 of 255 = 60%
B 169 of 255 = 66%

172
154
169

R + G + B ~ 64%. #AC9AA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 154 + 169 = 495 (100%)
R 172 of 495 ~ 34.75%
G 154 of 495 ~ 31.11%
B 169 of 495 ~ 34.14'%

%34.75
%31.11
%34.14

CMYK color model

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

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

CMYK: (0,10,2,33)
C0M10Y2K33 (0%, 10%, 2%, 33%)
(0.00 / 0.10 / 0.02 / 0.33)

CMYK percentages

%0
%10.47
%1.74
%32.55

Codes

Color #AC9AA9 in popluar color models

AC 9A A9
RGB 172 154 169
HSL 310° 9.78% 63.92%
HSB/HSV 310° 10.47% 67.45%
CMYK 0.00% 10.47% 1.74%
32.55%

Color #AC9AA9 in popluar number systems.

HEX AC 9A A9
Decimal 172 154 169
Binary 10101100 10011010 10101001
Octal 254 232 251

Shades and tints

Shades of #AC9AA9

#AC9AA9
(172,154,169)
#9D8C9A
(157,140,154)
#8E7E8B
(142,126,139)
#7F707C
(127,112,124)
#70626D
(112,98,109)
#61545E
(97,84,94)
#52464F
(82,70,79)
#433840
(67,56,64)
#342A31
(52,42,49)
#251C22
(37,28,34)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #AC9AA9

#AC9AA9
(172,154,169)
#B3A3B0
(179,163,176)
#BAACB7
(186,172,183)
#C1B5BE
(193,181,190)
#C8BEC5
(200,190,197)
#CFC7CC
(207,199,204)
#D6D0D3
(214,208,211)
#DDD9DA
(221,217,218)
#E4E2E1
(228,226,225)
#EBEBE8
(235,235,232)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9AA9; }

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

This text font color is #AC9AA9.

Background Color

.myBgColor { background-color: #AC9AA9; }

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

This div background color is #AC9AA9.

Border color

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

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

This div border color is #AC9AA9.

Opacity

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

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

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

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

This text has shadow with #AC9AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9AA9.

Preview

Color preview on black background

This text has color #AC9AA9 on black background.


Color preview on white background

This text has color #AC9AA9 on white background.


Black color preview on #AC9AA9 background

This text has black color on #AC9AA9 background.


White color preview on #AC9AA9 background

This text has white color on #AC9AA9 background.


Related colors

Complementary color

Complementary color for #hex is #536556.


I love getcolorcode.com

Triadic colors

1 #A9AC9A and #9AA9AC with #AC9AA9 are triadic colors.

2 #A99AAC and #9AACA9 with #AC9AA9 are triadic colors.