COLOR #AC9FA9

HEX: #AC9FA9
RGB: (172,159,169)

Color info

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

RGB color model

#AC9FA9 color RGB value is (172,159,169).

  • red value is 172;
  • green value is 159;
  • blue value is 169.
RGB:
(172,159,169)
(67%,62%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 159 of 255 = 62%
B 169 of 255 = 66%

172
159
169

R + G + B ~ 65%. #AC9FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 159 + 169 = 500 (100%)
R 172 of 500 ~ 34.4%
G 159 of 500 ~ 31.8%
B 169 of 500 ~ 33.8%

%34.4
%31.8
%33.8

CMYK color model

#AC9FA9 color CMYK value is (0,8,2,33).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(0,8,2,33)
C0M8Y2K33 
(0%,8%,2%,33%)
(0.00/0.08/0.02/0.33)	

CMYK percentages

%0
%7.56
%1.74
%32.55

Codes

Color #AC9FA9 in popluar color models

AC9FA9
RGB172159169
HSL314°7.26%64.90%
HSB/HSV314°7.56%67.45%
CMYK0.00%7.56%1.74%
32.55%

Color #AC9FA9 in popluar number systems.

HEXAC9FA9
Decimal172159169
Binary101011001001111110101001
Octal254237251

Shades and tints

Shades of #AC9FA9

#AC9FA9
(172,159,169)
#9D919A
(157,145,154)
#8E838B
(142,131,139)
#7F757C
(127,117,124)
#70676D
(112,103,109)
#61595E
(97,89,94)
#524B4F
(82,75,79)
#433D40
(67,61,64)
#342F31
(52,47,49)
#252122
(37,33,34)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #AC9FA9

#AC9FA9
(172,159,169)
#B3A7B0
(179,167,176)
#BAAFB7
(186,175,183)
#C1B7BE
(193,183,190)
#C8BFC5
(200,191,197)
#CFC7CC
(207,199,204)
#D6CFD3
(214,207,211)
#DDD7DA
(221,215,218)
#E4DFE1
(228,223,225)
#EBE7E8
(235,231,232)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9FA9; }

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

This text font color is #AC9FA9.


Background Color

.myBgColor { background-color: #AC9FA9; }

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

This div background color is #AC9FA9.


Border color

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

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

This div border color is #AC9FA9.


Opacity

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

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

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

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

This text has shadow with #AC9FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9FA9 on black background.


Color preview on white background

This text has color #AC9FA9 on white background.



Black color preview on #AC9FA9 background

This text has black color on #AC9FA9 background.


White color preview on #AC9FA9 background

This text has white color on #AC9FA9 background.