COLOR #AA976A

HEX: #AA976A RGB: (170,151,106)

Color info

#AA976A contains mainly red and green colors. Web safe color of #AA976A is #999966 (or #996).

RGB color model

#AA976A color RGB value is (170,151,106).

RGB: (170,151,106) (67%, 59%, 42%)

RGB channels and saturation

R 170 of 255 = 67%
G 151 of 255 = 59%
B 106 of 255 = 42%

170
151
106

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

Portions of RGB colors in percentages

R + G + B = 170 + 151 + 106 = 427 (100%)
R 170 of 427 ~ 39.81%
G 151 of 427 ~ 35.36%
B 106 of 427 ~ 24.82'%

%39.81
%35.36
%24.82

CMYK color model

#AA976A color CMYK value is (0,11,38,33).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 37.65%
  • key color value is 33.33%

CMYK: (0,11,38,33)
C0M11Y38K33 (0%, 11%, 38%, 33%)
(0.00 / 0.11 / 0.38 / 0.33)

CMYK percentages

%0
%11.18
%37.65
%33.33

Codes

Color #AA976A in popluar color models

AA 97 6A
RGB 170 151 106
HSL 42° 27.35% 54.12%
HSB/HSV 42° 37.65% 66.67%
CMYK 0.00% 11.18% 37.65%
33.33%

Color #AA976A in popluar number systems.

HEX AA 97 6A
Decimal 170 151 106
Binary 10101010 10010111 1101010
Octal 252 227 152

Shades and tints

Shades of #AA976A

#AA976A
(170,151,106)
#9B8A61
(155,138,97)
#8C7D58
(140,125,88)
#7D704F
(125,112,79)
#6E6346
(110,99,70)
#5F563D
(95,86,61)
#504934
(80,73,52)
#413C2B
(65,60,43)
#322F22
(50,47,34)
#232219
(35,34,25)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AA976A

#AA976A
(170,151,106)
#B1A077
(177,160,119)
#B8A984
(184,169,132)
#BFB291
(191,178,145)
#C6BB9E
(198,187,158)
#CDC4AB
(205,196,171)
#D4CDB8
(212,205,184)
#DBD6C5
(219,214,197)
#E2DFD2
(226,223,210)
#E9E8DF
(233,232,223)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA976A color. Also use rgb(170,151,106) instead hex code.

Text Font Color

.myTextColor { color: #AA976A; }

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

This text font color is #AA976A.

Background Color

.myBgColor { background-color: #AA976A; }

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

This div background color is #AA976A.

Border color

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

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

This div border color is #AA976A.

Opacity

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

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

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

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

This text has shadow with #AA976A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA976A.

Preview

Color preview on black background

This text has color #AA976A on black background.


Color preview on white background

This text has color #AA976A on white background.


Black color preview on #AA976A background

This text has black color on #AA976A background.


White color preview on #AA976A background

This text has white color on #AA976A background.


Related colors

Complementary color

Complementary color for #hex is #556895.


I love getcolorcode.com

Triadic colors

1 #6AAA97 and #976AAA with #AA976A are triadic colors.

2 #6A97AA and #97AA6A with #AA976A are triadic colors.