COLOR #AA8897

HEX: #AA8897 RGB: (170,136,151)

Color info

#AA8897 contains red, green and blue colors in about the same proportion. Web safe color of #AA8897 is #999999 (or #999).

RGB color model

#AA8897 color RGB value is (170,136,151).

RGB: (170,136,151) (67%, 53%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 151 of 255 = 59%

170
136
151

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

Portions of RGB colors in percentages

R + G + B = 170 + 136 + 151 = 457 (100%)
R 170 of 457 ~ 37.2%
G 136 of 457 ~ 29.76%
B 151 of 457 ~ 33.04'%

%37.2
%29.76
%33.04

CMYK color model

#AA8897 color CMYK value is (0,20,11,33).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 11.18%
  • key color value is 33.33%

CMYK: (0,20,11,33)
C0M20Y11K33 (0%, 20%, 11%, 33%)
(0.00 / 0.20 / 0.11 / 0.33)

CMYK percentages

%0
%20
%11.18
%33.33

Codes

Color #AA8897 in popluar color models

AA 88 97
RGB 170 136 151
HSL 334° 16.67% 60.00%
HSB/HSV 334° 20.00% 66.67%
CMYK 0.00% 20.00% 11.18%
33.33%

Color #AA8897 in popluar number systems.

HEX AA 88 97
Decimal 170 136 151
Binary 10101010 10001000 10010111
Octal 252 210 227

Shades and tints

Shades of #AA8897

#AA8897
(170,136,151)
#9B7C8A
(155,124,138)
#8C707D
(140,112,125)
#7D6470
(125,100,112)
#6E5863
(110,88,99)
#5F4C56
(95,76,86)
#504049
(80,64,73)
#41343C
(65,52,60)
#32282F
(50,40,47)
#231C22
(35,28,34)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #AA8897

#AA8897
(170,136,151)
#B192A0
(177,146,160)
#B89CA9
(184,156,169)
#BFA6B2
(191,166,178)
#C6B0BB
(198,176,187)
#CDBAC4
(205,186,196)
#D4C4CD
(212,196,205)
#DBCED6
(219,206,214)
#E2D8DF
(226,216,223)
#E9E2E8
(233,226,232)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8897 color. Also use rgb(170,136,151) instead hex code.

Text Font Color

.myTextColor { color: #AA8897; }

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

This text font color is #AA8897.

Background Color

.myBgColor { background-color: #AA8897; }

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

This div background color is #AA8897.

Border color

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

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

This div border color is #AA8897.

Opacity

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

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

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

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

This text has shadow with #AA8897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8897.

Preview

Color preview on black background

This text has color #AA8897 on black background.


Color preview on white background

This text has color #AA8897 on white background.


Black color preview on #AA8897 background

This text has black color on #AA8897 background.


White color preview on #AA8897 background

This text has white color on #AA8897 background.


Related colors

Complementary color

Complementary color for #hex is #557768.


I love getcolorcode.com

Triadic colors

1 #97AA88 and #8897AA with #AA8897 are triadic colors.

2 #9788AA and #88AA97 with #AA8897 are triadic colors.