COLOR #A7A5AD

HEX: #A7A5AD
RGB: (167,165,173)

Color info

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

RGB color model

#A7A5AD color RGB value is (167,165,173).

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

RGB channels and saturation

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

167
165
173

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

Portions of RGB colors in percentages

R + G + B =
167 + 165 + 173 = 505 (100%)
R 167 of 505 ~ 33.07%
G 165 of 505 ~ 32.67%
B 173 of 505 ~ 34.26%

%33.07
%32.67
%34.26

CMYK color model

#A7A5AD color CMYK value is (3,5,0,32).

  • cyan value is 3.47%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,5,0,32)
C3M5Y0K32 
(3%,5%,0%,32%)
(0.03/0.05/0.00/0.32)	

CMYK percentages

%3.47
%4.62
%0
%32.16

Codes

Color #A7A5AD in popluar color models

A7A5AD
RGB167165173
HSL255°4.65%66.27%
HSB/HSV255°4.62%67.84%
CMYK3.47%4.62%0.00%
32.16%

Color #A7A5AD in popluar number systems.

HEXA7A5AD
Decimal167165173
Binary101001111010010110101101
Octal247245255

Shades and tints

Shades of #A7A5AD

#A7A5AD
(167,165,173)
#98969E
(152,150,158)
#89878F
(137,135,143)
#7A7880
(122,120,128)
#6B6971
(107,105,113)
#5C5A62
(92,90,98)
#4D4B53
(77,75,83)
#3E3C44
(62,60,68)
#2F2D35
(47,45,53)
#201E26
(32,30,38)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #A7A5AD

#A7A5AD
(167,165,173)
#AFADB4
(175,173,180)
#B7B5BB
(183,181,187)
#BFBDC2
(191,189,194)
#C7C5C9
(199,197,201)
#CFCDD0
(207,205,208)
#D7D5D7
(215,213,215)
#DFDDDE
(223,221,222)
#E7E5E5
(231,229,229)
#EFEDEC
(239,237,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A5AD; }

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

This text font color is #A7A5AD.


Background Color

.myBgColor { background-color: #A7A5AD; }

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

This div background color is #A7A5AD.


Border color

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

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

This div border color is #A7A5AD.


Opacity

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

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

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

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

This text has shadow with #A7A5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A5AD on black background.


Color preview on white background

This text has color #A7A5AD on white background.



Black color preview on #A7A5AD background

This text has black color on #A7A5AD background.


White color preview on #A7A5AD background

This text has white color on #A7A5AD background.