COLOR #AAA3A6

HEX: #AAA3A6
RGB: (170,163,166)

Color info

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

RGB color model

#AAA3A6 color RGB value is (170,163,166).

  • red value is 170;
  • green value is 163;
  • blue value is 166.
RGB:
(170,163,166)
(67%,64%,65%)

RGB channels and saturation

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

170
163
166

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

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 166 = 499 (100%)
R 170 of 499 ~ 34.07%
G 163 of 499 ~ 32.67%
B 166 of 499 ~ 33.27%

%34.07
%32.67
%33.27

CMYK color model

#AAA3A6 color CMYK value is (0,4,2,33).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(0,4,2,33)
C0M4Y2K33 
(0%,4%,2%,33%)
(0.00/0.04/0.02/0.33)	

CMYK percentages

%0
%4.12
%2.35
%33.33

Codes

Color #AAA3A6 in popluar color models

AAA3A6
RGB170163166
HSL334°3.95%65.29%
HSB/HSV334°4.12%66.67%
CMYK0.00%4.12%2.35%
33.33%

Color #AAA3A6 in popluar number systems.

HEXAAA3A6
Decimal170163166
Binary101010101010001110100110
Octal252243246

Shades and tints

Shades of #AAA3A6

#AAA3A6
(170,163,166)
#9B9597
(155,149,151)
#8C8788
(140,135,136)
#7D7979
(125,121,121)
#6E6B6A
(110,107,106)
#5F5D5B
(95,93,91)
#504F4C
(80,79,76)
#41413D
(65,65,61)
#32332E
(50,51,46)
#23251F
(35,37,31)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #AAA3A6

#AAA3A6
(170,163,166)
#B1ABAE
(177,171,174)
#B8B3B6
(184,179,182)
#BFBBBE
(191,187,190)
#C6C3C6
(198,195,198)
#CDCBCE
(205,203,206)
#D4D3D6
(212,211,214)
#DBDBDE
(219,219,222)
#E2E3E6
(226,227,230)
#E9EBEE
(233,235,238)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA3A6; }

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

This text font color is #AAA3A6.


Background Color

.myBgColor { background-color: #AAA3A6; }

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

This div background color is #AAA3A6.


Border color

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

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

This div border color is #AAA3A6.


Opacity

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

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

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

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

This text has shadow with #AAA3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA3A6 on black background.


Color preview on white background

This text has color #AAA3A6 on white background.



Black color preview on #AAA3A6 background

This text has black color on #AAA3A6 background.


White color preview on #AAA3A6 background

This text has white color on #AAA3A6 background.