COLOR #A2A7AB

HEX: #A2A7AB
RGB: (162,167,171)

Color info

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

RGB color model

#A2A7AB color RGB value is (162,167,171).

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

RGB channels and saturation

R 162 of 255 = 64%
G 167 of 255 = 65%
B 171 of 255 = 67%

162
167
171

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

Portions of RGB colors in percentages

R + G + B =
162 + 167 + 171 = 500 (100%)
R 162 of 500 ~ 32.4%
G 167 of 500 ~ 33.4%
B 171 of 500 ~ 34.2%

%32.4
%33.4
%34.2

CMYK color model

#A2A7AB color CMYK value is (5,2,0,33).

  • cyan value is 5.26%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(5,2,0,33)
C5M2Y0K33 
(5%,2%,0%,33%)
(0.05/0.02/0.00/0.33)	

CMYK percentages

%5.26
%2.34
%0
%32.94

Codes

Color #A2A7AB in popluar color models

A2A7AB
RGB162167171
HSL207°5.08%65.29%
HSB/HSV207°5.26%67.06%
CMYK5.26%2.34%0.00%
32.94%

Color #A2A7AB in popluar number systems.

HEXA2A7AB
Decimal162167171
Binary101000101010011110101011
Octal242247253

Shades and tints

Shades of #A2A7AB

#A2A7AB
(162,167,171)
#94989C
(148,152,156)
#86898D
(134,137,141)
#787A7E
(120,122,126)
#6A6B6F
(106,107,111)
#5C5C60
(92,92,96)
#4E4D51
(78,77,81)
#403E42
(64,62,66)
#322F33
(50,47,51)
#242024
(36,32,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #A2A7AB

#A2A7AB
(162,167,171)
#AAAFB2
(170,175,178)
#B2B7B9
(178,183,185)
#BABFC0
(186,191,192)
#C2C7C7
(194,199,199)
#CACFCE
(202,207,206)
#D2D7D5
(210,215,213)
#DADFDC
(218,223,220)
#E2E7E3
(226,231,227)
#EAEFEA
(234,239,234)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A7AB; }

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

This text font color is #A2A7AB.


Background Color

.myBgColor { background-color: #A2A7AB; }

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

This div background color is #A2A7AB.


Border color

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

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

This div border color is #A2A7AB.


Opacity

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

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

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

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

This text has shadow with #A2A7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A7AB on black background.


Color preview on white background

This text has color #A2A7AB on white background.



Black color preview on #A2A7AB background

This text has black color on #A2A7AB background.


White color preview on #A2A7AB background

This text has white color on #A2A7AB background.