COLOR #A4A9AF

HEX: #A4A9AF
RGB: (164,169,175)

Color info

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

RGB color model

#A4A9AF color RGB value is (164,169,175).

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

RGB channels and saturation

R 164 of 255 = 64%
G 169 of 255 = 66%
B 175 of 255 = 69%

164
169
175

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

Portions of RGB colors in percentages

R + G + B =
164 + 169 + 175 = 508 (100%)
R 164 of 508 ~ 32.28%
G 169 of 508 ~ 33.27%
B 175 of 508 ~ 34.45%

%32.28
%33.27
%34.45

CMYK color model

#A4A9AF color CMYK value is (6,3,0,31).

  • cyan value is 6.29%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,3,0,31)
C6M3Y0K31 
(6%,3%,0%,31%)
(0.06/0.03/0.00/0.31)	

CMYK percentages

%6.29
%3.43
%0
%31.37

Codes

Color #A4A9AF in popluar color models

A4A9AF
RGB164169175
HSL213°6.43%66.47%
HSB/HSV213°6.29%68.63%
CMYK6.29%3.43%0.00%
31.37%

Color #A4A9AF in popluar number systems.

HEXA4A9AF
Decimal164169175
Binary101001001010100110101111
Octal244251257

Shades and tints

Shades of #A4A9AF

#A4A9AF
(164,169,175)
#969AA0
(150,154,160)
#888B91
(136,139,145)
#7A7C82
(122,124,130)
#6C6D73
(108,109,115)
#5E5E64
(94,94,100)
#504F55
(80,79,85)
#424046
(66,64,70)
#343137
(52,49,55)
#262228
(38,34,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #A4A9AF

#A4A9AF
(164,169,175)
#ACB0B6
(172,176,182)
#B4B7BD
(180,183,189)
#BCBEC4
(188,190,196)
#C4C5CB
(196,197,203)
#CCCCD2
(204,204,210)
#D4D3D9
(212,211,217)
#DCDAE0
(220,218,224)
#E4E1E7
(228,225,231)
#ECE8EE
(236,232,238)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A9AF; }

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

This text font color is #A4A9AF.


Background Color

.myBgColor { background-color: #A4A9AF; }

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

This div background color is #A4A9AF.


Border color

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

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

This div border color is #A4A9AF.


Opacity

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

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

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

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

This text has shadow with #A4A9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A9AF on black background.


Color preview on white background

This text has color #A4A9AF on white background.



Black color preview on #A4A9AF background

This text has black color on #A4A9AF background.


White color preview on #A4A9AF background

This text has white color on #A4A9AF background.