COLOR #A4A1AC

HEX: #A4A1AC
RGB: (164,161,172)

Color info

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

RGB color model

#A4A1AC color RGB value is (164,161,172).

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

RGB channels and saturation

R 164 of 255 = 64%
G 161 of 255 = 63%
B 172 of 255 = 67%

164
161
172

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

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 172 = 497 (100%)
R 164 of 497 ~ 33%
G 161 of 497 ~ 32.39%
B 172 of 497 ~ 34.61%

%33
%32.39
%34.61

CMYK color model

#A4A1AC color CMYK value is (5,6,0,33).

  • cyan value is 4.65%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(5,6,0,33)
C5M6Y0K33 
(5%,6%,0%,33%)
(0.05/0.06/0.00/0.33)	

CMYK percentages

%4.65
%6.4
%0
%32.55

Codes

Color #A4A1AC in popluar color models

A4A1AC
RGB164161172
HSL256°6.21%65.29%
HSB/HSV256°6.40%67.45%
CMYK4.65%6.40%0.00%
32.55%

Color #A4A1AC in popluar number systems.

HEXA4A1AC
Decimal164161172
Binary101001001010000110101100
Octal244241254

Shades and tints

Shades of #A4A1AC

#A4A1AC
(164,161,172)
#96939D
(150,147,157)
#88858E
(136,133,142)
#7A777F
(122,119,127)
#6C6970
(108,105,112)
#5E5B61
(94,91,97)
#504D52
(80,77,82)
#423F43
(66,63,67)
#343134
(52,49,52)
#262325
(38,35,37)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #A4A1AC

#A4A1AC
(164,161,172)
#ACA9B3
(172,169,179)
#B4B1BA
(180,177,186)
#BCB9C1
(188,185,193)
#C4C1C8
(196,193,200)
#CCC9CF
(204,201,207)
#D4D1D6
(212,209,214)
#DCD9DD
(220,217,221)
#E4E1E4
(228,225,228)
#ECE9EB
(236,233,235)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A1AC; }

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

This text font color is #A4A1AC.


Background Color

.myBgColor { background-color: #A4A1AC; }

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

This div background color is #A4A1AC.


Border color

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

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

This div border color is #A4A1AC.


Opacity

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

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

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

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

This text has shadow with #A4A1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A1AC on black background.


Color preview on white background

This text has color #A4A1AC on white background.



Black color preview on #A4A1AC background

This text has black color on #A4A1AC background.


White color preview on #A4A1AC background

This text has white color on #A4A1AC background.