COLOR #AC9DAA

HEX: #AC9DAA RGB: (172,157,170)

Color info

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

RGB color model

#AC9DAA color RGB value is (172,157,170).

RGB: (172,157,170) (67%, 62%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 170 of 255 = 67%

172
157
170

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

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 170 = 499 (100%)
R 172 of 499 ~ 34.47%
G 157 of 499 ~ 31.46%
B 170 of 499 ~ 34.07'%

%34.47
%31.46
%34.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.72%
  • 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
%8.72
%1.16
%32.55

Codes

Color #AC9DAA in popluar color models

AC 9D AA
RGB 172 157 170
HSL 308° 8.29% 64.51%
HSB/HSV 308° 8.72% 67.45%
CMYK 0.00% 8.72% 1.16%
32.55%

Color #AC9DAA in popluar number systems.

HEX AC 9D AA
Decimal 172 157 170
Binary 10101100 10011101 10101010
Octal 254 235 252

Shades and tints

Shades of #AC9DAA

#AC9DAA
(172,157,170)
#9D8F9B
(157,143,155)
#8E818C
(142,129,140)
#7F737D
(127,115,125)
#70656E
(112,101,110)
#61575F
(97,87,95)
#524950
(82,73,80)
#433B41
(67,59,65)
#342D32
(52,45,50)
#251F23
(37,31,35)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #AC9DAA

#AC9DAA
(172,157,170)
#B3A5B1
(179,165,177)
#BAADB8
(186,173,184)
#C1B5BF
(193,181,191)
#C8BDC6
(200,189,198)
#CFC5CD
(207,197,205)
#D6CDD4
(214,205,212)
#DDD5DB
(221,213,219)
#E4DDE2
(228,221,226)
#EBE5E9
(235,229,233)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DAA; }

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

This text font color is #AC9DAA.

Background Color

.myBgColor { background-color: #AC9DAA; }

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

This div background color is #AC9DAA.

Border color

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

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

This div border color is #AC9DAA.

Opacity

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

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

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

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

This text has shadow with #AC9DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9DAA.

Preview

Color preview on black background

This text has color #AC9DAA on black background.


Color preview on white background

This text has color #AC9DAA on white background.


Black color preview on #AC9DAA background

This text has black color on #AC9DAA background.


White color preview on #AC9DAA background

This text has white color on #AC9DAA background.


Related colors

Complementary color

Complementary color for #hex is #536255.


I love getcolorcode.com

Triadic colors

1 #AAAC9D and #9DAAAC with #AC9DAA are triadic colors.

2 #AA9DAC and #9DACAA with #AC9DAA are triadic colors.