COLOR #A4A193

HEX: #A4A193
RGB: (164,161,147)

Color info

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

RGB color model

#A4A193 color RGB value is (164,161,147).

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

RGB channels and saturation

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

164
161
147

R + G + B ~ 62%. #A4A193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 147 = 472 (100%)
R 164 of 472 ~ 34.75%
G 161 of 472 ~ 34.11%
B 147 of 472 ~ 31.14%

%34.75
%34.11
%31.14

CMYK color model

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

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

CMYK percentages

%0
%1.83
%10.37
%35.69

Codes

Color #A4A193 in popluar color models

A4A193
RGB164161147
HSL49°8.54%60.98%
HSB/HSV49°10.37%64.31%
CMYK0.00%1.83%10.37%
35.69%

Color #A4A193 in popluar number systems.

HEXA4A193
Decimal164161147
Binary101001001010000110010011
Octal244241223

Shades and tints

Shades of #A4A193

#A4A193
(164,161,147)
#969386
(150,147,134)
#888579
(136,133,121)
#7A776C
(122,119,108)
#6C695F
(108,105,95)
#5E5B52
(94,91,82)
#504D45
(80,77,69)
#423F38
(66,63,56)
#34312B
(52,49,43)
#26231E
(38,35,30)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #A4A193

#A4A193
(164,161,147)
#ACA99C
(172,169,156)
#B4B1A5
(180,177,165)
#BCB9AE
(188,185,174)
#C4C1B7
(196,193,183)
#CCC9C0
(204,201,192)
#D4D1C9
(212,209,201)
#DCD9D2
(220,217,210)
#E4E1DB
(228,225,219)
#ECE9E4
(236,233,228)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A193; }

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

This text font color is #A4A193.


Background Color

.myBgColor { background-color: #A4A193; }

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

This div background color is #A4A193.


Border color

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

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

This div border color is #A4A193.


Opacity

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

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

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

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

This text has shadow with #A4A193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A193 on black background.


Color preview on white background

This text has color #A4A193 on white background.



Black color preview on #A4A193 background

This text has black color on #A4A193 background.


White color preview on #A4A193 background

This text has white color on #A4A193 background.