COLOR #A4A493

HEX: #A4A493
RGB: (164,164,147)

Color info

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

RGB color model

#A4A493 color RGB value is (164,164,147).

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

RGB channels and saturation

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

164
164
147

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

Portions of RGB colors in percentages

R + G + B =
164 + 164 + 147 = 475 (100%)
R 164 of 475 ~ 34.53%
G 164 of 475 ~ 34.53%
B 147 of 475 ~ 30.95%

%34.53
%34.53
%30.95

CMYK color model

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

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

CMYK percentages

%0
%0
%10.37
%35.69

Codes

Color #A4A493 in popluar color models

A4A493
RGB164164147
HSL60°8.54%60.98%
HSB/HSV60°10.37%64.31%
CMYK0.00%0.00%10.37%
35.69%

Color #A4A493 in popluar number systems.

HEXA4A493
Decimal164164147
Binary101001001010010010010011
Octal244244223

Shades and tints

Shades of #A4A493

#A4A493
(164,164,147)
#969686
(150,150,134)
#888879
(136,136,121)
#7A7A6C
(122,122,108)
#6C6C5F
(108,108,95)
#5E5E52
(94,94,82)
#505045
(80,80,69)
#424238
(66,66,56)
#34342B
(52,52,43)
#26261E
(38,38,30)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #A4A493

#A4A493
(164,164,147)
#ACAC9C
(172,172,156)
#B4B4A5
(180,180,165)
#BCBCAE
(188,188,174)
#C4C4B7
(196,196,183)
#CCCCC0
(204,204,192)
#D4D4C9
(212,212,201)
#DCDCD2
(220,220,210)
#E4E4DB
(228,228,219)
#ECECE4
(236,236,228)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A493; }

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

This text font color is #A4A493.


Background Color

.myBgColor { background-color: #A4A493; }

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

This div background color is #A4A493.


Border color

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

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

This div border color is #A4A493.


Opacity

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

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

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

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

This text has shadow with #A4A493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A493 on black background.


Color preview on white background

This text has color #A4A493 on white background.



Black color preview on #A4A493 background

This text has black color on #A4A493 background.


White color preview on #A4A493 background

This text has white color on #A4A493 background.