COLOR #AAA6B6

HEX: #AAA6B6 RGB: (170,166,182)

Color info

#AAA6B6 contains red, green and blue colors in about the same proportion. Web safe color of #AAA6B6 is #9999CC (or #99C).

RGB color model

#AAA6B6 color RGB value is (170,166,182).

RGB: (170,166,182) (67%, 65%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 182 of 255 = 71%

170
166
182

R + G + B ~ 68%. #AAA6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 166 + 182 = 518 (100%)
R 170 of 518 ~ 32.82%
G 166 of 518 ~ 32.05%
B 182 of 518 ~ 35.14'%

%32.82
%32.05
%35.14

CMYK color model

#AAA6B6 color CMYK value is (7,9,0,29).

  • cyan value is 6.59%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,9,0,29)
C7M9Y0K29 (7%, 9%, 0%, 29%)
(0.07 / 0.09 / 0.00 / 0.29)

CMYK percentages

%6.59
%8.79
%0
%28.63

Codes

Color #AAA6B6 in popluar color models

AA A6 B6
RGB 170 166 182
HSL 255° 9.88% 68.24%
HSB/HSV 255° 8.79% 71.37%
CMYK 6.59% 8.79% 0.00%
28.63%

Color #AAA6B6 in popluar number systems.

HEX AA A6 B6
Decimal 170 166 182
Binary 10101010 10100110 10110110
Octal 252 246 266

Shades and tints

Shades of #AAA6B6

#AAA6B6
(170,166,182)
#9B97A6
(155,151,166)
#8C8896
(140,136,150)
#7D7986
(125,121,134)
#6E6A76
(110,106,118)
#5F5B66
(95,91,102)
#504C56
(80,76,86)
#413D46
(65,61,70)
#322E36
(50,46,54)
#231F26
(35,31,38)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AAA6B6

#AAA6B6
(170,166,182)
#B1AEBC
(177,174,188)
#B8B6C2
(184,182,194)
#BFBEC8
(191,190,200)
#C6C6CE
(198,198,206)
#CDCED4
(205,206,212)
#D4D6DA
(212,214,218)
#DBDEE0
(219,222,224)
#E2E6E6
(226,230,230)
#E9EEEC
(233,238,236)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA6B6; }

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

This text font color is #AAA6B6.

Background Color

.myBgColor { background-color: #AAA6B6; }

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

This div background color is #AAA6B6.

Border color

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

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

This div border color is #AAA6B6.

Opacity

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

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

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

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

This text has shadow with #AAA6B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA6B6.

Preview

Color preview on black background

This text has color #AAA6B6 on black background.


Color preview on white background

This text has color #AAA6B6 on white background.


Black color preview on #AAA6B6 background

This text has black color on #AAA6B6 background.


White color preview on #AAA6B6 background

This text has white color on #AAA6B6 background.


Related colors

Complementary color

Complementary color for #hex is #555949.


I love getcolorcode.com

Triadic colors

1 #B6AAA6 and #A6B6AA with #AAA6B6 are triadic colors.

2 #B6A6AA and #A6AAB6 with #AAA6B6 are triadic colors.