COLOR #AA8497

HEX: #AA8497 RGB: (170,132,151)

Color info

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

RGB color model

#AA8497 color RGB value is (170,132,151).

RGB: (170,132,151) (67%, 52%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 132 of 255 = 52%
B 151 of 255 = 59%

170
132
151

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

Portions of RGB colors in percentages

R + G + B = 170 + 132 + 151 = 453 (100%)
R 170 of 453 ~ 37.53%
G 132 of 453 ~ 29.14%
B 151 of 453 ~ 33.33'%

%37.53
%29.14
%33.33

CMYK color model

#AA8497 color CMYK value is (0,22,11,33).

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

CMYK: (0,22,11,33)
C0M22Y11K33 (0%, 22%, 11%, 33%)
(0.00 / 0.22 / 0.11 / 0.33)

CMYK percentages

%0
%22.35
%11.18
%33.33

Codes

Color #AA8497 in popluar color models

AA 84 97
RGB 170 132 151
HSL 330° 18.27% 59.22%
HSB/HSV 330° 22.35% 66.67%
CMYK 0.00% 22.35% 11.18%
33.33%

Color #AA8497 in popluar number systems.

HEX AA 84 97
Decimal 170 132 151
Binary 10101010 10000100 10010111
Octal 252 204 227

Shades and tints

Shades of #AA8497

#AA8497
(170,132,151)
#9B788A
(155,120,138)
#8C6C7D
(140,108,125)
#7D6070
(125,96,112)
#6E5463
(110,84,99)
#5F4856
(95,72,86)
#503C49
(80,60,73)
#41303C
(65,48,60)
#32242F
(50,36,47)
#231822
(35,24,34)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #AA8497

#AA8497
(170,132,151)
#B18FA0
(177,143,160)
#B89AA9
(184,154,169)
#BFA5B2
(191,165,178)
#C6B0BB
(198,176,187)
#CDBBC4
(205,187,196)
#D4C6CD
(212,198,205)
#DBD1D6
(219,209,214)
#E2DCDF
(226,220,223)
#E9E7E8
(233,231,232)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8497; }

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

This text font color is #AA8497.

Background Color

.myBgColor { background-color: #AA8497; }

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

This div background color is #AA8497.

Border color

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

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

This div border color is #AA8497.

Opacity

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

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

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

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

This text has shadow with #AA8497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8497.

Preview

Color preview on black background

This text has color #AA8497 on black background.


Color preview on white background

This text has color #AA8497 on white background.


Black color preview on #AA8497 background

This text has black color on #AA8497 background.


White color preview on #AA8497 background

This text has white color on #AA8497 background.


Related colors

Complementary color

Complementary color for #hex is #557B68.


I love getcolorcode.com

Triadic colors

1 #97AA84 and #8497AA with #AA8497 are triadic colors.

2 #9784AA and #84AA97 with #AA8497 are triadic colors.