COLOR #AAA4A5

HEX: #AAA4A5
RGB: (170,164,165)

Color info

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

RGB color model

#AAA4A5 color RGB value is (170,164,165).

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

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 165 of 255 = 65%

170
164
165

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

Portions of RGB colors in percentages

R + G + B =
170 + 164 + 165 = 499 (100%)
R 170 of 499 ~ 34.07%
G 164 of 499 ~ 32.87%
B 165 of 499 ~ 33.07%

%34.07
%32.87
%33.07

CMYK color model

#AAA4A5 color CMYK value is (0,4,3,33).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 2.94%
  • key color value is 33.33%
CMYK:
(0,4,3,33)
C0M4Y3K33 
(0%,4%,3%,33%)
(0.00/0.04/0.03/0.33)	

CMYK percentages

%0
%3.53
%2.94
%33.33

Codes

Color #AAA4A5 in popluar color models

AAA4A5
RGB170164165
HSL350°3.41%65.49%
HSB/HSV350°3.53%66.67%
CMYK0.00%3.53%2.94%
33.33%

Color #AAA4A5 in popluar number systems.

HEXAAA4A5
Decimal170164165
Binary101010101010010010100101
Octal252244245

Shades and tints

Shades of #AAA4A5

#AAA4A5
(170,164,165)
#9B9696
(155,150,150)
#8C8887
(140,136,135)
#7D7A78
(125,122,120)
#6E6C69
(110,108,105)
#5F5E5A
(95,94,90)
#50504B
(80,80,75)
#41423C
(65,66,60)
#32342D
(50,52,45)
#23261E
(35,38,30)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #AAA4A5

#AAA4A5
(170,164,165)
#B1ACAD
(177,172,173)
#B8B4B5
(184,180,181)
#BFBCBD
(191,188,189)
#C6C4C5
(198,196,197)
#CDCCCD
(205,204,205)
#D4D4D5
(212,212,213)
#DBDCDD
(219,220,221)
#E2E4E5
(226,228,229)
#E9ECED
(233,236,237)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA4A5; }

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

This text font color is #AAA4A5.


Background Color

.myBgColor { background-color: #AAA4A5; }

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

This div background color is #AAA4A5.


Border color

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

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

This div border color is #AAA4A5.


Opacity

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

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

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

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

This text has shadow with #AAA4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA4A5 on black background.


Color preview on white background

This text has color #AAA4A5 on white background.



Black color preview on #AAA4A5 background

This text has black color on #AAA4A5 background.


White color preview on #AAA4A5 background

This text has white color on #AAA4A5 background.