COLOR #AA8DA9

HEX: #AA8DA9 RGB: (170,141,169)

Color info

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

RGB color model

#AA8DA9 color RGB value is (170,141,169).

RGB: (170,141,169) (67%, 55%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 169 of 255 = 66%

170
141
169

R + G + B ~ 63%. #AA8DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 141 + 169 = 480 (100%)
R 170 of 480 ~ 35.42%
G 141 of 480 ~ 29.38%
B 169 of 480 ~ 35.21'%

%35.42
%29.38
%35.21

CMYK color model

#AA8DA9 color CMYK value is (0,17,1,33).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 0.59%
  • key color value is 33.33%

CMYK: (0,17,1,33)
C0M17Y1K33 (0%, 17%, 1%, 33%)
(0.00 / 0.17 / 0.01 / 0.33)

CMYK percentages

%0
%17.06
%0.59
%33.33

Codes

Color #AA8DA9 in popluar color models

AA 8D A9
RGB 170 141 169
HSL 302° 14.57% 60.98%
HSB/HSV 302° 17.06% 66.67%
CMYK 0.00% 17.06% 0.59%
33.33%

Color #AA8DA9 in popluar number systems.

HEX AA 8D A9
Decimal 170 141 169
Binary 10101010 10001101 10101001
Octal 252 215 251

Shades and tints

Shades of #AA8DA9

#AA8DA9
(170,141,169)
#9B819A
(155,129,154)
#8C758B
(140,117,139)
#7D697C
(125,105,124)
#6E5D6D
(110,93,109)
#5F515E
(95,81,94)
#50454F
(80,69,79)
#413940
(65,57,64)
#322D31
(50,45,49)
#232122
(35,33,34)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #AA8DA9

#AA8DA9
(170,141,169)
#B197B0
(177,151,176)
#B8A1B7
(184,161,183)
#BFABBE
(191,171,190)
#C6B5C5
(198,181,197)
#CDBFCC
(205,191,204)
#D4C9D3
(212,201,211)
#DBD3DA
(219,211,218)
#E2DDE1
(226,221,225)
#E9E7E8
(233,231,232)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8DA9 color. Also use rgb(170,141,169) instead hex code.

Text Font Color

.myTextColor { color: #AA8DA9; }

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

This text font color is #AA8DA9.

Background Color

.myBgColor { background-color: #AA8DA9; }

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

This div background color is #AA8DA9.

Border color

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

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

This div border color is #AA8DA9.

Opacity

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

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

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

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

This text has shadow with #AA8DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8DA9.

Preview

Color preview on black background

This text has color #AA8DA9 on black background.


Color preview on white background

This text has color #AA8DA9 on white background.


Black color preview on #AA8DA9 background

This text has black color on #AA8DA9 background.


White color preview on #AA8DA9 background

This text has white color on #AA8DA9 background.


Related colors

Complementary color

Complementary color for #hex is #557256.


I love getcolorcode.com

Triadic colors

1 #A9AA8D and #8DA9AA with #AA8DA9 are triadic colors.

2 #A98DAA and #8DAAA9 with #AA8DA9 are triadic colors.