COLOR #A2AAAD

HEX: #A2AAAD
RGB: (162,170,173)

Color info

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

RGB color model

#A2AAAD color RGB value is (162,170,173).

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

RGB channels and saturation

R 162 of 255 = 64%
G 170 of 255 = 67%
B 173 of 255 = 68%

162
170
173

R + G + B ~ 66%. #A2AAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 170 + 173 = 505 (100%)
R 162 of 505 ~ 32.08%
G 170 of 505 ~ 33.66%
B 173 of 505 ~ 34.26%

%32.08
%33.66
%34.26

CMYK color model

#A2AAAD color CMYK value is (6,2,0,32).

  • cyan value is 6.36%
  • magenta value is 1.73%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(6,2,0,32)
C6M2Y0K32 
(6%,2%,0%,32%)
(0.06/0.02/0.00/0.32)	

CMYK percentages

%6.36
%1.73
%0
%32.16

Codes

Color #A2AAAD in popluar color models

A2AAAD
RGB162170173
HSL196°6.29%65.69%
HSB/HSV196°6.36%67.84%
CMYK6.36%1.73%0.00%
32.16%

Color #A2AAAD in popluar number systems.

HEXA2AAAD
Decimal162170173
Binary101000101010101010101101
Octal242252255

Shades and tints

Shades of #A2AAAD

#A2AAAD
(162,170,173)
#949B9E
(148,155,158)
#868C8F
(134,140,143)
#787D80
(120,125,128)
#6A6E71
(106,110,113)
#5C5F62
(92,95,98)
#4E5053
(78,80,83)
#404144
(64,65,68)
#323235
(50,50,53)
#242326
(36,35,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #A2AAAD

#A2AAAD
(162,170,173)
#AAB1B4
(170,177,180)
#B2B8BB
(178,184,187)
#BABFC2
(186,191,194)
#C2C6C9
(194,198,201)
#CACDD0
(202,205,208)
#D2D4D7
(210,212,215)
#DADBDE
(218,219,222)
#E2E2E5
(226,226,229)
#EAE9EC
(234,233,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AAAD; }

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

This text font color is #A2AAAD.


Background Color

.myBgColor { background-color: #A2AAAD; }

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

This div background color is #A2AAAD.


Border color

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

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

This div border color is #A2AAAD.


Opacity

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

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

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

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

This text has shadow with #A2AAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AAAD on black background.


Color preview on white background

This text has color #A2AAAD on white background.



Black color preview on #A2AAAD background

This text has black color on #A2AAAD background.


White color preview on #A2AAAD background

This text has white color on #A2AAAD background.