COLOR #A7A2AE

HEX: #A7A2AE RGB: (167,162,174)

Color info

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

RGB color model

#A7A2AE color RGB value is (167,162,174).

RGB: (167,162,174) (65%, 64%, 68%)

RGB channels and saturation

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

167
162
174

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

Portions of RGB colors in percentages

R + G + B = 167 + 162 + 174 = 503 (100%)
R 167 of 503 ~ 33.2%
G 162 of 503 ~ 32.21%
B 174 of 503 ~ 34.59'%

%33.2
%32.21
%34.59

CMYK color model

#A7A2AE color CMYK value is (4,7,0,32).

  • cyan value is 4.02%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (4,7,0,32) C4M7Y0K32 (4%,7%,0%,32%) (0.04/0.07/0.00/0.32) 

CMYK percentages

%4.02
%6.9
%0
%31.76

Codes

Color #A7A2AE in popluar color models

A7 A2 AE
RGB 167 162 174
HSL 265° 6.90% 65.88%
HSB/HSV 265° 6.90% 68.24%
CMYK 4.02% 6.90% 0.00%
31.76%

Color #A7A2AE in popluar number systems.

HEX A7 A2 AE
Decimal 167 162 174
Binary 10100111 10100010 10101110
Octal 247 242 256

Shades and tints

Shades of #A7A2AE

#A7A2AE
(167,162,174)
#98949F
(152,148,159)
#898690
(137,134,144)
#7A7881
(122,120,129)
#6B6A72
(107,106,114)
#5C5C63
(92,92,99)
#4D4E54
(77,78,84)
#3E4045
(62,64,69)
#2F3236
(47,50,54)
#202427
(32,36,39)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #A7A2AE

#A7A2AE
(167,162,174)
#AFAAB5
(175,170,181)
#B7B2BC
(183,178,188)
#BFBAC3
(191,186,195)
#C7C2CA
(199,194,202)
#CFCAD1
(207,202,209)
#D7D2D8
(215,210,216)
#DFDADF
(223,218,223)
#E7E2E6
(231,226,230)
#EFEAED
(239,234,237)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A2AE; }

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

This text font color is #A7A2AE.

Background Color

.myBgColor { background-color: #A7A2AE; }

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

This div background color is #A7A2AE.

Border color

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

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

This div border color is #A7A2AE.

Opacity

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

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

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

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

This text has shadow with #A7A2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A2AE.

Preview

Color preview on black background

This text has color #A7A2AE on black background.


Color preview on white background

This text has color #A7A2AE on white background.


Black color preview on #A7A2AE background

This text has black color on #A7A2AE background.


White color preview on #A7A2AE background

This text has white color on #A7A2AE background.


Related colors

Complementary color

Complementary color for #hex is #585D51.


I love getcolorcode.com

Triadic colors

1 #AEA7A2 and #A2AEA7 with #A7A2AE are triadic colors.

2 #AEA2A7 and #A2A7AE with #A7A2AE are triadic colors.