COLOR #AA9C8A

HEX: #AA9C8A RGB: (170,156,138)

Color info

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

RGB color model

#AA9C8A color RGB value is (170,156,138).

RGB: (170,156,138) (67%, 61%, 54%)

RGB channels and saturation

R 170 of 255 = 67%
G 156 of 255 = 61%
B 138 of 255 = 54%

170
156
138

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

Portions of RGB colors in percentages

R + G + B = 170 + 156 + 138 = 464 (100%)
R 170 of 464 ~ 36.64%
G 156 of 464 ~ 33.62%
B 138 of 464 ~ 29.74'%

%36.64
%33.62
%29.74

CMYK color model

#AA9C8A color CMYK value is (0,8,19,33).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 18.82%
  • key color value is 33.33%
CMYK: (0,8,19,33) C0M8Y19K33 (0%,8%,19%,33%) (0.00/0.08/0.19/0.33) 

CMYK percentages

%0
%8.24
%18.82
%33.33

Codes

Color #AA9C8A in popluar color models

AA 9C 8A
RGB 170 156 138
HSL 34° 15.84% 60.39%
HSB/HSV 34° 18.82% 66.67%
CMYK 0.00% 8.24% 18.82%
33.33%

Color #AA9C8A in popluar number systems.

HEX AA 9C 8A
Decimal 170 156 138
Binary 10101010 10011100 10001010
Octal 252 234 212

Shades and tints

Shades of #AA9C8A

#AA9C8A
(170,156,138)
#9B8E7E
(155,142,126)
#8C8072
(140,128,114)
#7D7266
(125,114,102)
#6E645A
(110,100,90)
#5F564E
(95,86,78)
#504842
(80,72,66)
#413A36
(65,58,54)
#322C2A
(50,44,42)
#231E1E
(35,30,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA9C8A

#AA9C8A
(170,156,138)
#B1A594
(177,165,148)
#B8AE9E
(184,174,158)
#BFB7A8
(191,183,168)
#C6C0B2
(198,192,178)
#CDC9BC
(205,201,188)
#D4D2C6
(212,210,198)
#DBDBD0
(219,219,208)
#E2E4DA
(226,228,218)
#E9EDE4
(233,237,228)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9C8A; }

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

This text font color is #AA9C8A.

Background Color

.myBgColor { background-color: #AA9C8A; }

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

This div background color is #AA9C8A.

Border color

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

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

This div border color is #AA9C8A.

Opacity

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

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

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

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

This text has shadow with #AA9C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9C8A.

Preview

Color preview on black background

This text has color #AA9C8A on black background.


Color preview on white background

This text has color #AA9C8A on white background.


Black color preview on #AA9C8A background

This text has black color on #AA9C8A background.


White color preview on #AA9C8A background

This text has white color on #AA9C8A background.


Related colors

Complementary color

Complementary color for #hex is #556375.


I love getcolorcode.com

Triadic colors

1 #8AAA9C and #9C8AAA with #AA9C8A are triadic colors.

2 #8A9CAA and #9CAA8A with #AA9C8A are triadic colors.