COLOR #A4A1AD

HEX: #A4A1AD
RGB: (164,161,173)

Color info

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

RGB color model

#A4A1AD color RGB value is (164,161,173).

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

RGB channels and saturation

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

164
161
173

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

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 173 = 498 (100%)
R 164 of 498 ~ 32.93%
G 161 of 498 ~ 32.33%
B 173 of 498 ~ 34.74%

%32.93
%32.33
%34.74

CMYK color model

#A4A1AD color CMYK value is (5,7,0,32).

  • cyan value is 5.20%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(5,7,0,32)
C5M7Y0K32 
(5%,7%,0%,32%)
(0.05/0.07/0.00/0.32)	

CMYK percentages

%5.2
%6.94
%0
%32.16

Codes

Color #A4A1AD in popluar color models

A4A1AD
RGB164161173
HSL255°6.82%65.49%
HSB/HSV255°6.94%67.84%
CMYK5.20%6.94%0.00%
32.16%

Color #A4A1AD in popluar number systems.

HEXA4A1AD
Decimal164161173
Binary101001001010000110101101
Octal244241255

Shades and tints

Shades of #A4A1AD

#A4A1AD
(164,161,173)
#96939E
(150,147,158)
#88858F
(136,133,143)
#7A7780
(122,119,128)
#6C6971
(108,105,113)
#5E5B62
(94,91,98)
#504D53
(80,77,83)
#423F44
(66,63,68)
#343135
(52,49,53)
#262326
(38,35,38)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #A4A1AD

#A4A1AD
(164,161,173)
#ACA9B4
(172,169,180)
#B4B1BB
(180,177,187)
#BCB9C2
(188,185,194)
#C4C1C9
(196,193,201)
#CCC9D0
(204,201,208)
#D4D1D7
(212,209,215)
#DCD9DE
(220,217,222)
#E4E1E5
(228,225,229)
#ECE9EC
(236,233,236)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A1AD; }

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

This text font color is #A4A1AD.


Background Color

.myBgColor { background-color: #A4A1AD; }

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

This div background color is #A4A1AD.


Border color

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

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

This div border color is #A4A1AD.


Opacity

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

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

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

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

This text has shadow with #A4A1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A1AD on black background.


Color preview on white background

This text has color #A4A1AD on white background.



Black color preview on #A4A1AD background

This text has black color on #A4A1AD background.


White color preview on #A4A1AD background

This text has white color on #A4A1AD background.