COLOR #AAAAAA

HEX: #AAAAAA
RGB: (170,170,170)

Color info

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

RGB color model

#AAAAAA color RGB value is (170,170,170).

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

RGB channels and saturation

R 170 of 255 = 67%
G 170 of 255 = 67%
B 170 of 255 = 67%

170
170
170

R + G + B ~ 67%. #AAAAAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 170 + 170 = 510 (100%)
R 170 of 510 ~ 33.33%
G 170 of 510 ~ 33.33%
B 170 of 510 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#AAAAAA color CMYK value is (0,0,0,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(0,0,0,33)
C0M0Y0K33 
(0%,0%,0%,33%)
(0.00/0.00/0.00/0.33)	

CMYK percentages

%0
%0
%0
%33.33

Codes

Color #AAAAAA in popluar color models

AAAAAA
RGB170170170
HSL0.00%0.67%
HSB/HSV0.00%0.67%
CMYK0.00%0.00%0.00%
33.33%

Color #AAAAAA in popluar number systems.

HEXAAAAAA
Decimal170170170
Binary101010101010101010101010
Octal252252252

Shades and tints

Shades of #AAAAAA

#AAAAAA
(170,170,170)
#9B9B9B
(155,155,155)
#8C8C8C
(140,140,140)
#7D7D7D
(125,125,125)
#6E6E6E
(110,110,110)
#5F5F5F
(95,95,95)
#505050
(80,80,80)
#414141
(65,65,65)
#323232
(50,50,50)
#232323
(35,35,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AAAAAA

#AAAAAA
(170,170,170)
#B1B1B1
(177,177,177)
#B8B8B8
(184,184,184)
#BFBFBF
(191,191,191)
#C6C6C6
(198,198,198)
#CDCDCD
(205,205,205)
#D4D4D4
(212,212,212)
#DBDBDB
(219,219,219)
#E2E2E2
(226,226,226)
#E9E9E9
(233,233,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAAAA; }

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

This text font color is #AAAAAA.


Background Color

.myBgColor { background-color: #AAAAAA; }

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

This div background color is #AAAAAA.


Border color

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

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

This div border color is #AAAAAA.


Opacity

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

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

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

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

This text has shadow with #AAAAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAAAA on black background.


Color preview on white background

This text has color #AAAAAA on white background.



Black color preview on #AAAAAA background

This text has black color on #AAAAAA background.


White color preview on #AAAAAA background

This text has white color on #AAAAAA background.