COLOR #A7A9AE

HEX: #A7A9AE RGB: (167,169,174)

Color info

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

RGB color model

#A7A9AE color RGB value is (167,169,174).

RGB: (167,169,174) (65%, 66%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 174 of 255 = 68%

167
169
174

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

Portions of RGB colors in percentages

R + G + B = 167 + 169 + 174 = 510 (100%)
R 167 of 510 ~ 32.75%
G 169 of 510 ~ 33.14%
B 174 of 510 ~ 34.12'%

%32.75
%33.14
%34.12

CMYK color model

#A7A9AE color CMYK value is (4,3,0,32).

  • cyan value is 4.02%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (4,3,0,32)
C4M3Y0K32 (4%, 3%, 0%, 32%)
(0.04 / 0.03 / 0.00 / 0.32)

CMYK percentages

%4.02
%2.87
%0
%31.76

Codes

Color #A7A9AE in popluar color models

A7 A9 AE
RGB 167 169 174
HSL 223° 4.14% 66.86%
HSB/HSV 223° 4.02% 68.24%
CMYK 4.02% 2.87% 0.00%
31.76%

Color #A7A9AE in popluar number systems.

HEX A7 A9 AE
Decimal 167 169 174
Binary 10100111 10101001 10101110
Octal 247 251 256

Shades and tints

Shades of #A7A9AE

#A7A9AE
(167,169,174)
#989A9F
(152,154,159)
#898B90
(137,139,144)
#7A7C81
(122,124,129)
#6B6D72
(107,109,114)
#5C5E63
(92,94,99)
#4D4F54
(77,79,84)
#3E4045
(62,64,69)
#2F3136
(47,49,54)
#202227
(32,34,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #A7A9AE

#A7A9AE
(167,169,174)
#AFB0B5
(175,176,181)
#B7B7BC
(183,183,188)
#BFBEC3
(191,190,195)
#C7C5CA
(199,197,202)
#CFCCD1
(207,204,209)
#D7D3D8
(215,211,216)
#DFDADF
(223,218,223)
#E7E1E6
(231,225,230)
#EFE8ED
(239,232,237)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A9AE; }

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

This text font color is #A7A9AE.

Background Color

.myBgColor { background-color: #A7A9AE; }

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

This div background color is #A7A9AE.

Border color

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

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

This div border color is #A7A9AE.

Opacity

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

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

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

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

This text has shadow with #A7A9AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A9AE.

Preview

Color preview on black background

This text has color #A7A9AE on black background.


Color preview on white background

This text has color #A7A9AE on white background.


Black color preview on #A7A9AE background

This text has black color on #A7A9AE background.


White color preview on #A7A9AE background

This text has white color on #A7A9AE background.


Related colors

Complementary color

Complementary color for #hex is #585651.


I love getcolorcode.com

Triadic colors

1 #AEA7A9 and #A9AEA7 with #A7A9AE are triadic colors.

2 #AEA9A7 and #A9A7AE with #A7A9AE are triadic colors.