COLOR #A2A7AF

HEX: #A2A7AF
RGB: (162,167,175)

Color info

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

RGB color model

#A2A7AF color RGB value is (162,167,175).

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

RGB channels and saturation

R 162 of 255 = 64%
G 167 of 255 = 65%
B 175 of 255 = 69%

162
167
175

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

Portions of RGB colors in percentages

R + G + B =
162 + 167 + 175 = 504 (100%)
R 162 of 504 ~ 32.14%
G 167 of 504 ~ 33.13%
B 175 of 504 ~ 34.72%

%32.14
%33.13
%34.72

CMYK color model

#A2A7AF color CMYK value is (7,5,0,31).

  • cyan value is 7.43%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(7,5,0,31)
C7M5Y0K31 
(7%,5%,0%,31%)
(0.07/0.05/0.00/0.31)	

CMYK percentages

%7.43
%4.57
%0
%31.37

Codes

Color #A2A7AF in popluar color models

A2A7AF
RGB162167175
HSL217°7.51%66.08%
HSB/HSV217°7.43%68.63%
CMYK7.43%4.57%0.00%
31.37%

Color #A2A7AF in popluar number systems.

HEXA2A7AF
Decimal162167175
Binary101000101010011110101111
Octal242247257

Shades and tints

Shades of #A2A7AF

#A2A7AF
(162,167,175)
#9498A0
(148,152,160)
#868991
(134,137,145)
#787A82
(120,122,130)
#6A6B73
(106,107,115)
#5C5C64
(92,92,100)
#4E4D55
(78,77,85)
#403E46
(64,62,70)
#322F37
(50,47,55)
#242028
(36,32,40)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #A2A7AF

#A2A7AF
(162,167,175)
#AAAFB6
(170,175,182)
#B2B7BD
(178,183,189)
#BABFC4
(186,191,196)
#C2C7CB
(194,199,203)
#CACFD2
(202,207,210)
#D2D7D9
(210,215,217)
#DADFE0
(218,223,224)
#E2E7E7
(226,231,231)
#EAEFEE
(234,239,238)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A7AF; }

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

This text font color is #A2A7AF.


Background Color

.myBgColor { background-color: #A2A7AF; }

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

This div background color is #A2A7AF.


Border color

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

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

This div border color is #A2A7AF.


Opacity

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

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

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

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

This text has shadow with #A2A7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A7AF on black background.


Color preview on white background

This text has color #A2A7AF on white background.



Black color preview on #A2A7AF background

This text has black color on #A2A7AF background.


White color preview on #A2A7AF background

This text has white color on #A2A7AF background.