COLOR #AAA7A9

HEX: #AAA7A9 RGB: (170,167,169)

Color info

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

RGB color model

#AAA7A9 color RGB value is (170,167,169).

RGB: (170,167,169) (67%, 65%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 169 of 255 = 66%

170
167
169

R + G + B ~ 66%. #AAA7A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 167 + 169 = 506 (100%)
R 170 of 506 ~ 33.6%
G 167 of 506 ~ 33%
B 169 of 506 ~ 33.4'%

%33.6
%33
%33.4

CMYK color model

#AAA7A9 color CMYK value is (0,2,1,33).

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

CMYK: (0,2,1,33)
C0M2Y1K33 (0%, 2%, 1%, 33%)
(0.00 / 0.02 / 0.01 / 0.33)

CMYK percentages

%0
%1.76
%0.59
%33.33

Codes

Color #AAA7A9 in popluar color models

AA A7 A9
RGB 170 167 169
HSL 320° 1.73% 66.08%
HSB/HSV 320° 1.76% 66.67%
CMYK 0.00% 1.76% 0.59%
33.33%

Color #AAA7A9 in popluar number systems.

HEX AA A7 A9
Decimal 170 167 169
Binary 10101010 10100111 10101001
Octal 252 247 251

Shades and tints

Shades of #AAA7A9

#AAA7A9
(170,167,169)
#9B989A
(155,152,154)
#8C898B
(140,137,139)
#7D7A7C
(125,122,124)
#6E6B6D
(110,107,109)
#5F5C5E
(95,92,94)
#504D4F
(80,77,79)
#413E40
(65,62,64)
#322F31
(50,47,49)
#232022
(35,32,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AAA7A9

#AAA7A9
(170,167,169)
#B1AFB0
(177,175,176)
#B8B7B7
(184,183,183)
#BFBFBE
(191,191,190)
#C6C7C5
(198,199,197)
#CDCFCC
(205,207,204)
#D4D7D3
(212,215,211)
#DBDFDA
(219,223,218)
#E2E7E1
(226,231,225)
#E9EFE8
(233,239,232)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA7A9; }

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

This text font color is #AAA7A9.

Background Color

.myBgColor { background-color: #AAA7A9; }

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

This div background color is #AAA7A9.

Border color

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

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

This div border color is #AAA7A9.

Opacity

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

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

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

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

This text has shadow with #AAA7A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA7A9.

Preview

Color preview on black background

This text has color #AAA7A9 on black background.


Color preview on white background

This text has color #AAA7A9 on white background.


Black color preview on #AAA7A9 background

This text has black color on #AAA7A9 background.


White color preview on #AAA7A9 background

This text has white color on #AAA7A9 background.


Related colors

Complementary color

Complementary color for #hex is #555856.


I love getcolorcode.com

Triadic colors

1 #A9AAA7 and #A7A9AA with #AAA7A9 are triadic colors.

2 #A9A7AA and #A7AAA9 with #AAA7A9 are triadic colors.