COLOR #AA9E5E

HEX: #AA9E5E
RGB: (170,158,94)

Color info

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

RGB color model

#AA9E5E color RGB value is (170,158,94).

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

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 94 of 255 = 37%

170
158
94

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

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 94 = 422 (100%)
R 170 of 422 ~ 40.28%
G 158 of 422 ~ 37.44%
B 94 of 422 ~ 22.27%

%40.28
%37.44
%22.27

CMYK color model

#AA9E5E color CMYK value is (0,7,45,33).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 44.71%
  • key color value is 33.33%
CMYK:
(0,7,45,33)
C0M7Y45K33 
(0%,7%,45%,33%)
(0.00/0.07/0.45/0.33)	

CMYK percentages

%0
%7.06
%44.71
%33.33

Codes

Color #AA9E5E in popluar color models

AA9E5E
RGB17015894
HSL51°30.89%51.76%
HSB/HSV51°44.71%66.67%
CMYK0.00%7.06%44.71%
33.33%

Color #AA9E5E in popluar number systems.

HEXAA9E5E
Decimal17015894
Binary10101010100111101011110
Octal252236136

Shades and tints

Shades of #AA9E5E

#AA9E5E
(170,158,94)
#9B9056
(155,144,86)
#8C824E
(140,130,78)
#7D7446
(125,116,70)
#6E663E
(110,102,62)
#5F5836
(95,88,54)
#504A2E
(80,74,46)
#413C26
(65,60,38)
#322E1E
(50,46,30)
#232016
(35,32,22)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #AA9E5E

#AA9E5E
(170,158,94)
#B1A66C
(177,166,108)
#B8AE7A
(184,174,122)
#BFB688
(191,182,136)
#C6BE96
(198,190,150)
#CDC6A4
(205,198,164)
#D4CEB2
(212,206,178)
#DBD6C0
(219,214,192)
#E2DECE
(226,222,206)
#E9E6DC
(233,230,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9E5E; }

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

This text font color is #AA9E5E.


Background Color

.myBgColor { background-color: #AA9E5E; }

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

This div background color is #AA9E5E.


Border color

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

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

This div border color is #AA9E5E.


Opacity

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

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

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

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

This text has shadow with #AA9E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9E5E on black background.


Color preview on white background

This text has color #AA9E5E on white background.



Black color preview on #AA9E5E background

This text has black color on #AA9E5E background.


White color preview on #AA9E5E background

This text has white color on #AA9E5E background.