COLOR #A49593

HEX: #A49593
RGB: (164,149,147)

Color info

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

RGB color model

#A49593 color RGB value is (164,149,147).

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

RGB channels and saturation

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

164
149
147

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

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 147 = 460 (100%)
R 164 of 460 ~ 35.65%
G 149 of 460 ~ 32.39%
B 147 of 460 ~ 31.96%

%35.65
%32.39
%31.96

CMYK color model

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

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

CMYK percentages

%0
%9.15
%10.37
%35.69

Codes

Color #A49593 in popluar color models

A49593
RGB164149147
HSL8.54%60.98%
HSB/HSV10.37%64.31%
CMYK0.00%9.15%10.37%
35.69%

Color #A49593 in popluar number systems.

HEXA49593
Decimal164149147
Binary101001001001010110010011
Octal244225223

Shades and tints

Shades of #A49593

#A49593
(164,149,147)
#968886
(150,136,134)
#887B79
(136,123,121)
#7A6E6C
(122,110,108)
#6C615F
(108,97,95)
#5E5452
(94,84,82)
#504745
(80,71,69)
#423A38
(66,58,56)
#342D2B
(52,45,43)
#26201E
(38,32,30)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A49593

#A49593
(164,149,147)
#AC9E9C
(172,158,156)
#B4A7A5
(180,167,165)
#BCB0AE
(188,176,174)
#C4B9B7
(196,185,183)
#CCC2C0
(204,194,192)
#D4CBC9
(212,203,201)
#DCD4D2
(220,212,210)
#E4DDDB
(228,221,219)
#ECE6E4
(236,230,228)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49593; }

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

This text font color is #A49593.


Background Color

.myBgColor { background-color: #A49593; }

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

This div background color is #A49593.


Border color

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

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

This div border color is #A49593.


Opacity

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

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

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

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

This text has shadow with #A49593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49593 on black background.


Color preview on white background

This text has color #A49593 on white background.



Black color preview on #A49593 background

This text has black color on #A49593 background.


White color preview on #A49593 background

This text has white color on #A49593 background.