COLOR #AA862B

HEX: #AA862B
RGB: (170,134,43)

Color info

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

RGB color model

#AA862B color RGB value is (170,134,43).

  • red value is 170;
  • green value is 134;
  • blue value is 43.
RGB:
(170,134,43)
(67%,53%,17%)

RGB channels and saturation

R 170 of 255 = 67%
G 134 of 255 = 53%
B 43 of 255 = 17%

170
134
43

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

Portions of RGB colors in percentages

R + G + B =
170 + 134 + 43 = 347 (100%)
R 170 of 347 ~ 48.99%
G 134 of 347 ~ 38.62%
B 43 of 347 ~ 12.39%

%48.99
%38.62
%12.39

CMYK color model

#AA862B color CMYK value is (0,21,75,33).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 74.71%
  • key color value is 33.33%
CMYK:
(0,21,75,33)
C0M21Y75K33 
(0%,21%,75%,33%)
(0.00/0.21/0.75/0.33)	

CMYK percentages

%0
%21.18
%74.71
%33.33

Codes

Color #AA862B in popluar color models

AA862B
RGB17013443
HSL43°59.62%41.76%
HSB/HSV43°74.71%66.67%
CMYK0.00%21.18%74.71%
33.33%

Color #AA862B in popluar number systems.

HEXAA862B
Decimal17013443
Binary1010101010000110101011
Octal25220653

Shades and tints

Shades of #AA862B

#AA862B
(170,134,43)
#9B7A28
(155,122,40)
#8C6E25
(140,110,37)
#7D6222
(125,98,34)
#6E561F
(110,86,31)
#5F4A1C
(95,74,28)
#503E19
(80,62,25)
#413216
(65,50,22)
#322613
(50,38,19)
#231A10
(35,26,16)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #AA862B

#AA862B
(170,134,43)
#B1913E
(177,145,62)
#B89C51
(184,156,81)
#BFA764
(191,167,100)
#C6B277
(198,178,119)
#CDBD8A
(205,189,138)
#D4C89D
(212,200,157)
#DBD3B0
(219,211,176)
#E2DEC3
(226,222,195)
#E9E9D6
(233,233,214)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA862B color. Also use rgb(170,134,43) instead hex code.

Text Font Color

.myTextColor { color: #AA862B; }

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

This text font color is #AA862B.


Background Color

.myBgColor { background-color: #AA862B; }

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

This div background color is #AA862B.


Border color

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

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

This div border color is #AA862B.


Opacity

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

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

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

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

This text has shadow with #AA862B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA862B on black background.


Color preview on white background

This text has color #AA862B on white background.



Black color preview on #AA862B background

This text has black color on #AA862B background.


White color preview on #AA862B background

This text has white color on #AA862B background.