COLOR #AAA2A3

HEX: #AAA2A3
RGB: (170,162,163)

Color info

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

RGB color model

#AAA2A3 color RGB value is (170,162,163).

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

RGB channels and saturation

R 170 of 255 = 67%
G 162 of 255 = 64%
B 163 of 255 = 64%

170
162
163

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

Portions of RGB colors in percentages

R + G + B =
170 + 162 + 163 = 495 (100%)
R 170 of 495 ~ 34.34%
G 162 of 495 ~ 32.73%
B 163 of 495 ~ 32.93%

%34.34
%32.73
%32.93

CMYK color model

#AAA2A3 color CMYK value is (0,5,4,33).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(0,5,4,33)
C0M5Y4K33 
(0%,5%,4%,33%)
(0.00/0.05/0.04/0.33)	

CMYK percentages

%0
%4.71
%4.12
%33.33

Codes

Color #AAA2A3 in popluar color models

AAA2A3
RGB170162163
HSL353°4.49%65.10%
HSB/HSV353°4.71%66.67%
CMYK0.00%4.71%4.12%
33.33%

Color #AAA2A3 in popluar number systems.

HEXAAA2A3
Decimal170162163
Binary101010101010001010100011
Octal252242243

Shades and tints

Shades of #AAA2A3

#AAA2A3
(170,162,163)
#9B9495
(155,148,149)
#8C8687
(140,134,135)
#7D7879
(125,120,121)
#6E6A6B
(110,106,107)
#5F5C5D
(95,92,93)
#504E4F
(80,78,79)
#414041
(65,64,65)
#323233
(50,50,51)
#232425
(35,36,37)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #AAA2A3

#AAA2A3
(170,162,163)
#B1AAAB
(177,170,171)
#B8B2B3
(184,178,179)
#BFBABB
(191,186,187)
#C6C2C3
(198,194,195)
#CDCACB
(205,202,203)
#D4D2D3
(212,210,211)
#DBDADB
(219,218,219)
#E2E2E3
(226,226,227)
#E9EAEB
(233,234,235)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA2A3; }

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

This text font color is #AAA2A3.


Background Color

.myBgColor { background-color: #AAA2A3; }

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

This div background color is #AAA2A3.


Border color

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

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

This div border color is #AAA2A3.


Opacity

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

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

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

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

This text has shadow with #AAA2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA2A3 on black background.


Color preview on white background

This text has color #AAA2A3 on white background.



Black color preview on #AAA2A3 background

This text has black color on #AAA2A3 background.


White color preview on #AAA2A3 background

This text has white color on #AAA2A3 background.