COLOR #A4AFA7

HEX: #A4AFA7
RGB: (164,175,167)

Color info

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

RGB color model

#A4AFA7 color RGB value is (164,175,167).

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

RGB channels and saturation

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

164
175
167

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

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 167 = 506 (100%)
R 164 of 506 ~ 32.41%
G 175 of 506 ~ 34.58%
B 167 of 506 ~ 33%

%32.41
%34.58
%33

CMYK color model

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

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • 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
%4.57
%31.37

Codes

Color #A4AFA7 in popluar color models

A4AFA7
RGB164175167
HSL136°6.43%66.47%
HSB/HSV136°6.29%68.63%
CMYK6.29%0.00%4.57%
31.37%

Color #A4AFA7 in popluar number systems.

HEXA4AFA7
Decimal164175167
Binary101001001010111110100111
Octal244257247

Shades and tints

Shades of #A4AFA7

#A4AFA7
(164,175,167)
#96A098
(150,160,152)
#889189
(136,145,137)
#7A827A
(122,130,122)
#6C736B
(108,115,107)
#5E645C
(94,100,92)
#50554D
(80,85,77)
#42463E
(66,70,62)
#34372F
(52,55,47)
#262820
(38,40,32)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #A4AFA7

#A4AFA7
(164,175,167)
#ACB6AF
(172,182,175)
#B4BDB7
(180,189,183)
#BCC4BF
(188,196,191)
#C4CBC7
(196,203,199)
#CCD2CF
(204,210,207)
#D4D9D7
(212,217,215)
#DCE0DF
(220,224,223)
#E4E7E7
(228,231,231)
#ECEEEF
(236,238,239)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AFA7; }

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

This text font color is #A4AFA7.


Background Color

.myBgColor { background-color: #A4AFA7; }

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

This div background color is #A4AFA7.


Border color

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

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

This div border color is #A4AFA7.


Opacity

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

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

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

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

This text has shadow with #A4AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AFA7 on black background.


Color preview on white background

This text has color #A4AFA7 on white background.



Black color preview on #A4AFA7 background

This text has black color on #A4AFA7 background.


White color preview on #A4AFA7 background

This text has white color on #A4AFA7 background.