COLOR #AA7931

HEX: #AA7931
RGB: (170,121,49)

Color info

#AA7931 contains mainly red and green colors. Web safe color of #AA7931 is #996633 (or #963).

RGB color model

#AA7931 color RGB value is (170,121,49).

  • red value is 170;
  • green value is 121;
  • blue value is 49.
RGB:
(170,121,49)
(67%,47%,19%)

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 49 of 255 = 19%

170
121
49

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

Portions of RGB colors in percentages

R + G + B =
170 + 121 + 49 = 340 (100%)
R 170 of 340 ~ 50%
G 121 of 340 ~ 35.59%
B 49 of 340 ~ 14.41%

%50
%35.59
%14.41

CMYK color model

#AA7931 color CMYK value is (0,29,71,33).

  • cyan value is 0.00%
  • magenta value is 28.82%
  • yellow value is 71.18%
  • key color value is 33.33%
CMYK:
(0,29,71,33)
C0M29Y71K33 
(0%,29%,71%,33%)
(0.00/0.29/0.71/0.33)	

CMYK percentages

%0
%28.82
%71.18
%33.33

Codes

Color #AA7931 in popluar color models

AA7931
RGB17012149
HSL36°55.25%42.94%
HSB/HSV36°71.18%66.67%
CMYK0.00%28.82%71.18%
33.33%

Color #AA7931 in popluar number systems.

HEXAA7931
Decimal17012149
Binary101010101111001110001
Octal25217161

Shades and tints

Shades of #AA7931

#AA7931
(170,121,49)
#9B6E2D
(155,110,45)
#8C6329
(140,99,41)
#7D5825
(125,88,37)
#6E4D21
(110,77,33)
#5F421D
(95,66,29)
#503719
(80,55,25)
#412C15
(65,44,21)
#322111
(50,33,17)
#23160D
(35,22,13)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #AA7931

#AA7931
(170,121,49)
#B18543
(177,133,67)
#B89155
(184,145,85)
#BF9D67
(191,157,103)
#C6A979
(198,169,121)
#CDB58B
(205,181,139)
#D4C19D
(212,193,157)
#DBCDAF
(219,205,175)
#E2D9C1
(226,217,193)
#E9E5D3
(233,229,211)
#F0F1E5
(240,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7931 color. Also use rgb(170,121,49) instead hex code.

Text Font Color

.myTextColor { color: #AA7931; }

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

This text font color is #AA7931.


Background Color

.myBgColor { background-color: #AA7931; }

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

This div background color is #AA7931.


Border color

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

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

This div border color is #AA7931.


Opacity

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

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

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

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

This text has shadow with #AA7931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7931 on black background.


Color preview on white background

This text has color #AA7931 on white background.



Black color preview on #AA7931 background

This text has black color on #AA7931 background.


White color preview on #AA7931 background

This text has white color on #AA7931 background.