COLOR #A4ADA1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

164
173
161

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

Portions of RGB colors in percentages

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

%32.93
%34.74
%32.33

CMYK color model

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

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

CMYK percentages

%5.2
%0
%6.94
%32.16

Codes

Color #A4ADA1 in popluar color models

A4ADA1
RGB164173161
HSL105°6.82%65.49%
HSB/HSV105°6.94%67.84%
CMYK5.20%0.00%6.94%
32.16%

Color #A4ADA1 in popluar number systems.

HEXA4ADA1
Decimal164173161
Binary101001001010110110100001
Octal244255241

Shades and tints

Shades of #A4ADA1

#A4ADA1
(164,173,161)
#969E93
(150,158,147)
#888F85
(136,143,133)
#7A8077
(122,128,119)
#6C7169
(108,113,105)
#5E625B
(94,98,91)
#50534D
(80,83,77)
#42443F
(66,68,63)
#343531
(52,53,49)
#262623
(38,38,35)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #A4ADA1

#A4ADA1
(164,173,161)
#ACB4A9
(172,180,169)
#B4BBB1
(180,187,177)
#BCC2B9
(188,194,185)
#C4C9C1
(196,201,193)
#CCD0C9
(204,208,201)
#D4D7D1
(212,215,209)
#DCDED9
(220,222,217)
#E4E5E1
(228,229,225)
#ECECE9
(236,236,233)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ADA1; }

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

This text font color is #A4ADA1.


Background Color

.myBgColor { background-color: #A4ADA1; }

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

This div background color is #A4ADA1.


Border color

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

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

This div border color is #A4ADA1.


Opacity

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

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

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

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

This text has shadow with #A4ADA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ADA1 on black background.


Color preview on white background

This text has color #A4ADA1 on white background.



Black color preview on #A4ADA1 background

This text has black color on #A4ADA1 background.


White color preview on #A4ADA1 background

This text has white color on #A4ADA1 background.