COLOR #A2A7A7

HEX: #A2A7A7
RGB: (162,167,167)

Color info

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

RGB color model

#A2A7A7 color RGB value is (162,167,167).

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

RGB channels and saturation

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

162
167
167

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

Portions of RGB colors in percentages

R + G + B =
162 + 167 + 167 = 496 (100%)
R 162 of 496 ~ 32.66%
G 167 of 496 ~ 33.67%
B 167 of 496 ~ 33.67%

%32.66
%33.67
%33.67

CMYK color model

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

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

CMYK percentages

%2.99
%0
%0
%34.51

Codes

Color #A2A7A7 in popluar color models

A2A7A7
RGB162167167
HSL180°2.76%64.51%
HSB/HSV180°2.99%65.49%
CMYK2.99%0.00%0.00%
34.51%

Color #A2A7A7 in popluar number systems.

HEXA2A7A7
Decimal162167167
Binary101000101010011110100111
Octal242247247

Shades and tints

Shades of #A2A7A7

#A2A7A7
(162,167,167)
#949898
(148,152,152)
#868989
(134,137,137)
#787A7A
(120,122,122)
#6A6B6B
(106,107,107)
#5C5C5C
(92,92,92)
#4E4D4D
(78,77,77)
#403E3E
(64,62,62)
#322F2F
(50,47,47)
#242020
(36,32,32)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #A2A7A7

#A2A7A7
(162,167,167)
#AAAFAF
(170,175,175)
#B2B7B7
(178,183,183)
#BABFBF
(186,191,191)
#C2C7C7
(194,199,199)
#CACFCF
(202,207,207)
#D2D7D7
(210,215,215)
#DADFDF
(218,223,223)
#E2E7E7
(226,231,231)
#EAEFEF
(234,239,239)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A7A7; }

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

This text font color is #A2A7A7.


Background Color

.myBgColor { background-color: #A2A7A7; }

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

This div background color is #A2A7A7.


Border color

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

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

This div border color is #A2A7A7.


Opacity

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

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

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

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

This text has shadow with #A2A7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A7A7 on black background.


Color preview on white background

This text has color #A2A7A7 on white background.



Black color preview on #A2A7A7 background

This text has black color on #A2A7A7 background.


White color preview on #A2A7A7 background

This text has white color on #A2A7A7 background.