COLOR #A49390

HEX: #A49390
RGB: (164,147,144)

Color info

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

RGB color model

#A49390 color RGB value is (164,147,144).

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

RGB channels and saturation

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

164
147
144

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

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 144 = 455 (100%)
R 164 of 455 ~ 36.04%
G 147 of 455 ~ 32.31%
B 144 of 455 ~ 31.65%

%36.04
%32.31
%31.65

CMYK color model

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

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

CMYK percentages

%0
%10.37
%12.2
%35.69

Codes

Color #A49390 in popluar color models

A49390
RGB164147144
HSL9.90%60.39%
HSB/HSV12.20%64.31%
CMYK0.00%10.37%12.20%
35.69%

Color #A49390 in popluar number systems.

HEXA49390
Decimal164147144
Binary101001001001001110010000
Octal244223220

Shades and tints

Shades of #A49390

#A49390
(164,147,144)
#968683
(150,134,131)
#887976
(136,121,118)
#7A6C69
(122,108,105)
#6C5F5C
(108,95,92)
#5E524F
(94,82,79)
#504542
(80,69,66)
#423835
(66,56,53)
#342B28
(52,43,40)
#261E1B
(38,30,27)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A49390

#A49390
(164,147,144)
#AC9C9A
(172,156,154)
#B4A5A4
(180,165,164)
#BCAEAE
(188,174,174)
#C4B7B8
(196,183,184)
#CCC0C2
(204,192,194)
#D4C9CC
(212,201,204)
#DCD2D6
(220,210,214)
#E4DBE0
(228,219,224)
#ECE4EA
(236,228,234)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49390; }

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

This text font color is #A49390.


Background Color

.myBgColor { background-color: #A49390; }

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

This div background color is #A49390.


Border color

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

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

This div border color is #A49390.


Opacity

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

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

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

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

This text has shadow with #A49390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49390 on black background.


Color preview on white background

This text has color #A49390 on white background.



Black color preview on #A49390 background

This text has black color on #A49390 background.


White color preview on #A49390 background

This text has white color on #A49390 background.