COLOR #AA8B73

HEX: #AA8B73 RGB: (170,139,115)

Color info

#AA8B73 contains red, green and blue colors in about the same proportion. Web safe color of #AA8B73 is #999966 (or #996).

RGB color model

#AA8B73 color RGB value is (170,139,115).

RGB: (170,139,115) (67%, 55%, 45%)

RGB channels and saturation

R 170 of 255 = 67%
G 139 of 255 = 55%
B 115 of 255 = 45%

170
139
115

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

Portions of RGB colors in percentages

R + G + B = 170 + 139 + 115 = 424 (100%)
R 170 of 424 ~ 40.09%
G 139 of 424 ~ 32.78%
B 115 of 424 ~ 27.12'%

%40.09
%32.78
%27.12

CMYK color model

#AA8B73 color CMYK value is (0,18,32,33).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 32.35%
  • key color value is 33.33%

CMYK: (0,18,32,33)
C0M18Y32K33 (0%, 18%, 32%, 33%)
(0.00 / 0.18 / 0.32 / 0.33)

CMYK percentages

%0
%18.24
%32.35
%33.33

Codes

Color #AA8B73 in popluar color models

AA 8B 73
RGB 170 139 115
HSL 26° 24.44% 55.88%
HSB/HSV 26° 32.35% 66.67%
CMYK 0.00% 18.24% 32.35%
33.33%

Color #AA8B73 in popluar number systems.

HEX AA 8B 73
Decimal 170 139 115
Binary 10101010 10001011 1110011
Octal 252 213 163

Shades and tints

Shades of #AA8B73

#AA8B73
(170,139,115)
#9B7F69
(155,127,105)
#8C735F
(140,115,95)
#7D6755
(125,103,85)
#6E5B4B
(110,91,75)
#5F4F41
(95,79,65)
#504337
(80,67,55)
#41372D
(65,55,45)
#322B23
(50,43,35)
#231F19
(35,31,25)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #AA8B73

#AA8B73
(170,139,115)
#B1957F
(177,149,127)
#B89F8B
(184,159,139)
#BFA997
(191,169,151)
#C6B3A3
(198,179,163)
#CDBDAF
(205,189,175)
#D4C7BB
(212,199,187)
#DBD1C7
(219,209,199)
#E2DBD3
(226,219,211)
#E9E5DF
(233,229,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8B73; }

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

This text font color is #AA8B73.

Background Color

.myBgColor { background-color: #AA8B73; }

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

This div background color is #AA8B73.

Border color

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

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

This div border color is #AA8B73.

Opacity

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

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

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

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

This text has shadow with #AA8B73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8B73.

Preview

Color preview on black background

This text has color #AA8B73 on black background.


Color preview on white background

This text has color #AA8B73 on white background.


Black color preview on #AA8B73 background

This text has black color on #AA8B73 background.


White color preview on #AA8B73 background

This text has white color on #AA8B73 background.


Related colors

Complementary color

Complementary color for #hex is #55748C.


I love getcolorcode.com

Triadic colors

1 #73AA8B and #8B73AA with #AA8B73 are triadic colors.

2 #738BAA and #8BAA73 with #AA8B73 are triadic colors.