COLOR #AA863F

HEX: #AA863F RGB: (170,134,63)

Color info

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

RGB color model

#AA863F color RGB value is (170,134,63).

RGB: (170,134,63) (67%, 53%, 25%)

RGB channels and saturation

R 170 of 255 = 67%
G 134 of 255 = 53%
B 63 of 255 = 25%

170
134
63

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

Portions of RGB colors in percentages

R + G + B = 170 + 134 + 63 = 367 (100%)
R 170 of 367 ~ 46.32%
G 134 of 367 ~ 36.51%
B 63 of 367 ~ 17.17'%

%46.32
%36.51
%17.17

CMYK color model

#AA863F color CMYK value is (0,21,63,33).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 62.94%
  • key color value is 33.33%

CMYK: (0,21,63,33)
C0M21Y63K33 (0%, 21%, 63%, 33%)
(0.00 / 0.21 / 0.63 / 0.33)

CMYK percentages

%0
%21.18
%62.94
%33.33

Codes

Color #AA863F in popluar color models

AA 86 3F
RGB 170 134 63
HSL 40° 45.92% 45.69%
HSB/HSV 40° 62.94% 66.67%
CMYK 0.00% 21.18% 62.94%
33.33%

Color #AA863F in popluar number systems.

HEX AA 86 3F
Decimal 170 134 63
Binary 10101010 10000110 111111
Octal 252 206 77

Shades and tints

Shades of #AA863F

#AA863F
(170,134,63)
#9B7A3A
(155,122,58)
#8C6E35
(140,110,53)
#7D6230
(125,98,48)
#6E562B
(110,86,43)
#5F4A26
(95,74,38)
#503E21
(80,62,33)
#41321C
(65,50,28)
#322617
(50,38,23)
#231A12
(35,26,18)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #AA863F

#AA863F
(170,134,63)
#B19150
(177,145,80)
#B89C61
(184,156,97)
#BFA772
(191,167,114)
#C6B283
(198,178,131)
#CDBD94
(205,189,148)
#D4C8A5
(212,200,165)
#DBD3B6
(219,211,182)
#E2DEC7
(226,222,199)
#E9E9D8
(233,233,216)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA863F; }

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

This text font color is #AA863F.

Background Color

.myBgColor { background-color: #AA863F; }

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

This div background color is #AA863F.

Border color

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

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

This div border color is #AA863F.

Opacity

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

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

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

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

This text has shadow with #AA863F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA863F.

Preview

Color preview on black background

This text has color #AA863F on black background.


Color preview on white background

This text has color #AA863F on white background.


Black color preview on #AA863F background

This text has black color on #AA863F background.


White color preview on #AA863F background

This text has white color on #AA863F background.


Related colors

Complementary color

Complementary color for #hex is #5579C0.


I love getcolorcode.com

Triadic colors

1 #3FAA86 and #863FAA with #AA863F are triadic colors.

2 #3F86AA and #86AA3F with #AA863F are triadic colors.