COLOR #AA9C8C

HEX: #AA9C8C RGB: (170,156,140)

Color info

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

RGB color model

#AA9C8C color RGB value is (170,156,140).

RGB: (170,156,140) (67%, 61%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 156 of 255 = 61%
B 140 of 255 = 55%

170
156
140

R + G + B ~ 61%. #AA9C8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 156 + 140 = 466 (100%)
R 170 of 466 ~ 36.48%
G 156 of 466 ~ 33.48%
B 140 of 466 ~ 30.04'%

%36.48
%33.48
%30.04

CMYK color model

#AA9C8C color CMYK value is (0,8,18,33).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 17.65%
  • key color value is 33.33%

CMYK: (0,8,18,33)
C0M8Y18K33 (0%, 8%, 18%, 33%)
(0.00 / 0.08 / 0.18 / 0.33)

CMYK percentages

%0
%8.24
%17.65
%33.33

Codes

Color #AA9C8C in popluar color models

AA 9C 8C
RGB 170 156 140
HSL 32° 15.00% 60.78%
HSB/HSV 32° 17.65% 66.67%
CMYK 0.00% 8.24% 17.65%
33.33%

Color #AA9C8C in popluar number systems.

HEX AA 9C 8C
Decimal 170 156 140
Binary 10101010 10011100 10001100
Octal 252 234 214

Shades and tints

Shades of #AA9C8C

#AA9C8C
(170,156,140)
#9B8E80
(155,142,128)
#8C8074
(140,128,116)
#7D7268
(125,114,104)
#6E645C
(110,100,92)
#5F5650
(95,86,80)
#504844
(80,72,68)
#413A38
(65,58,56)
#322C2C
(50,44,44)
#231E20
(35,30,32)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #AA9C8C

#AA9C8C
(170,156,140)
#B1A596
(177,165,150)
#B8AEA0
(184,174,160)
#BFB7AA
(191,183,170)
#C6C0B4
(198,192,180)
#CDC9BE
(205,201,190)
#D4D2C8
(212,210,200)
#DBDBD2
(219,219,210)
#E2E4DC
(226,228,220)
#E9EDE6
(233,237,230)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9C8C; }

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

This text font color is #AA9C8C.

Background Color

.myBgColor { background-color: #AA9C8C; }

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

This div background color is #AA9C8C.

Border color

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

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

This div border color is #AA9C8C.

Opacity

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

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

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

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

This text has shadow with #AA9C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9C8C.

Preview

Color preview on black background

This text has color #AA9C8C on black background.


Color preview on white background

This text has color #AA9C8C on white background.


Black color preview on #AA9C8C background

This text has black color on #AA9C8C background.


White color preview on #AA9C8C background

This text has white color on #AA9C8C background.


Related colors

Complementary color

Complementary color for #hex is #556373.


I love getcolorcode.com

Triadic colors

1 #8CAA9C and #9C8CAA with #AA9C8C are triadic colors.

2 #8C9CAA and #9CAA8C with #AA9C8C are triadic colors.