COLOR #AC9AA3

HEX: #AC9AA3 RGB: (172,154,163)

Color info

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

RGB color model

#AC9AA3 color RGB value is (172,154,163).

RGB: (172,154,163) (67%, 60%, 64%)

RGB channels and saturation

R 172 of 255 = 67%
G 154 of 255 = 60%
B 163 of 255 = 64%

172
154
163

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

Portions of RGB colors in percentages

R + G + B = 172 + 154 + 163 = 489 (100%)
R 172 of 489 ~ 35.17%
G 154 of 489 ~ 31.49%
B 163 of 489 ~ 33.33'%

%35.17
%31.49
%33.33

CMYK color model

#AC9AA3 color CMYK value is (0,10,5,33).

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

CMYK: (0,10,5,33)
C0M10Y5K33 (0%, 10%, 5%, 33%)
(0.00 / 0.10 / 0.05 / 0.33)

CMYK percentages

%0
%10.47
%5.23
%32.55

Codes

Color #AC9AA3 in popluar color models

AC 9A A3
RGB 172 154 163
HSL 330° 9.78% 63.92%
HSB/HSV 330° 10.47% 67.45%
CMYK 0.00% 10.47% 5.23%
32.55%

Color #AC9AA3 in popluar number systems.

HEX AC 9A A3
Decimal 172 154 163
Binary 10101100 10011010 10100011
Octal 254 232 243

Shades and tints

Shades of #AC9AA3

#AC9AA3
(172,154,163)
#9D8C95
(157,140,149)
#8E7E87
(142,126,135)
#7F7079
(127,112,121)
#70626B
(112,98,107)
#61545D
(97,84,93)
#52464F
(82,70,79)
#433841
(67,56,65)
#342A33
(52,42,51)
#251C25
(37,28,37)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #AC9AA3

#AC9AA3
(172,154,163)
#B3A3AB
(179,163,171)
#BAACB3
(186,172,179)
#C1B5BB
(193,181,187)
#C8BEC3
(200,190,195)
#CFC7CB
(207,199,203)
#D6D0D3
(214,208,211)
#DDD9DB
(221,217,219)
#E4E2E3
(228,226,227)
#EBEBEB
(235,235,235)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9AA3; }

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

This text font color is #AC9AA3.

Background Color

.myBgColor { background-color: #AC9AA3; }

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

This div background color is #AC9AA3.

Border color

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

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

This div border color is #AC9AA3.

Opacity

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

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

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

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

This text has shadow with #AC9AA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9AA3.

Preview

Color preview on black background

This text has color #AC9AA3 on black background.


Color preview on white background

This text has color #AC9AA3 on white background.


Black color preview on #AC9AA3 background

This text has black color on #AC9AA3 background.


White color preview on #AC9AA3 background

This text has white color on #AC9AA3 background.


Related colors

Complementary color

Complementary color for #hex is #53655C.


I love getcolorcode.com

Triadic colors

1 #A3AC9A and #9AA3AC with #AC9AA3 are triadic colors.

2 #A39AAC and #9AACA3 with #AC9AA3 are triadic colors.