COLOR #AA8B53

HEX: #AA8B53
RGB: (170,139,83)

Color info

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

RGB color model

#AA8B53 color RGB value is (170,139,83).

  • red value is 170;
  • green value is 139;
  • blue value is 83.
RGB:
(170,139,83)
(67%,55%,33%)

RGB channels and saturation

R 170 of 255 = 67%
G 139 of 255 = 55%
B 83 of 255 = 33%

170
139
83

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

Portions of RGB colors in percentages

R + G + B =
170 + 139 + 83 = 392 (100%)
R 170 of 392 ~ 43.37%
G 139 of 392 ~ 35.46%
B 83 of 392 ~ 21.17%

%43.37
%35.46
%21.17

CMYK color model

#AA8B53 color CMYK value is (0,18,51,33).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 51.18%
  • key color value is 33.33%
CMYK:
(0,18,51,33)
C0M18Y51K33 
(0%,18%,51%,33%)
(0.00/0.18/0.51/0.33)	

CMYK percentages

%0
%18.24
%51.18
%33.33

Codes

Color #AA8B53 in popluar color models

AA8B53
RGB17013983
HSL39°34.39%49.61%
HSB/HSV39°51.18%66.67%
CMYK0.00%18.24%51.18%
33.33%

Color #AA8B53 in popluar number systems.

HEXAA8B53
Decimal17013983
Binary10101010100010111010011
Octal252213123

Shades and tints

Shades of #AA8B53

#AA8B53
(170,139,83)
#9B7F4C
(155,127,76)
#8C7345
(140,115,69)
#7D673E
(125,103,62)
#6E5B37
(110,91,55)
#5F4F30
(95,79,48)
#504329
(80,67,41)
#413722
(65,55,34)
#322B1B
(50,43,27)
#231F14
(35,31,20)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #AA8B53

#AA8B53
(170,139,83)
#B19562
(177,149,98)
#B89F71
(184,159,113)
#BFA980
(191,169,128)
#C6B38F
(198,179,143)
#CDBD9E
(205,189,158)
#D4C7AD
(212,199,173)
#DBD1BC
(219,209,188)
#E2DBCB
(226,219,203)
#E9E5DA
(233,229,218)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8B53 color. Also use rgb(170,139,83) instead hex code.

Text Font Color

.myTextColor { color: #AA8B53; }

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

This text font color is #AA8B53.


Background Color

.myBgColor { background-color: #AA8B53; }

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

This div background color is #AA8B53.


Border color

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

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

This div border color is #AA8B53.


Opacity

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

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

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

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

This text has shadow with #AA8B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8B53 on black background.


Color preview on white background

This text has color #AA8B53 on white background.



Black color preview on #AA8B53 background

This text has black color on #AA8B53 background.


White color preview on #AA8B53 background

This text has white color on #AA8B53 background.