COLOR #AC9AA2

HEX: #AC9AA2
RGB: (172,154,162)

Color info

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

RGB color model

#AC9AA2 color RGB value is (172,154,162).

  • red value is 172;
  • green value is 154;
  • blue value is 162.
RGB:
(172,154,162)
(67%,60%,64%)

RGB channels and saturation

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

172
154
162

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

Portions of RGB colors in percentages

R + G + B =
172 + 154 + 162 = 488 (100%)
R 172 of 488 ~ 35.25%
G 154 of 488 ~ 31.56%
B 162 of 488 ~ 33.2%

%35.25
%31.56
%33.2

CMYK color model

#AC9AA2 color CMYK value is (0,10,6,33).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 5.81%
  • key color value is 32.55%
CMYK:
(0,10,6,33)
C0M10Y6K33 
(0%,10%,6%,33%)
(0.00/0.10/0.06/0.33)	

CMYK percentages

%0
%10.47
%5.81
%32.55

Codes

Color #AC9AA2 in popluar color models

AC9AA2
RGB172154162
HSL333°9.78%63.92%
HSB/HSV333°10.47%67.45%
CMYK0.00%10.47%5.81%
32.55%

Color #AC9AA2 in popluar number systems.

HEXAC9AA2
Decimal172154162
Binary101011001001101010100010
Octal254232242

Shades and tints

Shades of #AC9AA2

#AC9AA2
(172,154,162)
#9D8C94
(157,140,148)
#8E7E86
(142,126,134)
#7F7078
(127,112,120)
#70626A
(112,98,106)
#61545C
(97,84,92)
#52464E
(82,70,78)
#433840
(67,56,64)
#342A32
(52,42,50)
#251C24
(37,28,36)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #AC9AA2

#AC9AA2
(172,154,162)
#B3A3AA
(179,163,170)
#BAACB2
(186,172,178)
#C1B5BA
(193,181,186)
#C8BEC2
(200,190,194)
#CFC7CA
(207,199,202)
#D6D0D2
(214,208,210)
#DDD9DA
(221,217,218)
#E4E2E2
(228,226,226)
#EBEBEA
(235,235,234)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9AA2; }

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

This text font color is #AC9AA2.


Background Color

.myBgColor { background-color: #AC9AA2; }

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

This div background color is #AC9AA2.


Border color

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

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

This div border color is #AC9AA2.


Opacity

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

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

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

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

This text has shadow with #AC9AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9AA2 on black background.


Color preview on white background

This text has color #AC9AA2 on white background.



Black color preview on #AC9AA2 background

This text has black color on #AC9AA2 background.


White color preview on #AC9AA2 background

This text has white color on #AC9AA2 background.