COLOR #A4AFA6

HEX: #A4AFA6
RGB: (164,175,166)

Color info

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

RGB color model

#A4AFA6 color RGB value is (164,175,166).

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

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 166 of 255 = 65%

164
175
166

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

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 166 = 505 (100%)
R 164 of 505 ~ 32.48%
G 175 of 505 ~ 34.65%
B 166 of 505 ~ 32.87%

%32.48
%34.65
%32.87

CMYK color model

#A4AFA6 color CMYK value is (6,0,5,31).

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(6,0,5,31)
C6M0Y5K31 
(6%,0%,5%,31%)
(0.06/0.00/0.05/0.31)	

CMYK percentages

%6.29
%0
%5.14
%31.37

Codes

Color #A4AFA6 in popluar color models

A4AFA6
RGB164175166
HSL131°6.43%66.47%
HSB/HSV131°6.29%68.63%
CMYK6.29%0.00%5.14%
31.37%

Color #A4AFA6 in popluar number systems.

HEXA4AFA6
Decimal164175166
Binary101001001010111110100110
Octal244257246

Shades and tints

Shades of #A4AFA6

#A4AFA6
(164,175,166)
#96A097
(150,160,151)
#889188
(136,145,136)
#7A8279
(122,130,121)
#6C736A
(108,115,106)
#5E645B
(94,100,91)
#50554C
(80,85,76)
#42463D
(66,70,61)
#34372E
(52,55,46)
#26281F
(38,40,31)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #A4AFA6

#A4AFA6
(164,175,166)
#ACB6AE
(172,182,174)
#B4BDB6
(180,189,182)
#BCC4BE
(188,196,190)
#C4CBC6
(196,203,198)
#CCD2CE
(204,210,206)
#D4D9D6
(212,217,214)
#DCE0DE
(220,224,222)
#E4E7E6
(228,231,230)
#ECEEEE
(236,238,238)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AFA6; }

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

This text font color is #A4AFA6.


Background Color

.myBgColor { background-color: #A4AFA6; }

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

This div background color is #A4AFA6.


Border color

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

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

This div border color is #A4AFA6.


Opacity

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

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

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

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

This text has shadow with #A4AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AFA6 on black background.


Color preview on white background

This text has color #A4AFA6 on white background.



Black color preview on #A4AFA6 background

This text has black color on #A4AFA6 background.


White color preview on #A4AFA6 background

This text has white color on #A4AFA6 background.