COLOR #A4A19B

HEX: #A4A19B
RGB: (164,161,155)

Color info

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

RGB color model

#A4A19B color RGB value is (164,161,155).

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

RGB channels and saturation

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

164
161
155

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

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 155 = 480 (100%)
R 164 of 480 ~ 34.17%
G 161 of 480 ~ 33.54%
B 155 of 480 ~ 32.29%

%34.17
%33.54
%32.29

CMYK color model

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

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

CMYK percentages

%0
%1.83
%5.49
%35.69

Codes

Color #A4A19B in popluar color models

A4A19B
RGB164161155
HSL40°4.71%62.55%
HSB/HSV40°5.49%64.31%
CMYK0.00%1.83%5.49%
35.69%

Color #A4A19B in popluar number systems.

HEXA4A19B
Decimal164161155
Binary101001001010000110011011
Octal244241233

Shades and tints

Shades of #A4A19B

#A4A19B
(164,161,155)
#96938D
(150,147,141)
#88857F
(136,133,127)
#7A7771
(122,119,113)
#6C6963
(108,105,99)
#5E5B55
(94,91,85)
#504D47
(80,77,71)
#423F39
(66,63,57)
#34312B
(52,49,43)
#26231D
(38,35,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A4A19B

#A4A19B
(164,161,155)
#ACA9A4
(172,169,164)
#B4B1AD
(180,177,173)
#BCB9B6
(188,185,182)
#C4C1BF
(196,193,191)
#CCC9C8
(204,201,200)
#D4D1D1
(212,209,209)
#DCD9DA
(220,217,218)
#E4E1E3
(228,225,227)
#ECE9EC
(236,233,236)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A19B; }

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

This text font color is #A4A19B.


Background Color

.myBgColor { background-color: #A4A19B; }

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

This div background color is #A4A19B.


Border color

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

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

This div border color is #A4A19B.


Opacity

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

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

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

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

This text has shadow with #A4A19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A19B on black background.


Color preview on white background

This text has color #A4A19B on white background.



Black color preview on #A4A19B background

This text has black color on #A4A19B background.


White color preview on #A4A19B background

This text has white color on #A4A19B background.