COLOR #A49393

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

164
147
147

R + G + B ~ 60%. #A49393 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 147 = 458 (100%)
R 164 of 458 ~ 35.81%
G 147 of 458 ~ 32.1%
B 147 of 458 ~ 32.1%

%35.81
%32.1
%32.1

CMYK color model

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

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

CMYK percentages

%0
%10.37
%10.37
%35.69

Codes

Color #A49393 in popluar color models

A49393
RGB164147147
HSL8.54%60.98%
HSB/HSV10.37%64.31%
CMYK0.00%10.37%10.37%
35.69%

Color #A49393 in popluar number systems.

HEXA49393
Decimal164147147
Binary101001001001001110010011
Octal244223223

Shades and tints

Shades of #A49393

#A49393
(164,147,147)
#968686
(150,134,134)
#887979
(136,121,121)
#7A6C6C
(122,108,108)
#6C5F5F
(108,95,95)
#5E5252
(94,82,82)
#504545
(80,69,69)
#423838
(66,56,56)
#342B2B
(52,43,43)
#261E1E
(38,30,30)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #A49393

#A49393
(164,147,147)
#AC9C9C
(172,156,156)
#B4A5A5
(180,165,165)
#BCAEAE
(188,174,174)
#C4B7B7
(196,183,183)
#CCC0C0
(204,192,192)
#D4C9C9
(212,201,201)
#DCD2D2
(220,210,210)
#E4DBDB
(228,219,219)
#ECE4E4
(236,228,228)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49393; }

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

This text font color is #A49393.


Background Color

.myBgColor { background-color: #A49393; }

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

This div background color is #A49393.


Border color

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

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

This div border color is #A49393.


Opacity

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

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

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

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

This text has shadow with #A49393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49393 on black background.


Color preview on white background

This text has color #A49393 on white background.



Black color preview on #A49393 background

This text has black color on #A49393 background.


White color preview on #A49393 background

This text has white color on #A49393 background.