COLOR #A7A7AE

HEX: #A7A7AE RGB: (167,167,174)

Color info

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

RGB color model

#A7A7AE color RGB value is (167,167,174).

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

RGB channels and saturation

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

167
167
174

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

Portions of RGB colors in percentages

R + G + B = 167 + 167 + 174 = 508 (100%)
R 167 of 508 ~ 32.87%
G 167 of 508 ~ 32.87%
B 174 of 508 ~ 34.25'%

%32.87
%32.87
%34.25

CMYK color model

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

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

CMYK: (4,4,0,32)
C4M4Y0K32 (4%, 4%, 0%, 32%)
(0.04 / 0.04 / 0.00 / 0.32)

CMYK percentages

%4.02
%4.02
%0
%31.76

Codes

Color #A7A7AE in popluar color models

A7 A7 AE
RGB 167 167 174
HSL 240° 4.14% 66.86%
HSB/HSV 240° 4.02% 68.24%
CMYK 4.02% 4.02% 0.00%
31.76%

Color #A7A7AE in popluar number systems.

HEX A7 A7 AE
Decimal 167 167 174
Binary 10100111 10100111 10101110
Octal 247 247 256

Shades and tints

Shades of #A7A7AE

#A7A7AE
(167,167,174)
#98989F
(152,152,159)
#898990
(137,137,144)
#7A7A81
(122,122,129)
#6B6B72
(107,107,114)
#5C5C63
(92,92,99)
#4D4D54
(77,77,84)
#3E3E45
(62,62,69)
#2F2F36
(47,47,54)
#202027
(32,32,39)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #A7A7AE

#A7A7AE
(167,167,174)
#AFAFB5
(175,175,181)
#B7B7BC
(183,183,188)
#BFBFC3
(191,191,195)
#C7C7CA
(199,199,202)
#CFCFD1
(207,207,209)
#D7D7D8
(215,215,216)
#DFDFDF
(223,223,223)
#E7E7E6
(231,231,230)
#EFEFED
(239,239,237)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A7AE; }

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

This text font color is #A7A7AE.

Background Color

.myBgColor { background-color: #A7A7AE; }

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

This div background color is #A7A7AE.

Border color

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

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

This div border color is #A7A7AE.

Opacity

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

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

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

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

This text has shadow with #A7A7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A7AE.

Preview

Color preview on black background

This text has color #A7A7AE on black background.


Color preview on white background

This text has color #A7A7AE on white background.


Black color preview on #A7A7AE background

This text has black color on #A7A7AE background.


White color preview on #A7A7AE background

This text has white color on #A7A7AE background.


Related colors

Complementary color

Complementary color for #hex is #585851.


I love getcolorcode.com