COLOR #AA835A

HEX: #AA835A
RGB: (170,131,90)

Color info

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

RGB color model

#AA835A color RGB value is (170,131,90).

  • red value is 170;
  • green value is 131;
  • blue value is 90.
RGB:
(170,131,90)
(67%,51%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 90 of 255 = 35%

170
131
90

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

Portions of RGB colors in percentages

R + G + B =
170 + 131 + 90 = 391 (100%)
R 170 of 391 ~ 43.48%
G 131 of 391 ~ 33.5%
B 90 of 391 ~ 23.02%

%43.48
%33.5
%23.02

CMYK color model

#AA835A color CMYK value is (0,23,47,33).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK:
(0,23,47,33)
C0M23Y47K33 
(0%,23%,47%,33%)
(0.00/0.23/0.47/0.33)	

CMYK percentages

%0
%22.94
%47.06
%33.33

Codes

Color #AA835A in popluar color models

AA835A
RGB17013190
HSL31°32.00%50.98%
HSB/HSV31°47.06%66.67%
CMYK0.00%22.94%47.06%
33.33%

Color #AA835A in popluar number systems.

HEXAA835A
Decimal17013190
Binary10101010100000111011010
Octal252203132

Shades and tints

Shades of #AA835A

#AA835A
(170,131,90)
#9B7852
(155,120,82)
#8C6D4A
(140,109,74)
#7D6242
(125,98,66)
#6E573A
(110,87,58)
#5F4C32
(95,76,50)
#50412A
(80,65,42)
#413622
(65,54,34)
#322B1A
(50,43,26)
#232012
(35,32,18)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #AA835A

#AA835A
(170,131,90)
#B18E69
(177,142,105)
#B89978
(184,153,120)
#BFA487
(191,164,135)
#C6AF96
(198,175,150)
#CDBAA5
(205,186,165)
#D4C5B4
(212,197,180)
#DBD0C3
(219,208,195)
#E2DBD2
(226,219,210)
#E9E6E1
(233,230,225)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA835A; }

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

This text font color is #AA835A.


Background Color

.myBgColor { background-color: #AA835A; }

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

This div background color is #AA835A.


Border color

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

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

This div border color is #AA835A.


Opacity

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

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

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

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

This text has shadow with #AA835A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA835A on black background.


Color preview on white background

This text has color #AA835A on white background.



Black color preview on #AA835A background

This text has black color on #AA835A background.


White color preview on #AA835A background

This text has white color on #AA835A background.