COLOR #A4AFAC

HEX: #A4AFAC
RGB: (164,175,172)

Color info

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

RGB color model

#A4AFAC color RGB value is (164,175,172).

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

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 172 of 255 = 67%

164
175
172

R + G + B ~ 67%. #A4AFAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 172 = 511 (100%)
R 164 of 511 ~ 32.09%
G 175 of 511 ~ 34.25%
B 172 of 511 ~ 33.66%

%32.09
%34.25
%33.66

CMYK color model

#A4AFAC color CMYK value is (6,0,2,31).

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 31.37%
CMYK:
(6,0,2,31)
C6M0Y2K31 
(6%,0%,2%,31%)
(0.06/0.00/0.02/0.31)	

CMYK percentages

%6.29
%0
%1.71
%31.37

Codes

Color #A4AFAC in popluar color models

A4AFAC
RGB164175172
HSL164°6.43%66.47%
HSB/HSV164°6.29%68.63%
CMYK6.29%0.00%1.71%
31.37%

Color #A4AFAC in popluar number systems.

HEXA4AFAC
Decimal164175172
Binary101001001010111110101100
Octal244257254

Shades and tints

Shades of #A4AFAC

#A4AFAC
(164,175,172)
#96A09D
(150,160,157)
#88918E
(136,145,142)
#7A827F
(122,130,127)
#6C7370
(108,115,112)
#5E6461
(94,100,97)
#505552
(80,85,82)
#424643
(66,70,67)
#343734
(52,55,52)
#262825
(38,40,37)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #A4AFAC

#A4AFAC
(164,175,172)
#ACB6B3
(172,182,179)
#B4BDBA
(180,189,186)
#BCC4C1
(188,196,193)
#C4CBC8
(196,203,200)
#CCD2CF
(204,210,207)
#D4D9D6
(212,217,214)
#DCE0DD
(220,224,221)
#E4E7E4
(228,231,228)
#ECEEEB
(236,238,235)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AFAC; }

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

This text font color is #A4AFAC.


Background Color

.myBgColor { background-color: #A4AFAC; }

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

This div background color is #A4AFAC.


Border color

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

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

This div border color is #A4AFAC.


Opacity

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

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

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

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

This text has shadow with #A4AFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AFAC on black background.


Color preview on white background

This text has color #A4AFAC on white background.



Black color preview on #A4AFAC background

This text has black color on #A4AFAC background.


White color preview on #A4AFAC background

This text has white color on #A4AFAC background.