COLOR #AA966A

HEX: #AA966A RGB: (170,150,106)

Color info

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

RGB color model

#AA966A color RGB value is (170,150,106).

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

RGB channels and saturation

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

170
150
106

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

Portions of RGB colors in percentages

R + G + B = 170 + 150 + 106 = 426 (100%)
R 170 of 426 ~ 39.91%
G 150 of 426 ~ 35.21%
B 106 of 426 ~ 24.88'%

%39.91
%35.21
%24.88

CMYK color model

#AA966A color CMYK value is (0,12,38,33).

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

CMYK: (0,12,38,33)
C0M12Y38K33 (0%, 12%, 38%, 33%)
(0.00 / 0.12 / 0.38 / 0.33)

CMYK percentages

%0
%11.76
%37.65
%33.33

Codes

Color #AA966A in popluar color models

AA 96 6A
RGB 170 150 106
HSL 41° 27.35% 54.12%
HSB/HSV 41° 37.65% 66.67%
CMYK 0.00% 11.76% 37.65%
33.33%

Color #AA966A in popluar number systems.

HEX AA 96 6A
Decimal 170 150 106
Binary 10101010 10010110 1101010
Octal 252 226 152

Shades and tints

Shades of #AA966A

#AA966A
(170,150,106)
#9B8961
(155,137,97)
#8C7C58
(140,124,88)
#7D6F4F
(125,111,79)
#6E6246
(110,98,70)
#5F553D
(95,85,61)
#504834
(80,72,52)
#413B2B
(65,59,43)
#322E22
(50,46,34)
#232119
(35,33,25)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AA966A

#AA966A
(170,150,106)
#B19F77
(177,159,119)
#B8A884
(184,168,132)
#BFB191
(191,177,145)
#C6BA9E
(198,186,158)
#CDC3AB
(205,195,171)
#D4CCB8
(212,204,184)
#DBD5C5
(219,213,197)
#E2DED2
(226,222,210)
#E9E7DF
(233,231,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA966A; }

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

This text font color is #AA966A.

Background Color

.myBgColor { background-color: #AA966A; }

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

This div background color is #AA966A.

Border color

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

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

This div border color is #AA966A.

Opacity

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

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

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

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

This text has shadow with #AA966A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA966A.

Preview

Color preview on black background

This text has color #AA966A on black background.


Color preview on white background

This text has color #AA966A on white background.


Black color preview on #AA966A background

This text has black color on #AA966A background.


White color preview on #AA966A background

This text has white color on #AA966A background.


Related colors

Complementary color

Complementary color for #hex is #556995.


I love getcolorcode.com

Triadic colors

1 #6AAA96 and #966AAA with #AA966A are triadic colors.

2 #6A96AA and #96AA6A with #AA966A are triadic colors.