COLOR #A9A7A4

HEX: #A9A7A4
RGB: (169,167,164)

Color info

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

RGB color model

#A9A7A4 color RGB value is (169,167,164).

  • red value is 169;
  • green value is 167;
  • blue value is 164.
RGB:
(169,167,164)
(66%,65%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 167 of 255 = 65%
B 164 of 255 = 64%

169
167
164

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

Portions of RGB colors in percentages

R + G + B =
169 + 167 + 164 = 500 (100%)
R 169 of 500 ~ 33.8%
G 167 of 500 ~ 33.4%
B 164 of 500 ~ 32.8%

%33.8
%33.4
%32.8

CMYK color model

#A9A7A4 color CMYK value is (0,1,3,34).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 2.96%
  • key color value is 33.73%
CMYK:
(0,1,3,34)
C0M1Y3K34 
(0%,1%,3%,34%)
(0.00/0.01/0.03/0.34)	

CMYK percentages

%0
%1.18
%2.96
%33.73

Codes

Color #A9A7A4 in popluar color models

A9A7A4
RGB169167164
HSL36°2.82%65.29%
HSB/HSV36°2.96%66.27%
CMYK0.00%1.18%2.96%
33.73%

Color #A9A7A4 in popluar number systems.

HEXA9A7A4
Decimal169167164
Binary101010011010011110100100
Octal251247244

Shades and tints

Shades of #A9A7A4

#A9A7A4
(169,167,164)
#9A9896
(154,152,150)
#8B8988
(139,137,136)
#7C7A7A
(124,122,122)
#6D6B6C
(109,107,108)
#5E5C5E
(94,92,94)
#4F4D50
(79,77,80)
#403E42
(64,62,66)
#312F34
(49,47,52)
#222026
(34,32,38)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #A9A7A4

#A9A7A4
(169,167,164)
#B0AFAC
(176,175,172)
#B7B7B4
(183,183,180)
#BEBFBC
(190,191,188)
#C5C7C4
(197,199,196)
#CCCFCC
(204,207,204)
#D3D7D4
(211,215,212)
#DADFDC
(218,223,220)
#E1E7E4
(225,231,228)
#E8EFEC
(232,239,236)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A7A4; }

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

This text font color is #A9A7A4.


Background Color

.myBgColor { background-color: #A9A7A4; }

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

This div background color is #A9A7A4.


Border color

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

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

This div border color is #A9A7A4.


Opacity

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

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

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

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

This text has shadow with #A9A7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A7A4 on black background.


Color preview on white background

This text has color #A9A7A4 on white background.



Black color preview on #A9A7A4 background

This text has black color on #A9A7A4 background.


White color preview on #A9A7A4 background

This text has white color on #A9A7A4 background.