COLOR #A7A3A6

HEX: #A7A3A6 RGB: (167,163,166)

Color info

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

RGB color model

#A7A3A6 color RGB value is (167,163,166).

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

RGB channels and saturation

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

167
163
166

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

Portions of RGB colors in percentages

R + G + B = 167 + 163 + 166 = 496 (100%)
R 167 of 496 ~ 33.67%
G 163 of 496 ~ 32.86%
B 166 of 496 ~ 33.47'%

%33.67
%32.86
%33.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.40%
  • 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
%2.4
%0.6
%34.51

Codes

Color #A7A3A6 in popluar color models

A7 A3 A6
RGB 167 163 166
HSL 315° 2.22% 64.71%
HSB/HSV 315° 2.40% 65.49%
CMYK 0.00% 2.40% 0.60%
34.51%

Color #A7A3A6 in popluar number systems.

HEX A7 A3 A6
Decimal 167 163 166
Binary 10100111 10100011 10100110
Octal 247 243 246

Shades and tints

Shades of #A7A3A6

#A7A3A6
(167,163,166)
#989597
(152,149,151)
#898788
(137,135,136)
#7A7979
(122,121,121)
#6B6B6A
(107,107,106)
#5C5D5B
(92,93,91)
#4D4F4C
(77,79,76)
#3E413D
(62,65,61)
#2F332E
(47,51,46)
#20251F
(32,37,31)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #A7A3A6

#A7A3A6
(167,163,166)
#AFABAE
(175,171,174)
#B7B3B6
(183,179,182)
#BFBBBE
(191,187,190)
#C7C3C6
(199,195,198)
#CFCBCE
(207,203,206)
#D7D3D6
(215,211,214)
#DFDBDE
(223,219,222)
#E7E3E6
(231,227,230)
#EFEBEE
(239,235,238)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A3A6; }

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

This text font color is #A7A3A6.

Background Color

.myBgColor { background-color: #A7A3A6; }

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

This div background color is #A7A3A6.

Border color

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

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

This div border color is #A7A3A6.

Opacity

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

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

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

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

This text has shadow with #A7A3A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A3A6.

Preview

Color preview on black background

This text has color #A7A3A6 on black background.


Color preview on white background

This text has color #A7A3A6 on white background.


Black color preview on #A7A3A6 background

This text has black color on #A7A3A6 background.


White color preview on #A7A3A6 background

This text has white color on #A7A3A6 background.


Related colors

Complementary color

Complementary color for #hex is #585C59.


I love getcolorcode.com

Triadic colors

1 #A6A7A3 and #A3A6A7 with #A7A3A6 are triadic colors.

2 #A6A3A7 and #A3A7A6 with #A7A3A6 are triadic colors.