COLOR #AA834A

HEX: #AA834A
RGB: (170,131,74)

Color info

#AA834A contains mainly red and green colors. Web safe color of #AA834A is #999933 (or #993).

RGB color model

#AA834A color RGB value is (170,131,74).

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

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 74 of 255 = 29%

170
131
74

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

Portions of RGB colors in percentages

R + G + B =
170 + 131 + 74 = 375 (100%)
R 170 of 375 ~ 45.33%
G 131 of 375 ~ 34.93%
B 74 of 375 ~ 19.73%

%45.33
%34.93
%19.73

CMYK color model

#AA834A color CMYK value is (0,23,56,33).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 56.47%
  • key color value is 33.33%
CMYK:
(0,23,56,33)
C0M23Y56K33 
(0%,23%,56%,33%)
(0.00/0.23/0.56/0.33)	

CMYK percentages

%0
%22.94
%56.47
%33.33

Codes

Color #AA834A in popluar color models

AA834A
RGB17013174
HSL36°39.34%47.84%
HSB/HSV36°56.47%66.67%
CMYK0.00%22.94%56.47%
33.33%

Color #AA834A in popluar number systems.

HEXAA834A
Decimal17013174
Binary10101010100000111001010
Octal252203112

Shades and tints

Shades of #AA834A

#AA834A
(170,131,74)
#9B7844
(155,120,68)
#8C6D3E
(140,109,62)
#7D6238
(125,98,56)
#6E5732
(110,87,50)
#5F4C2C
(95,76,44)
#504126
(80,65,38)
#413620
(65,54,32)
#322B1A
(50,43,26)
#232014
(35,32,20)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #AA834A

#AA834A
(170,131,74)
#B18E5A
(177,142,90)
#B8996A
(184,153,106)
#BFA47A
(191,164,122)
#C6AF8A
(198,175,138)
#CDBA9A
(205,186,154)
#D4C5AA
(212,197,170)
#DBD0BA
(219,208,186)
#E2DBCA
(226,219,202)
#E9E6DA
(233,230,218)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA834A; }

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

This text font color is #AA834A.


Background Color

.myBgColor { background-color: #AA834A; }

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

This div background color is #AA834A.


Border color

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

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

This div border color is #AA834A.


Opacity

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

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

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

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

This text has shadow with #AA834A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA834A on black background.


Color preview on white background

This text has color #AA834A on white background.



Black color preview on #AA834A background

This text has black color on #AA834A background.


White color preview on #AA834A background

This text has white color on #AA834A background.