COLOR #A2A1A4

HEX: #A2A1A4
RGB: (162,161,164)

Color info

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

RGB color model

#A2A1A4 color RGB value is (162,161,164).

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

RGB channels and saturation

R 162 of 255 = 64%
G 161 of 255 = 63%
B 164 of 255 = 64%

162
161
164

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

Portions of RGB colors in percentages

R + G + B =
162 + 161 + 164 = 487 (100%)
R 162 of 487 ~ 33.26%
G 161 of 487 ~ 33.06%
B 164 of 487 ~ 33.68%

%33.26
%33.06
%33.68

CMYK color model

#A2A1A4 color CMYK value is (1,2,0,36).

  • cyan value is 1.22%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(1,2,0,36)
C1M2Y0K36 
(1%,2%,0%,36%)
(0.01/0.02/0.00/0.36)	

CMYK percentages

%1.22
%1.83
%0
%35.69

Codes

Color #A2A1A4 in popluar color models

A2A1A4
RGB162161164
HSL260°1.62%63.73%
HSB/HSV260°1.83%64.31%
CMYK1.22%1.83%0.00%
35.69%

Color #A2A1A4 in popluar number systems.

HEXA2A1A4
Decimal162161164
Binary101000101010000110100100
Octal242241244

Shades and tints

Shades of #A2A1A4

#A2A1A4
(162,161,164)
#949396
(148,147,150)
#868588
(134,133,136)
#78777A
(120,119,122)
#6A696C
(106,105,108)
#5C5B5E
(92,91,94)
#4E4D50
(78,77,80)
#403F42
(64,63,66)
#323134
(50,49,52)
#242326
(36,35,38)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #A2A1A4

#A2A1A4
(162,161,164)
#AAA9AC
(170,169,172)
#B2B1B4
(178,177,180)
#BAB9BC
(186,185,188)
#C2C1C4
(194,193,196)
#CAC9CC
(202,201,204)
#D2D1D4
(210,209,212)
#DAD9DC
(218,217,220)
#E2E1E4
(226,225,228)
#EAE9EC
(234,233,236)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A1A4; }

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

This text font color is #A2A1A4.


Background Color

.myBgColor { background-color: #A2A1A4; }

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

This div background color is #A2A1A4.


Border color

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

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

This div border color is #A2A1A4.


Opacity

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

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

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

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

This text has shadow with #A2A1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A1A4 on black background.


Color preview on white background

This text has color #A2A1A4 on white background.



Black color preview on #A2A1A4 background

This text has black color on #A2A1A4 background.


White color preview on #A2A1A4 background

This text has white color on #A2A1A4 background.