COLOR #AA9AA6

HEX: #AA9AA6 RGB: (170,154,166)

Color info

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

RGB color model

#AA9AA6 color RGB value is (170,154,166).

RGB: (170,154,166) (67%, 60%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 154 of 255 = 60%
B 166 of 255 = 65%

170
154
166

R + G + B ~ 64%. #AA9AA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 154 + 166 = 490 (100%)
R 170 of 490 ~ 34.69%
G 154 of 490 ~ 31.43%
B 166 of 490 ~ 33.88'%

%34.69
%31.43
%33.88

CMYK color model

#AA9AA6 color CMYK value is (0,9,2,33).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 2.35%
  • key color value is 33.33%

CMYK: (0,9,2,33)
C0M9Y2K33 (0%, 9%, 2%, 33%)
(0.00 / 0.09 / 0.02 / 0.33)

CMYK percentages

%0
%9.41
%2.35
%33.33

Codes

Color #AA9AA6 in popluar color models

AA 9A A6
RGB 170 154 166
HSL 315° 8.60% 63.53%
HSB/HSV 315° 9.41% 66.67%
CMYK 0.00% 9.41% 2.35%
33.33%

Color #AA9AA6 in popluar number systems.

HEX AA 9A A6
Decimal 170 154 166
Binary 10101010 10011010 10100110
Octal 252 232 246

Shades and tints

Shades of #AA9AA6

#AA9AA6
(170,154,166)
#9B8C97
(155,140,151)
#8C7E88
(140,126,136)
#7D7079
(125,112,121)
#6E626A
(110,98,106)
#5F545B
(95,84,91)
#50464C
(80,70,76)
#41383D
(65,56,61)
#322A2E
(50,42,46)
#231C1F
(35,28,31)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #AA9AA6

#AA9AA6
(170,154,166)
#B1A3AE
(177,163,174)
#B8ACB6
(184,172,182)
#BFB5BE
(191,181,190)
#C6BEC6
(198,190,198)
#CDC7CE
(205,199,206)
#D4D0D6
(212,208,214)
#DBD9DE
(219,217,222)
#E2E2E6
(226,226,230)
#E9EBEE
(233,235,238)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9AA6 color. Also use rgb(170,154,166) instead hex code.

Text Font Color

.myTextColor { color: #AA9AA6; }

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

This text font color is #AA9AA6.

Background Color

.myBgColor { background-color: #AA9AA6; }

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

This div background color is #AA9AA6.

Border color

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

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

This div border color is #AA9AA6.

Opacity

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

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

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

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

This text has shadow with #AA9AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9AA6.

Preview

Color preview on black background

This text has color #AA9AA6 on black background.


Color preview on white background

This text has color #AA9AA6 on white background.


Black color preview on #AA9AA6 background

This text has black color on #AA9AA6 background.


White color preview on #AA9AA6 background

This text has white color on #AA9AA6 background.


Related colors

Complementary color

Complementary color for #hex is #556559.


I love getcolorcode.com

Triadic colors

1 #A6AA9A and #9AA6AA with #AA9AA6 are triadic colors.

2 #A69AAA and #9AAAA6 with #AA9AA6 are triadic colors.