COLOR #AA9C76

HEX: #AA9C76 RGB: (170,156,118)

Color info

#AA9C76 contains red, green and blue colors in about the same proportion. Web safe color of #AA9C76 is #999966 (or #996).

RGB color model

#AA9C76 color RGB value is (170,156,118).

RGB: (170,156,118) (67%, 61%, 46%)

RGB channels and saturation

R 170 of 255 = 67%
G 156 of 255 = 61%
B 118 of 255 = 46%

170
156
118

R + G + B ~ 58%. #AA9C76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 156 + 118 = 444 (100%)
R 170 of 444 ~ 38.29%
G 156 of 444 ~ 35.14%
B 118 of 444 ~ 26.58'%

%38.29
%35.14
%26.58

CMYK color model

#AA9C76 color CMYK value is (0,8,31,33).

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

CMYK: (0,8,31,33)
C0M8Y31K33 (0%, 8%, 31%, 33%)
(0.00 / 0.08 / 0.31 / 0.33)

CMYK percentages

%0
%8.24
%30.59
%33.33

Codes

Color #AA9C76 in popluar color models

AA 9C 76
RGB 170 156 118
HSL 44° 23.42% 56.47%
HSB/HSV 44° 30.59% 66.67%
CMYK 0.00% 8.24% 30.59%
33.33%

Color #AA9C76 in popluar number systems.

HEX AA 9C 76
Decimal 170 156 118
Binary 10101010 10011100 1110110
Octal 252 234 166

Shades and tints

Shades of #AA9C76

#AA9C76
(170,156,118)
#9B8E6C
(155,142,108)
#8C8062
(140,128,98)
#7D7258
(125,114,88)
#6E644E
(110,100,78)
#5F5644
(95,86,68)
#50483A
(80,72,58)
#413A30
(65,58,48)
#322C26
(50,44,38)
#231E1C
(35,30,28)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA9C76

#AA9C76
(170,156,118)
#B1A582
(177,165,130)
#B8AE8E
(184,174,142)
#BFB79A
(191,183,154)
#C6C0A6
(198,192,166)
#CDC9B2
(205,201,178)
#D4D2BE
(212,210,190)
#DBDBCA
(219,219,202)
#E2E4D6
(226,228,214)
#E9EDE2
(233,237,226)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9C76; }

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

This text font color is #AA9C76.

Background Color

.myBgColor { background-color: #AA9C76; }

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

This div background color is #AA9C76.

Border color

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

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

This div border color is #AA9C76.

Opacity

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

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

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

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

This text has shadow with #AA9C76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9C76.

Preview

Color preview on black background

This text has color #AA9C76 on black background.


Color preview on white background

This text has color #AA9C76 on white background.


Black color preview on #AA9C76 background

This text has black color on #AA9C76 background.


White color preview on #AA9C76 background

This text has white color on #AA9C76 background.


Related colors

Complementary color

Complementary color for #hex is #556389.


I love getcolorcode.com

Triadic colors

1 #76AA9C and #9C76AA with #AA9C76 are triadic colors.

2 #769CAA and #9CAA76 with #AA9C76 are triadic colors.