COLOR #A4A1A1

HEX: #A4A1A1
RGB: (164,161,161)

Color info

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

RGB color model

#A4A1A1 color RGB value is (164,161,161).

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

RGB channels and saturation

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

164
161
161

R + G + B ~ 63%. #A4A1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 161 = 486 (100%)
R 164 of 486 ~ 33.74%
G 161 of 486 ~ 33.13%
B 161 of 486 ~ 33.13%

%33.74
%33.13
%33.13

CMYK color model

#A4A1A1 color CMYK value is (0,2,2,36).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 1.83%
  • key color value is 35.69%
CMYK:
(0,2,2,36)
C0M2Y2K36 
(0%,2%,2%,36%)
(0.00/0.02/0.02/0.36)	

CMYK percentages

%0
%1.83
%1.83
%35.69

Codes

Color #A4A1A1 in popluar color models

A4A1A1
RGB164161161
HSL1.62%63.73%
HSB/HSV1.83%64.31%
CMYK0.00%1.83%1.83%
35.69%

Color #A4A1A1 in popluar number systems.

HEXA4A1A1
Decimal164161161
Binary101001001010000110100001
Octal244241241

Shades and tints

Shades of #A4A1A1

#A4A1A1
(164,161,161)
#969393
(150,147,147)
#888585
(136,133,133)
#7A7777
(122,119,119)
#6C6969
(108,105,105)
#5E5B5B
(94,91,91)
#504D4D
(80,77,77)
#423F3F
(66,63,63)
#343131
(52,49,49)
#262323
(38,35,35)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #A4A1A1

#A4A1A1
(164,161,161)
#ACA9A9
(172,169,169)
#B4B1B1
(180,177,177)
#BCB9B9
(188,185,185)
#C4C1C1
(196,193,193)
#CCC9C9
(204,201,201)
#D4D1D1
(212,209,209)
#DCD9D9
(220,217,217)
#E4E1E1
(228,225,225)
#ECE9E9
(236,233,233)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A1A1; }

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

This text font color is #A4A1A1.


Background Color

.myBgColor { background-color: #A4A1A1; }

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

This div background color is #A4A1A1.


Border color

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

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

This div border color is #A4A1A1.


Opacity

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

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

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

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

This text has shadow with #A4A1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A1A1 on black background.


Color preview on white background

This text has color #A4A1A1 on white background.



Black color preview on #A4A1A1 background

This text has black color on #A4A1A1 background.


White color preview on #A4A1A1 background

This text has white color on #A4A1A1 background.