COLOR #A7A6AD

HEX: #A7A6AD
RGB: (167,166,173)

Color info

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

RGB color model

#A7A6AD color RGB value is (167,166,173).

  • red value is 167;
  • green value is 166;
  • blue value is 173.
RGB:
(167,166,173)
(65%,65%,68%)

RGB channels and saturation

R 167 of 255 = 65%
G 166 of 255 = 65%
B 173 of 255 = 68%

167
166
173

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

Portions of RGB colors in percentages

R + G + B =
167 + 166 + 173 = 506 (100%)
R 167 of 506 ~ 33%
G 166 of 506 ~ 32.81%
B 173 of 506 ~ 34.19%

%33
%32.81
%34.19

CMYK color model

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

  • cyan value is 3.47%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,4,0,32)
C3M4Y0K32 
(3%,4%,0%,32%)
(0.03/0.04/0.00/0.32)	

CMYK percentages

%3.47
%4.05
%0
%32.16

Codes

Color #A7A6AD in popluar color models

A7A6AD
RGB167166173
HSL249°4.09%66.47%
HSB/HSV249°4.05%67.84%
CMYK3.47%4.05%0.00%
32.16%

Color #A7A6AD in popluar number systems.

HEXA7A6AD
Decimal167166173
Binary101001111010011010101101
Octal247246255

Shades and tints

Shades of #A7A6AD

#A7A6AD
(167,166,173)
#98979E
(152,151,158)
#89888F
(137,136,143)
#7A7980
(122,121,128)
#6B6A71
(107,106,113)
#5C5B62
(92,91,98)
#4D4C53
(77,76,83)
#3E3D44
(62,61,68)
#2F2E35
(47,46,53)
#201F26
(32,31,38)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #A7A6AD

#A7A6AD
(167,166,173)
#AFAEB4
(175,174,180)
#B7B6BB
(183,182,187)
#BFBEC2
(191,190,194)
#C7C6C9
(199,198,201)
#CFCED0
(207,206,208)
#D7D6D7
(215,214,215)
#DFDEDE
(223,222,222)
#E7E6E5
(231,230,229)
#EFEEEC
(239,238,236)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A6AD; }

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

This text font color is #A7A6AD.


Background Color

.myBgColor { background-color: #A7A6AD; }

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

This div background color is #A7A6AD.


Border color

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

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

This div border color is #A7A6AD.


Opacity

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

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

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

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

This text has shadow with #A7A6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A6AD on black background.


Color preview on white background

This text has color #A7A6AD on white background.



Black color preview on #A7A6AD background

This text has black color on #A7A6AD background.


White color preview on #A7A6AD background

This text has white color on #A7A6AD background.