COLOR #A4A19D

HEX: #A4A19D
RGB: (164,161,157)

Color info

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

RGB color model

#A4A19D color RGB value is (164,161,157).

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

RGB channels and saturation

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

164
161
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 157 = 482 (100%)
R 164 of 482 ~ 34.02%
G 161 of 482 ~ 33.4%
B 157 of 482 ~ 32.57%

%34.02
%33.4
%32.57

CMYK color model

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

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

CMYK percentages

%0
%1.83
%4.27
%35.69

Codes

Color #A4A19D in popluar color models

A4A19D
RGB164161157
HSL34°3.70%62.94%
HSB/HSV34°4.27%64.31%
CMYK0.00%1.83%4.27%
35.69%

Color #A4A19D in popluar number systems.

HEXA4A19D
Decimal164161157
Binary101001001010000110011101
Octal244241235

Shades and tints

Shades of #A4A19D

#A4A19D
(164,161,157)
#96938F
(150,147,143)
#888581
(136,133,129)
#7A7773
(122,119,115)
#6C6965
(108,105,101)
#5E5B57
(94,91,87)
#504D49
(80,77,73)
#423F3B
(66,63,59)
#34312D
(52,49,45)
#26231F
(38,35,31)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #A4A19D

#A4A19D
(164,161,157)
#ACA9A5
(172,169,165)
#B4B1AD
(180,177,173)
#BCB9B5
(188,185,181)
#C4C1BD
(196,193,189)
#CCC9C5
(204,201,197)
#D4D1CD
(212,209,205)
#DCD9D5
(220,217,213)
#E4E1DD
(228,225,221)
#ECE9E5
(236,233,229)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A19D; }

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

This text font color is #A4A19D.


Background Color

.myBgColor { background-color: #A4A19D; }

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

This div background color is #A4A19D.


Border color

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

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

This div border color is #A4A19D.


Opacity

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

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

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

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

This text has shadow with #A4A19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A19D on black background.


Color preview on white background

This text has color #A4A19D on white background.



Black color preview on #A4A19D background

This text has black color on #A4A19D background.


White color preview on #A4A19D background

This text has white color on #A4A19D background.