COLOR #AA9379

HEX: #AA9379
RGB: (170,147,121)

Color info

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

RGB color model

#AA9379 color RGB value is (170,147,121).

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

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 121 of 255 = 47%

170
147
121

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

Portions of RGB colors in percentages

R + G + B =
170 + 147 + 121 = 438 (100%)
R 170 of 438 ~ 38.81%
G 147 of 438 ~ 33.56%
B 121 of 438 ~ 27.63%

%38.81
%33.56
%27.63

CMYK color model

#AA9379 color CMYK value is (0,14,29,33).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(0,14,29,33)
C0M14Y29K33 
(0%,14%,29%,33%)
(0.00/0.14/0.29/0.33)	

CMYK percentages

%0
%13.53
%28.82
%33.33

Codes

Color #AA9379 in popluar color models

AA9379
RGB170147121
HSL32°22.37%57.06%
HSB/HSV32°28.82%66.67%
CMYK0.00%13.53%28.82%
33.33%

Color #AA9379 in popluar number systems.

HEXAA9379
Decimal170147121
Binary10101010100100111111001
Octal252223171

Shades and tints

Shades of #AA9379

#AA9379
(170,147,121)
#9B866E
(155,134,110)
#8C7963
(140,121,99)
#7D6C58
(125,108,88)
#6E5F4D
(110,95,77)
#5F5242
(95,82,66)
#504537
(80,69,55)
#41382C
(65,56,44)
#322B21
(50,43,33)
#231E16
(35,30,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #AA9379

#AA9379
(170,147,121)
#B19C85
(177,156,133)
#B8A591
(184,165,145)
#BFAE9D
(191,174,157)
#C6B7A9
(198,183,169)
#CDC0B5
(205,192,181)
#D4C9C1
(212,201,193)
#DBD2CD
(219,210,205)
#E2DBD9
(226,219,217)
#E9E4E5
(233,228,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9379; }

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

This text font color is #AA9379.


Background Color

.myBgColor { background-color: #AA9379; }

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

This div background color is #AA9379.


Border color

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

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

This div border color is #AA9379.


Opacity

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

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

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

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

This text has shadow with #AA9379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9379 on black background.


Color preview on white background

This text has color #AA9379 on white background.



Black color preview on #AA9379 background

This text has black color on #AA9379 background.


White color preview on #AA9379 background

This text has white color on #AA9379 background.