COLOR #A49392

HEX: #A49392
RGB: (164,147,146)

Color info

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

RGB color model

#A49392 color RGB value is (164,147,146).

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

RGB channels and saturation

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

164
147
146

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

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 146 = 457 (100%)
R 164 of 457 ~ 35.89%
G 147 of 457 ~ 32.17%
B 146 of 457 ~ 31.95%

%35.89
%32.17
%31.95

CMYK color model

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

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

CMYK percentages

%0
%10.37
%10.98
%35.69

Codes

Color #A49392 in popluar color models

A49392
RGB164147146
HSL9.00%60.78%
HSB/HSV10.98%64.31%
CMYK0.00%10.37%10.98%
35.69%

Color #A49392 in popluar number systems.

HEXA49392
Decimal164147146
Binary101001001001001110010010
Octal244223222

Shades and tints

Shades of #A49392

#A49392
(164,147,146)
#968685
(150,134,133)
#887978
(136,121,120)
#7A6C6B
(122,108,107)
#6C5F5E
(108,95,94)
#5E5251
(94,82,81)
#504544
(80,69,68)
#423837
(66,56,55)
#342B2A
(52,43,42)
#261E1D
(38,30,29)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #A49392

#A49392
(164,147,146)
#AC9C9B
(172,156,155)
#B4A5A4
(180,165,164)
#BCAEAD
(188,174,173)
#C4B7B6
(196,183,182)
#CCC0BF
(204,192,191)
#D4C9C8
(212,201,200)
#DCD2D1
(220,210,209)
#E4DBDA
(228,219,218)
#ECE4E3
(236,228,227)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49392; }

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

This text font color is #A49392.


Background Color

.myBgColor { background-color: #A49392; }

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

This div background color is #A49392.


Border color

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

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

This div border color is #A49392.


Opacity

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

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

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

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

This text has shadow with #A49392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49392 on black background.


Color preview on white background

This text has color #A49392 on white background.



Black color preview on #A49392 background

This text has black color on #A49392 background.


White color preview on #A49392 background

This text has white color on #A49392 background.