COLOR #AC9CAA

HEX: #AC9CAA
RGB: (172,156,170)

Color info

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

RGB color model

#AC9CAA color RGB value is (172,156,170).

  • red value is 172;
  • green value is 156;
  • blue value is 170.
RGB:
(172,156,170)
(67%,61%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 156 of 255 = 61%
B 170 of 255 = 67%

172
156
170

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

Portions of RGB colors in percentages

R + G + B =
172 + 156 + 170 = 498 (100%)
R 172 of 498 ~ 34.54%
G 156 of 498 ~ 31.33%
B 170 of 498 ~ 34.14%

%34.54
%31.33
%34.14

CMYK color model

#AC9CAA color CMYK value is (0,9,1,33).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 1.16%
  • key color value is 32.55%
CMYK:
(0,9,1,33)
C0M9Y1K33 
(0%,9%,1%,33%)
(0.00/0.09/0.01/0.33)	

CMYK percentages

%0
%9.3
%1.16
%32.55

Codes

Color #AC9CAA in popluar color models

AC9CAA
RGB172156170
HSL308°8.79%64.31%
HSB/HSV308°9.30%67.45%
CMYK0.00%9.30%1.16%
32.55%

Color #AC9CAA in popluar number systems.

HEXAC9CAA
Decimal172156170
Binary101011001001110010101010
Octal254234252

Shades and tints

Shades of #AC9CAA

#AC9CAA
(172,156,170)
#9D8E9B
(157,142,155)
#8E808C
(142,128,140)
#7F727D
(127,114,125)
#70646E
(112,100,110)
#61565F
(97,86,95)
#524850
(82,72,80)
#433A41
(67,58,65)
#342C32
(52,44,50)
#251E23
(37,30,35)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #AC9CAA

#AC9CAA
(172,156,170)
#B3A5B1
(179,165,177)
#BAAEB8
(186,174,184)
#C1B7BF
(193,183,191)
#C8C0C6
(200,192,198)
#CFC9CD
(207,201,205)
#D6D2D4
(214,210,212)
#DDDBDB
(221,219,219)
#E4E4E2
(228,228,226)
#EBEDE9
(235,237,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9CAA color. Also use rgb(172,156,170) instead hex code.

Text Font Color

.myTextColor { color: #AC9CAA; }

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

This text font color is #AC9CAA.


Background Color

.myBgColor { background-color: #AC9CAA; }

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

This div background color is #AC9CAA.


Border color

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

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

This div border color is #AC9CAA.


Opacity

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

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

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

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

This text has shadow with #AC9CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9CAA on black background.


Color preview on white background

This text has color #AC9CAA on white background.



Black color preview on #AC9CAA background

This text has black color on #AC9CAA background.


White color preview on #AC9CAA background

This text has white color on #AC9CAA background.