COLOR #AA9DA9

HEX: #AA9DA9 RGB: (170,157,169)

Color info

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

RGB color model

#AA9DA9 color RGB value is (170,157,169).

RGB: (170,157,169) (67%, 62%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 169 of 255 = 66%

170
157
169

R + G + B ~ 65%. #AA9DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 157 + 169 = 496 (100%)
R 170 of 496 ~ 34.27%
G 157 of 496 ~ 31.65%
B 169 of 496 ~ 34.07'%

%34.27
%31.65
%34.07

CMYK color model

#AA9DA9 color CMYK value is (0,8,1,33).

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

CMYK: (0,8,1,33)
C0M8Y1K33 (0%, 8%, 1%, 33%)
(0.00 / 0.08 / 0.01 / 0.33)

CMYK percentages

%0
%7.65
%0.59
%33.33

Codes

Color #AA9DA9 in popluar color models

AA 9D A9
RGB 170 157 169
HSL 305° 7.10% 64.12%
HSB/HSV 305° 7.65% 66.67%
CMYK 0.00% 7.65% 0.59%
33.33%

Color #AA9DA9 in popluar number systems.

HEX AA 9D A9
Decimal 170 157 169
Binary 10101010 10011101 10101001
Octal 252 235 251

Shades and tints

Shades of #AA9DA9

#AA9DA9
(170,157,169)
#9B8F9A
(155,143,154)
#8C818B
(140,129,139)
#7D737C
(125,115,124)
#6E656D
(110,101,109)
#5F575E
(95,87,94)
#50494F
(80,73,79)
#413B40
(65,59,64)
#322D31
(50,45,49)
#231F22
(35,31,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AA9DA9

#AA9DA9
(170,157,169)
#B1A5B0
(177,165,176)
#B8ADB7
(184,173,183)
#BFB5BE
(191,181,190)
#C6BDC5
(198,189,197)
#CDC5CC
(205,197,204)
#D4CDD3
(212,205,211)
#DBD5DA
(219,213,218)
#E2DDE1
(226,221,225)
#E9E5E8
(233,229,232)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9DA9; }

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

This text font color is #AA9DA9.

Background Color

.myBgColor { background-color: #AA9DA9; }

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

This div background color is #AA9DA9.

Border color

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

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

This div border color is #AA9DA9.

Opacity

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

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

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

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

This text has shadow with #AA9DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9DA9.

Preview

Color preview on black background

This text has color #AA9DA9 on black background.


Color preview on white background

This text has color #AA9DA9 on white background.


Black color preview on #AA9DA9 background

This text has black color on #AA9DA9 background.


White color preview on #AA9DA9 background

This text has white color on #AA9DA9 background.


Related colors

Complementary color

Complementary color for #hex is #556256.


I love getcolorcode.com

Triadic colors

1 #A9AA9D and #9DA9AA with #AA9DA9 are triadic colors.

2 #A99DAA and #9DAAA9 with #AA9DA9 are triadic colors.