COLOR #A2A1A7

HEX: #A2A1A7
RGB: (162,161,167)

Color info

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

RGB color model

#A2A1A7 color RGB value is (162,161,167).

  • red value is 162;
  • green value is 161;
  • blue value is 167.
RGB:
(162,161,167)
(64%,63%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 161 of 255 = 63%
B 167 of 255 = 65%

162
161
167

R + G + B ~ 64%. #A2A1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 161 + 167 = 490 (100%)
R 162 of 490 ~ 33.06%
G 161 of 490 ~ 32.86%
B 167 of 490 ~ 34.08%

%33.06
%32.86
%34.08

CMYK color model

#A2A1A7 color CMYK value is (3,4,0,35).

  • cyan value is 2.99%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(3,4,0,35)
C3M4Y0K35 
(3%,4%,0%,35%)
(0.03/0.04/0.00/0.35)	

CMYK percentages

%2.99
%3.59
%0
%34.51

Codes

Color #A2A1A7 in popluar color models

A2A1A7
RGB162161167
HSL250°3.30%64.31%
HSB/HSV250°3.59%65.49%
CMYK2.99%3.59%0.00%
34.51%

Color #A2A1A7 in popluar number systems.

HEXA2A1A7
Decimal162161167
Binary101000101010000110100111
Octal242241247

Shades and tints

Shades of #A2A1A7

#A2A1A7
(162,161,167)
#949398
(148,147,152)
#868589
(134,133,137)
#78777A
(120,119,122)
#6A696B
(106,105,107)
#5C5B5C
(92,91,92)
#4E4D4D
(78,77,77)
#403F3E
(64,63,62)
#32312F
(50,49,47)
#242320
(36,35,32)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #A2A1A7

#A2A1A7
(162,161,167)
#AAA9AF
(170,169,175)
#B2B1B7
(178,177,183)
#BAB9BF
(186,185,191)
#C2C1C7
(194,193,199)
#CAC9CF
(202,201,207)
#D2D1D7
(210,209,215)
#DAD9DF
(218,217,223)
#E2E1E7
(226,225,231)
#EAE9EF
(234,233,239)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A1A7 color. Also use rgb(162,161,167) instead hex code.

Text Font Color

.myTextColor { color: #A2A1A7; }

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

This text font color is #A2A1A7.


Background Color

.myBgColor { background-color: #A2A1A7; }

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

This div background color is #A2A1A7.


Border color

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

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

This div border color is #A2A1A7.


Opacity

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

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

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

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

This text has shadow with #A2A1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A1A7 on black background.


Color preview on white background

This text has color #A2A1A7 on white background.



Black color preview on #A2A1A7 background

This text has black color on #A2A1A7 background.


White color preview on #A2A1A7 background

This text has white color on #A2A1A7 background.