COLOR #A7A4A6

HEX: #A7A4A6 RGB: (167,164,166)

Color info

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

RGB color model

#A7A4A6 color RGB value is (167,164,166).

RGB: (167,164,166) (65%, 64%, 65%)

RGB channels and saturation

R 167 of 255 = 65%
G 164 of 255 = 64%
B 166 of 255 = 65%

167
164
166

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

Portions of RGB colors in percentages

R + G + B = 167 + 164 + 166 = 497 (100%)
R 167 of 497 ~ 33.6%
G 164 of 497 ~ 33%
B 166 of 497 ~ 33.4'%

%33.6
%33
%33.4

CMYK color model

#A7A4A6 color CMYK value is (0,2,1,35).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 0.60%
  • key color value is 34.51%

CMYK: (0,2,1,35)
C0M2Y1K35 (0%, 2%, 1%, 35%)
(0.00 / 0.02 / 0.01 / 0.35)

CMYK percentages

%0
%1.8
%0.6
%34.51

Codes

Color #A7A4A6 in popluar color models

A7 A4 A6
RGB 167 164 166
HSL 320° 1.68% 64.90%
HSB/HSV 320° 1.80% 65.49%
CMYK 0.00% 1.80% 0.60%
34.51%

Color #A7A4A6 in popluar number systems.

HEX A7 A4 A6
Decimal 167 164 166
Binary 10100111 10100100 10100110
Octal 247 244 246

Shades and tints

Shades of #A7A4A6

#A7A4A6
(167,164,166)
#989697
(152,150,151)
#898888
(137,136,136)
#7A7A79
(122,122,121)
#6B6C6A
(107,108,106)
#5C5E5B
(92,94,91)
#4D504C
(77,80,76)
#3E423D
(62,66,61)
#2F342E
(47,52,46)
#20261F
(32,38,31)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #A7A4A6

#A7A4A6
(167,164,166)
#AFACAE
(175,172,174)
#B7B4B6
(183,180,182)
#BFBCBE
(191,188,190)
#C7C4C6
(199,196,198)
#CFCCCE
(207,204,206)
#D7D4D6
(215,212,214)
#DFDCDE
(223,220,222)
#E7E4E6
(231,228,230)
#EFECEE
(239,236,238)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A4A6; }

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

This text font color is #A7A4A6.

Background Color

.myBgColor { background-color: #A7A4A6; }

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

This div background color is #A7A4A6.

Border color

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

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

This div border color is #A7A4A6.

Opacity

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

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

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

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

This text has shadow with #A7A4A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A4A6.

Preview

Color preview on black background

This text has color #A7A4A6 on black background.


Color preview on white background

This text has color #A7A4A6 on white background.


Black color preview on #A7A4A6 background

This text has black color on #A7A4A6 background.


White color preview on #A7A4A6 background

This text has white color on #A7A4A6 background.


Related colors

Complementary color

Complementary color for #hex is #585B59.


I love getcolorcode.com

Triadic colors

1 #A6A7A4 and #A4A6A7 with #A7A4A6 are triadic colors.

2 #A6A4A7 and #A4A7A6 with #A7A4A6 are triadic colors.