COLOR #AAA2A6

HEX: #AAA2A6 RGB: (170,162,166)

Color info

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

RGB color model

#AAA2A6 color RGB value is (170,162,166).

RGB: (170,162,166) (67%, 64%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 162 of 255 = 64%
B 166 of 255 = 65%

170
162
166

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

Portions of RGB colors in percentages

R + G + B = 170 + 162 + 166 = 498 (100%)
R 170 of 498 ~ 34.14%
G 162 of 498 ~ 32.53%
B 166 of 498 ~ 33.33'%

%34.14
%32.53
%33.33

CMYK color model

#AAA2A6 color CMYK value is (0,5,2,33).

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

CMYK: (0,5,2,33)
C0M5Y2K33 (0%, 5%, 2%, 33%)
(0.00 / 0.05 / 0.02 / 0.33)

CMYK percentages

%0
%4.71
%2.35
%33.33

Codes

Color #AAA2A6 in popluar color models

AA A2 A6
RGB 170 162 166
HSL 330° 4.49% 65.10%
HSB/HSV 330° 4.71% 66.67%
CMYK 0.00% 4.71% 2.35%
33.33%

Color #AAA2A6 in popluar number systems.

HEX AA A2 A6
Decimal 170 162 166
Binary 10101010 10100010 10100110
Octal 252 242 246

Shades and tints

Shades of #AAA2A6

#AAA2A6
(170,162,166)
#9B9497
(155,148,151)
#8C8688
(140,134,136)
#7D7879
(125,120,121)
#6E6A6A
(110,106,106)
#5F5C5B
(95,92,91)
#504E4C
(80,78,76)
#41403D
(65,64,61)
#32322E
(50,50,46)
#23241F
(35,36,31)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #AAA2A6

#AAA2A6
(170,162,166)
#B1AAAE
(177,170,174)
#B8B2B6
(184,178,182)
#BFBABE
(191,186,190)
#C6C2C6
(198,194,198)
#CDCACE
(205,202,206)
#D4D2D6
(212,210,214)
#DBDADE
(219,218,222)
#E2E2E6
(226,226,230)
#E9EAEE
(233,234,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA2A6; }

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

This text font color is #AAA2A6.

Background Color

.myBgColor { background-color: #AAA2A6; }

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

This div background color is #AAA2A6.

Border color

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

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

This div border color is #AAA2A6.

Opacity

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

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

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

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

This text has shadow with #AAA2A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA2A6.

Preview

Color preview on black background

This text has color #AAA2A6 on black background.


Color preview on white background

This text has color #AAA2A6 on white background.


Black color preview on #AAA2A6 background

This text has black color on #AAA2A6 background.


White color preview on #AAA2A6 background

This text has white color on #AAA2A6 background.


Related colors

Complementary color

Complementary color for #hex is #555D59.


I love getcolorcode.com

Triadic colors

1 #A6AAA2 and #A2A6AA with #AAA2A6 are triadic colors.

2 #A6A2AA and #A2AAA6 with #AAA2A6 are triadic colors.