COLOR #AAA5A1

HEX: #AAA5A1
RGB: (170,165,161)

Color info

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

RGB color model

#AAA5A1 color RGB value is (170,165,161).

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

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 161 of 255 = 63%

170
165
161

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

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 161 = 496 (100%)
R 170 of 496 ~ 34.27%
G 165 of 496 ~ 33.27%
B 161 of 496 ~ 32.46%

%34.27
%33.27
%32.46

CMYK color model

#AAA5A1 color CMYK value is (0,3,5,33).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 5.29%
  • key color value is 33.33%
CMYK:
(0,3,5,33)
C0M3Y5K33 
(0%,3%,5%,33%)
(0.00/0.03/0.05/0.33)	

CMYK percentages

%0
%2.94
%5.29
%33.33

Codes

Color #AAA5A1 in popluar color models

AAA5A1
RGB170165161
HSL27°5.03%64.90%
HSB/HSV27°5.29%66.67%
CMYK0.00%2.94%5.29%
33.33%

Color #AAA5A1 in popluar number systems.

HEXAAA5A1
Decimal170165161
Binary101010101010010110100001
Octal252245241

Shades and tints

Shades of #AAA5A1

#AAA5A1
(170,165,161)
#9B9693
(155,150,147)
#8C8785
(140,135,133)
#7D7877
(125,120,119)
#6E6969
(110,105,105)
#5F5A5B
(95,90,91)
#504B4D
(80,75,77)
#413C3F
(65,60,63)
#322D31
(50,45,49)
#231E23
(35,30,35)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #AAA5A1

#AAA5A1
(170,165,161)
#B1ADA9
(177,173,169)
#B8B5B1
(184,181,177)
#BFBDB9
(191,189,185)
#C6C5C1
(198,197,193)
#CDCDC9
(205,205,201)
#D4D5D1
(212,213,209)
#DBDDD9
(219,221,217)
#E2E5E1
(226,229,225)
#E9EDE9
(233,237,233)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA5A1; }

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

This text font color is #AAA5A1.


Background Color

.myBgColor { background-color: #AAA5A1; }

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

This div background color is #AAA5A1.


Border color

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

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

This div border color is #AAA5A1.


Opacity

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

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

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

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

This text has shadow with #AAA5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA5A1 on black background.


Color preview on white background

This text has color #AAA5A1 on white background.



Black color preview on #AAA5A1 background

This text has black color on #AAA5A1 background.


White color preview on #AAA5A1 background

This text has white color on #AAA5A1 background.