COLOR #AA897B

HEX: #AA897B RGB: (170,137,123)

Color info

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

RGB color model

#AA897B color RGB value is (170,137,123).

RGB: (170,137,123) (67%, 54%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 123 of 255 = 48%

170
137
123

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

Portions of RGB colors in percentages

R + G + B = 170 + 137 + 123 = 430 (100%)
R 170 of 430 ~ 39.53%
G 137 of 430 ~ 31.86%
B 123 of 430 ~ 28.6'%

%39.53
%31.86
%28.6

CMYK color model

#AA897B color CMYK value is (0,19,28,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 27.65%
  • key color value is 33.33%

CMYK: (0,19,28,33)
C0M19Y28K33 (0%, 19%, 28%, 33%)
(0.00 / 0.19 / 0.28 / 0.33)

CMYK percentages

%0
%19.41
%27.65
%33.33

Codes

Color #AA897B in popluar color models

AA 89 7B
RGB 170 137 123
HSL 18° 21.66% 57.45%
HSB/HSV 18° 27.65% 66.67%
CMYK 0.00% 19.41% 27.65%
33.33%

Color #AA897B in popluar number systems.

HEX AA 89 7B
Decimal 170 137 123
Binary 10101010 10001001 1111011
Octal 252 211 173

Shades and tints

Shades of #AA897B

#AA897B
(170,137,123)
#9B7D70
(155,125,112)
#8C7165
(140,113,101)
#7D655A
(125,101,90)
#6E594F
(110,89,79)
#5F4D44
(95,77,68)
#504139
(80,65,57)
#41352E
(65,53,46)
#322923
(50,41,35)
#231D18
(35,29,24)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #AA897B

#AA897B
(170,137,123)
#B19387
(177,147,135)
#B89D93
(184,157,147)
#BFA79F
(191,167,159)
#C6B1AB
(198,177,171)
#CDBBB7
(205,187,183)
#D4C5C3
(212,197,195)
#DBCFCF
(219,207,207)
#E2D9DB
(226,217,219)
#E9E3E7
(233,227,231)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA897B color. Also use rgb(170,137,123) instead hex code.

Text Font Color

.myTextColor { color: #AA897B; }

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

This text font color is #AA897B.

Background Color

.myBgColor { background-color: #AA897B; }

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

This div background color is #AA897B.

Border color

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

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

This div border color is #AA897B.

Opacity

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

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

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

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

This text has shadow with #AA897B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA897B.

Preview

Color preview on black background

This text has color #AA897B on black background.


Color preview on white background

This text has color #AA897B on white background.


Black color preview on #AA897B background

This text has black color on #AA897B background.


White color preview on #AA897B background

This text has white color on #AA897B background.


Related colors

Complementary color

Complementary color for #hex is #557684.


I love getcolorcode.com

Triadic colors

1 #7BAA89 and #897BAA with #AA897B are triadic colors.

2 #7B89AA and #89AA7B with #AA897B are triadic colors.