COLOR #A49492

HEX: #A49492
RGB: (164,148,146)

Color info

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

RGB color model

#A49492 color RGB value is (164,148,146).

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

RGB channels and saturation

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

164
148
146

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

Portions of RGB colors in percentages

R + G + B =
164 + 148 + 146 = 458 (100%)
R 164 of 458 ~ 35.81%
G 148 of 458 ~ 32.31%
B 146 of 458 ~ 31.88%

%35.81
%32.31
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.76%
  • 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
%9.76
%10.98
%35.69

Codes

Color #A49492 in popluar color models

A49492
RGB164148146
HSL9.00%60.78%
HSB/HSV10.98%64.31%
CMYK0.00%9.76%10.98%
35.69%

Color #A49492 in popluar number systems.

HEXA49492
Decimal164148146
Binary101001001001010010010010
Octal244224222

Shades and tints

Shades of #A49492

#A49492
(164,148,146)
#968785
(150,135,133)
#887A78
(136,122,120)
#7A6D6B
(122,109,107)
#6C605E
(108,96,94)
#5E5351
(94,83,81)
#504644
(80,70,68)
#423937
(66,57,55)
#342C2A
(52,44,42)
#261F1D
(38,31,29)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A49492

#A49492
(164,148,146)
#AC9D9B
(172,157,155)
#B4A6A4
(180,166,164)
#BCAFAD
(188,175,173)
#C4B8B6
(196,184,182)
#CCC1BF
(204,193,191)
#D4CAC8
(212,202,200)
#DCD3D1
(220,211,209)
#E4DCDA
(228,220,218)
#ECE5E3
(236,229,227)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49492; }

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

This text font color is #A49492.


Background Color

.myBgColor { background-color: #A49492; }

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

This div background color is #A49492.


Border color

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

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

This div border color is #A49492.


Opacity

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

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

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

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

This text has shadow with #A49492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49492 on black background.


Color preview on white background

This text has color #A49492 on white background.



Black color preview on #A49492 background

This text has black color on #A49492 background.


White color preview on #A49492 background

This text has white color on #A49492 background.