COLOR #AA89A4

HEX: #AA89A4
RGB: (170,137,164)

Color info

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

RGB color model

#AA89A4 color RGB value is (170,137,164).

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

RGB channels and saturation

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

170
137
164

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

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 164 = 471 (100%)
R 170 of 471 ~ 36.09%
G 137 of 471 ~ 29.09%
B 164 of 471 ~ 34.82%

%36.09
%29.09
%34.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 3.53%
  • 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
%3.53
%33.33

Codes

Color #AA89A4 in popluar color models

AA89A4
RGB170137164
HSL311°16.26%60.20%
HSB/HSV311°19.41%66.67%
CMYK0.00%19.41%3.53%
33.33%

Color #AA89A4 in popluar number systems.

HEXAA89A4
Decimal170137164
Binary101010101000100110100100
Octal252211244

Shades and tints

Shades of #AA89A4

#AA89A4
(170,137,164)
#9B7D96
(155,125,150)
#8C7188
(140,113,136)
#7D657A
(125,101,122)
#6E596C
(110,89,108)
#5F4D5E
(95,77,94)
#504150
(80,65,80)
#413542
(65,53,66)
#322934
(50,41,52)
#231D26
(35,29,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #AA89A4

#AA89A4
(170,137,164)
#B193AC
(177,147,172)
#B89DB4
(184,157,180)
#BFA7BC
(191,167,188)
#C6B1C4
(198,177,196)
#CDBBCC
(205,187,204)
#D4C5D4
(212,197,212)
#DBCFDC
(219,207,220)
#E2D9E4
(226,217,228)
#E9E3EC
(233,227,236)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA89A4; }

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

This text font color is #AA89A4.


Background Color

.myBgColor { background-color: #AA89A4; }

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

This div background color is #AA89A4.


Border color

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

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

This div border color is #AA89A4.


Opacity

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

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

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

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

This text has shadow with #AA89A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA89A4 on black background.


Color preview on white background

This text has color #AA89A4 on white background.



Black color preview on #AA89A4 background

This text has black color on #AA89A4 background.


White color preview on #AA89A4 background

This text has white color on #AA89A4 background.