COLOR #AA976C

HEX: #AA976C RGB: (170,151,108)

Color info

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

RGB color model

#AA976C color RGB value is (170,151,108).

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

RGB channels and saturation

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

170
151
108

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

Portions of RGB colors in percentages

R + G + B = 170 + 151 + 108 = 429 (100%)
R 170 of 429 ~ 39.63%
G 151 of 429 ~ 35.2%
B 108 of 429 ~ 25.17'%

%39.63
%35.2
%25.17

CMYK color model

#AA976C color CMYK value is (0,11,36,33).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 36.47%
  • key color value is 33.33%
CMYK: (0,11,36,33) C0M11Y36K33 (0%,11%,36%,33%) (0.00/0.11/0.36/0.33) 

CMYK percentages

%0
%11.18
%36.47
%33.33

Codes

Color #AA976C in popluar color models

AA 97 6C
RGB 170 151 108
HSL 42° 26.72% 54.51%
HSB/HSV 42° 36.47% 66.67%
CMYK 0.00% 11.18% 36.47%
33.33%

Color #AA976C in popluar number systems.

HEX AA 97 6C
Decimal 170 151 108
Binary 10101010 10010111 1101100
Octal 252 227 154

Shades and tints

Shades of #AA976C

#AA976C
(170,151,108)
#9B8A63
(155,138,99)
#8C7D5A
(140,125,90)
#7D7051
(125,112,81)
#6E6348
(110,99,72)
#5F563F
(95,86,63)
#504936
(80,73,54)
#413C2D
(65,60,45)
#322F24
(50,47,36)
#23221B
(35,34,27)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #AA976C

#AA976C
(170,151,108)
#B1A079
(177,160,121)
#B8A986
(184,169,134)
#BFB293
(191,178,147)
#C6BBA0
(198,187,160)
#CDC4AD
(205,196,173)
#D4CDBA
(212,205,186)
#DBD6C7
(219,214,199)
#E2DFD4
(226,223,212)
#E9E8E1
(233,232,225)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA976C; }

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

This text font color is #AA976C.

Background Color

.myBgColor { background-color: #AA976C; }

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

This div background color is #AA976C.

Border color

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

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

This div border color is #AA976C.

Opacity

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

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

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

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

This text has shadow with #AA976C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA976C.

Preview

Color preview on black background

This text has color #AA976C on black background.


Color preview on white background

This text has color #AA976C on white background.


Black color preview on #AA976C background

This text has black color on #AA976C background.


White color preview on #AA976C background

This text has white color on #AA976C background.


Related colors

Complementary color

Complementary color for #hex is #556893.


I love getcolorcode.com

Triadic colors

1 #6CAA97 and #976CAA with #AA976C are triadic colors.

2 #6C97AA and #97AA6C with #AA976C are triadic colors.