COLOR #AA89A3

HEX: #AA89A3
RGB: (170,137,163)

Color info

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

RGB color model

#AA89A3 color RGB value is (170,137,163).

  • red value is 170;
  • green value is 137;
  • blue value is 163.
RGB:
(170,137,163)
(67%,54%,64%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 163 of 255 = 64%

170
137
163

R + G + B ~ 62%. #AA89A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 163 = 470 (100%)
R 170 of 470 ~ 36.17%
G 137 of 470 ~ 29.15%
B 163 of 470 ~ 34.68%

%36.17
%29.15
%34.68

CMYK color model

#AA89A3 color CMYK value is (0,19,4,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(0,19,4,33)
C0M19Y4K33 
(0%,19%,4%,33%)
(0.00/0.19/0.04/0.33)	

CMYK percentages

%0
%19.41
%4.12
%33.33

Codes

Color #AA89A3 in popluar color models

AA89A3
RGB170137163
HSL313°16.26%60.20%
HSB/HSV313°19.41%66.67%
CMYK0.00%19.41%4.12%
33.33%

Color #AA89A3 in popluar number systems.

HEXAA89A3
Decimal170137163
Binary101010101000100110100011
Octal252211243

Shades and tints

Shades of #AA89A3

#AA89A3
(170,137,163)
#9B7D95
(155,125,149)
#8C7187
(140,113,135)
#7D6579
(125,101,121)
#6E596B
(110,89,107)
#5F4D5D
(95,77,93)
#50414F
(80,65,79)
#413541
(65,53,65)
#322933
(50,41,51)
#231D25
(35,29,37)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #AA89A3

#AA89A3
(170,137,163)
#B193AB
(177,147,171)
#B89DB3
(184,157,179)
#BFA7BB
(191,167,187)
#C6B1C3
(198,177,195)
#CDBBCB
(205,187,203)
#D4C5D3
(212,197,211)
#DBCFDB
(219,207,219)
#E2D9E3
(226,217,227)
#E9E3EB
(233,227,235)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA89A3; }

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

This text font color is #AA89A3.


Background Color

.myBgColor { background-color: #AA89A3; }

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

This div background color is #AA89A3.


Border color

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

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

This div border color is #AA89A3.


Opacity

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

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

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

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

This text has shadow with #AA89A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA89A3 on black background.


Color preview on white background

This text has color #AA89A3 on white background.



Black color preview on #AA89A3 background

This text has black color on #AA89A3 background.


White color preview on #AA89A3 background

This text has white color on #AA89A3 background.