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).

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

AC 9C AA
RGB 172 156 170
HSL 308° 8.79% 64.31%
HSB/HSV 308° 9.30% 67.45%
CMYK 0.00% 9.30% 1.16%
32.55%

Color #AC9CAA in popluar number systems.

HEX AC 9C AA
Decimal 172 156 170
Binary 10101100 10011100 10101010
Octal 254 234 252

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.


Related colors

Complementary color

Complementary color for #hex is #536355.


I love getcolorcode.com

Triadic colors

1 #AAAC9C and #9CAAAC with #AC9CAA are triadic colors.

2 #AA9CAC and #9CACAA with #AC9CAA are triadic colors.