COLOR #AA8D7A

HEX: #AA8D7A RGB: (170,141,122)

Color info

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

RGB color model

#AA8D7A color RGB value is (170,141,122).

RGB: (170,141,122) (67%, 55%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 122 of 255 = 48%

170
141
122

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

Portions of RGB colors in percentages

R + G + B = 170 + 141 + 122 = 433 (100%)
R 170 of 433 ~ 39.26%
G 141 of 433 ~ 32.56%
B 122 of 433 ~ 28.18'%

%39.26
%32.56
%28.18

CMYK color model

#AA8D7A color CMYK value is (0,17,28,33).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 28.24%
  • key color value is 33.33%

CMYK: (0,17,28,33)
C0M17Y28K33 (0%, 17%, 28%, 33%)
(0.00 / 0.17 / 0.28 / 0.33)

CMYK percentages

%0
%17.06
%28.24
%33.33

Codes

Color #AA8D7A in popluar color models

AA 8D 7A
RGB 170 141 122
HSL 24° 22.02% 57.25%
HSB/HSV 24° 28.24% 66.67%
CMYK 0.00% 17.06% 28.24%
33.33%

Color #AA8D7A in popluar number systems.

HEX AA 8D 7A
Decimal 170 141 122
Binary 10101010 10001101 1111010
Octal 252 215 172

Shades and tints

Shades of #AA8D7A

#AA8D7A
(170,141,122)
#9B816F
(155,129,111)
#8C7564
(140,117,100)
#7D6959
(125,105,89)
#6E5D4E
(110,93,78)
#5F5143
(95,81,67)
#504538
(80,69,56)
#41392D
(65,57,45)
#322D22
(50,45,34)
#232117
(35,33,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #AA8D7A

#AA8D7A
(170,141,122)
#B19786
(177,151,134)
#B8A192
(184,161,146)
#BFAB9E
(191,171,158)
#C6B5AA
(198,181,170)
#CDBFB6
(205,191,182)
#D4C9C2
(212,201,194)
#DBD3CE
(219,211,206)
#E2DDDA
(226,221,218)
#E9E7E6
(233,231,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8D7A color. Also use rgb(170,141,122) instead hex code.

Text Font Color

.myTextColor { color: #AA8D7A; }

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

This text font color is #AA8D7A.

Background Color

.myBgColor { background-color: #AA8D7A; }

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

This div background color is #AA8D7A.

Border color

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

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

This div border color is #AA8D7A.

Opacity

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

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

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

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

This text has shadow with #AA8D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8D7A.

Preview

Color preview on black background

This text has color #AA8D7A on black background.


Color preview on white background

This text has color #AA8D7A on white background.


Black color preview on #AA8D7A background

This text has black color on #AA8D7A background.


White color preview on #AA8D7A background

This text has white color on #AA8D7A background.


Related colors

Complementary color

Complementary color for #hex is #557285.


I love getcolorcode.com

Triadic colors

1 #7AAA8D and #8D7AAA with #AA8D7A are triadic colors.

2 #7A8DAA and #8DAA7A with #AA8D7A are triadic colors.