COLOR #AA835E

HEX: #AA835E RGB: (170,131,94)

Color info

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

RGB color model

#AA835E color RGB value is (170,131,94).

RGB: (170,131,94) (67%, 51%, 37%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 94 of 255 = 37%

170
131
94

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

Portions of RGB colors in percentages

R + G + B = 170 + 131 + 94 = 395 (100%)
R 170 of 395 ~ 43.04%
G 131 of 395 ~ 33.16%
B 94 of 395 ~ 23.8'%

%43.04
%33.16
%23.8

CMYK color model

#AA835E color CMYK value is (0,23,45,33).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 44.71%
  • key color value is 33.33%

CMYK: (0,23,45,33)
C0M23Y45K33 (0%, 23%, 45%, 33%)
(0.00 / 0.23 / 0.45 / 0.33)

CMYK percentages

%0
%22.94
%44.71
%33.33

Codes

Color #AA835E in popluar color models

AA 83 5E
RGB 170 131 94
HSL 29° 30.89% 51.76%
HSB/HSV 29° 44.71% 66.67%
CMYK 0.00% 22.94% 44.71%
33.33%

Color #AA835E in popluar number systems.

HEX AA 83 5E
Decimal 170 131 94
Binary 10101010 10000011 1011110
Octal 252 203 136

Shades and tints

Shades of #AA835E

#AA835E
(170,131,94)
#9B7856
(155,120,86)
#8C6D4E
(140,109,78)
#7D6246
(125,98,70)
#6E573E
(110,87,62)
#5F4C36
(95,76,54)
#50412E
(80,65,46)
#413626
(65,54,38)
#322B1E
(50,43,30)
#232016
(35,32,22)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #AA835E

#AA835E
(170,131,94)
#B18E6C
(177,142,108)
#B8997A
(184,153,122)
#BFA488
(191,164,136)
#C6AF96
(198,175,150)
#CDBAA4
(205,186,164)
#D4C5B2
(212,197,178)
#DBD0C0
(219,208,192)
#E2DBCE
(226,219,206)
#E9E6DC
(233,230,220)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA835E; }

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

This text font color is #AA835E.

Background Color

.myBgColor { background-color: #AA835E; }

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

This div background color is #AA835E.

Border color

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

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

This div border color is #AA835E.

Opacity

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

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

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

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

This text has shadow with #AA835E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA835E.

Preview

Color preview on black background

This text has color #AA835E on black background.


Color preview on white background

This text has color #AA835E on white background.


Black color preview on #AA835E background

This text has black color on #AA835E background.


White color preview on #AA835E background

This text has white color on #AA835E background.


Related colors

Complementary color

Complementary color for #hex is #557CA1.


I love getcolorcode.com

Triadic colors

1 #5EAA83 and #835EAA with #AA835E are triadic colors.

2 #5E83AA and #83AA5E with #AA835E are triadic colors.