COLOR #AA9371

HEX: #AA9371 RGB: (170,147,113)

Color info

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

RGB color model

#AA9371 color RGB value is (170,147,113).

RGB: (170,147,113) (67%, 58%, 44%)

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 113 of 255 = 44%

170
147
113

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

Portions of RGB colors in percentages

R + G + B = 170 + 147 + 113 = 430 (100%)
R 170 of 430 ~ 39.53%
G 147 of 430 ~ 34.19%
B 113 of 430 ~ 26.28'%

%39.53
%34.19
%26.28

CMYK color model

#AA9371 color CMYK value is (0,14,34,33).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 33.53%
  • key color value is 33.33%

CMYK: (0,14,34,33)
C0M14Y34K33 (0%, 14%, 34%, 33%)
(0.00 / 0.14 / 0.34 / 0.33)

CMYK percentages

%0
%13.53
%33.53
%33.33

Codes

Color #AA9371 in popluar color models

AA 93 71
RGB 170 147 113
HSL 36° 25.11% 55.49%
HSB/HSV 36° 33.53% 66.67%
CMYK 0.00% 13.53% 33.53%
33.33%

Color #AA9371 in popluar number systems.

HEX AA 93 71
Decimal 170 147 113
Binary 10101010 10010011 1110001
Octal 252 223 161

Shades and tints

Shades of #AA9371

#AA9371
(170,147,113)
#9B8667
(155,134,103)
#8C795D
(140,121,93)
#7D6C53
(125,108,83)
#6E5F49
(110,95,73)
#5F523F
(95,82,63)
#504535
(80,69,53)
#41382B
(65,56,43)
#322B21
(50,43,33)
#231E17
(35,30,23)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #AA9371

#AA9371
(170,147,113)
#B19C7D
(177,156,125)
#B8A589
(184,165,137)
#BFAE95
(191,174,149)
#C6B7A1
(198,183,161)
#CDC0AD
(205,192,173)
#D4C9B9
(212,201,185)
#DBD2C5
(219,210,197)
#E2DBD1
(226,219,209)
#E9E4DD
(233,228,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9371 color. Also use rgb(170,147,113) instead hex code.

Text Font Color

.myTextColor { color: #AA9371; }

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

This text font color is #AA9371.

Background Color

.myBgColor { background-color: #AA9371; }

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

This div background color is #AA9371.

Border color

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

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

This div border color is #AA9371.

Opacity

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

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

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

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

This text has shadow with #AA9371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9371.

Preview

Color preview on black background

This text has color #AA9371 on black background.


Color preview on white background

This text has color #AA9371 on white background.


Black color preview on #AA9371 background

This text has black color on #AA9371 background.


White color preview on #AA9371 background

This text has white color on #AA9371 background.


Related colors

Complementary color

Complementary color for #hex is #556C8E.


I love getcolorcode.com

Triadic colors

1 #71AA93 and #9371AA with #AA9371 are triadic colors.

2 #7193AA and #93AA71 with #AA9371 are triadic colors.