COLOR #AA8B7A

HEX: #AA8B7A RGB: (170,139,122)

Color info

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

RGB color model

#AA8B7A color RGB value is (170,139,122).

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

RGB channels and saturation

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

170
139
122

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

Portions of RGB colors in percentages

R + G + B = 170 + 139 + 122 = 431 (100%)
R 170 of 431 ~ 39.44%
G 139 of 431 ~ 32.25%
B 122 of 431 ~ 28.31'%

%39.44
%32.25
%28.31

CMYK color model

#AA8B7A color CMYK value is (0,18,28,33).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 28.24%
  • key color value is 33.33%
CMYK: (0,18,28,33) C0M18Y28K33 (0%,18%,28%,33%) (0.00/0.18/0.28/0.33) 

CMYK percentages

%0
%18.24
%28.24
%33.33

Codes

Color #AA8B7A in popluar color models

AA 8B 7A
RGB 170 139 122
HSL 21° 22.02% 57.25%
HSB/HSV 21° 28.24% 66.67%
CMYK 0.00% 18.24% 28.24%
33.33%

Color #AA8B7A in popluar number systems.

HEX AA 8B 7A
Decimal 170 139 122
Binary 10101010 10001011 1111010
Octal 252 213 172

Shades and tints

Shades of #AA8B7A

#AA8B7A
(170,139,122)
#9B7F6F
(155,127,111)
#8C7364
(140,115,100)
#7D6759
(125,103,89)
#6E5B4E
(110,91,78)
#5F4F43
(95,79,67)
#504338
(80,67,56)
#41372D
(65,55,45)
#322B22
(50,43,34)
#231F17
(35,31,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #AA8B7A

#AA8B7A
(170,139,122)
#B19586
(177,149,134)
#B89F92
(184,159,146)
#BFA99E
(191,169,158)
#C6B3AA
(198,179,170)
#CDBDB6
(205,189,182)
#D4C7C2
(212,199,194)
#DBD1CE
(219,209,206)
#E2DBDA
(226,219,218)
#E9E5E6
(233,229,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8B7A; }

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

This text font color is #AA8B7A.

Background Color

.myBgColor { background-color: #AA8B7A; }

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

This div background color is #AA8B7A.

Border color

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

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

This div border color is #AA8B7A.

Opacity

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

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

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

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

This text has shadow with #AA8B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8B7A.

Preview

Color preview on black background

This text has color #AA8B7A on black background.


Color preview on white background

This text has color #AA8B7A on white background.


Black color preview on #AA8B7A background

This text has black color on #AA8B7A background.


White color preview on #AA8B7A background

This text has white color on #AA8B7A background.


Related colors

Complementary color

Complementary color for #hex is #557485.


I love getcolorcode.com

Triadic colors

1 #7AAA8B and #8B7AAA with #AA8B7A are triadic colors.

2 #7A8BAA and #8BAA7A with #AA8B7A are triadic colors.