COLOR #AA8990

HEX: #AA8990 RGB: (170,137,144)

Color info

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

RGB color model

#AA8990 color RGB value is (170,137,144).

RGB: (170,137,144) (67%, 54%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 144 of 255 = 56%

170
137
144

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

Portions of RGB colors in percentages

R + G + B = 170 + 137 + 144 = 451 (100%)
R 170 of 451 ~ 37.69%
G 137 of 451 ~ 30.38%
B 144 of 451 ~ 31.93'%

%37.69
%30.38
%31.93

CMYK color model

#AA8990 color CMYK value is (0,19,15,33).

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

CMYK: (0,19,15,33)
C0M19Y15K33 (0%, 19%, 15%, 33%)
(0.00 / 0.19 / 0.15 / 0.33)

CMYK percentages

%0
%19.41
%15.29
%33.33

Codes

Color #AA8990 in popluar color models

AA 89 90
RGB 170 137 144
HSL 347° 16.26% 60.20%
HSB/HSV 347° 19.41% 66.67%
CMYK 0.00% 19.41% 15.29%
33.33%

Color #AA8990 in popluar number systems.

HEX AA 89 90
Decimal 170 137 144
Binary 10101010 10001001 10010000
Octal 252 211 220

Shades and tints

Shades of #AA8990

#AA8990
(170,137,144)
#9B7D83
(155,125,131)
#8C7176
(140,113,118)
#7D6569
(125,101,105)
#6E595C
(110,89,92)
#5F4D4F
(95,77,79)
#504142
(80,65,66)
#413535
(65,53,53)
#322928
(50,41,40)
#231D1B
(35,29,27)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #AA8990

#AA8990
(170,137,144)
#B1939A
(177,147,154)
#B89DA4
(184,157,164)
#BFA7AE
(191,167,174)
#C6B1B8
(198,177,184)
#CDBBC2
(205,187,194)
#D4C5CC
(212,197,204)
#DBCFD6
(219,207,214)
#E2D9E0
(226,217,224)
#E9E3EA
(233,227,234)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8990; }

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

This text font color is #AA8990.

Background Color

.myBgColor { background-color: #AA8990; }

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

This div background color is #AA8990.

Border color

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

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

This div border color is #AA8990.

Opacity

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

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

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

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

This text has shadow with #AA8990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8990.

Preview

Color preview on black background

This text has color #AA8990 on black background.


Color preview on white background

This text has color #AA8990 on white background.


Black color preview on #AA8990 background

This text has black color on #AA8990 background.


White color preview on #AA8990 background

This text has white color on #AA8990 background.


Related colors

Complementary color

Complementary color for #hex is #55766F.


I love getcolorcode.com

Triadic colors

1 #90AA89 and #8990AA with #AA8990 are triadic colors.

2 #9089AA and #89AA90 with #AA8990 are triadic colors.