COLOR #AA9E79

HEX: #AA9E79
RGB: (170,158,121)

Color info

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

RGB color model

#AA9E79 color RGB value is (170,158,121).

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

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 121 of 255 = 47%

170
158
121

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

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 121 = 449 (100%)
R 170 of 449 ~ 37.86%
G 158 of 449 ~ 35.19%
B 121 of 449 ~ 26.95%

%37.86
%35.19
%26.95

CMYK color model

#AA9E79 color CMYK value is (0,7,29,33).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(0,7,29,33)
C0M7Y29K33 
(0%,7%,29%,33%)
(0.00/0.07/0.29/0.33)	

CMYK percentages

%0
%7.06
%28.82
%33.33

Codes

Color #AA9E79 in popluar color models

AA9E79
RGB170158121
HSL45°22.37%57.06%
HSB/HSV45°28.82%66.67%
CMYK0.00%7.06%28.82%
33.33%

Color #AA9E79 in popluar number systems.

HEXAA9E79
Decimal170158121
Binary10101010100111101111001
Octal252236171

Shades and tints

Shades of #AA9E79

#AA9E79
(170,158,121)
#9B906E
(155,144,110)
#8C8263
(140,130,99)
#7D7458
(125,116,88)
#6E664D
(110,102,77)
#5F5842
(95,88,66)
#504A37
(80,74,55)
#413C2C
(65,60,44)
#322E21
(50,46,33)
#232016
(35,32,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #AA9E79

#AA9E79
(170,158,121)
#B1A685
(177,166,133)
#B8AE91
(184,174,145)
#BFB69D
(191,182,157)
#C6BEA9
(198,190,169)
#CDC6B5
(205,198,181)
#D4CEC1
(212,206,193)
#DBD6CD
(219,214,205)
#E2DED9
(226,222,217)
#E9E6E5
(233,230,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9E79; }

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

This text font color is #AA9E79.


Background Color

.myBgColor { background-color: #AA9E79; }

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

This div background color is #AA9E79.


Border color

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

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

This div border color is #AA9E79.


Opacity

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

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

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

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

This text has shadow with #AA9E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9E79 on black background.


Color preview on white background

This text has color #AA9E79 on white background.



Black color preview on #AA9E79 background

This text has black color on #AA9E79 background.


White color preview on #AA9E79 background

This text has white color on #AA9E79 background.