COLOR #A49590

HEX: #A49590
RGB: (164,149,144)

Color info

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

RGB color model

#A49590 color RGB value is (164,149,144).

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

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 144 of 255 = 56%

164
149
144

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

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 144 = 457 (100%)
R 164 of 457 ~ 35.89%
G 149 of 457 ~ 32.6%
B 144 of 457 ~ 31.51%

%35.89
%32.6
%31.51

CMYK color model

#A49590 color CMYK value is (0,9,12,36).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 12.20%
  • key color value is 35.69%
CMYK:
(0,9,12,36)
C0M9Y12K36 
(0%,9%,12%,36%)
(0.00/0.09/0.12/0.36)	

CMYK percentages

%0
%9.15
%12.2
%35.69

Codes

Color #A49590 in popluar color models

A49590
RGB164149144
HSL15°9.90%60.39%
HSB/HSV15°12.20%64.31%
CMYK0.00%9.15%12.20%
35.69%

Color #A49590 in popluar number systems.

HEXA49590
Decimal164149144
Binary101001001001010110010000
Octal244225220

Shades and tints

Shades of #A49590

#A49590
(164,149,144)
#968883
(150,136,131)
#887B76
(136,123,118)
#7A6E69
(122,110,105)
#6C615C
(108,97,92)
#5E544F
(94,84,79)
#504742
(80,71,66)
#423A35
(66,58,53)
#342D28
(52,45,40)
#26201B
(38,32,27)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #A49590

#A49590
(164,149,144)
#AC9E9A
(172,158,154)
#B4A7A4
(180,167,164)
#BCB0AE
(188,176,174)
#C4B9B8
(196,185,184)
#CCC2C2
(204,194,194)
#D4CBCC
(212,203,204)
#DCD4D6
(220,212,214)
#E4DDE0
(228,221,224)
#ECE6EA
(236,230,234)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49590; }

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

This text font color is #A49590.


Background Color

.myBgColor { background-color: #A49590; }

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

This div background color is #A49590.


Border color

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

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

This div border color is #A49590.


Opacity

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

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

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

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

This text has shadow with #A49590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49590 on black background.


Color preview on white background

This text has color #A49590 on white background.



Black color preview on #A49590 background

This text has black color on #A49590 background.


White color preview on #A49590 background

This text has white color on #A49590 background.