COLOR #A49289

HEX: #A49289
RGB: (164,146,137)

Color info

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

RGB color model

#A49289 color RGB value is (164,146,137).

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

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 137 of 255 = 54%

164
146
137

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 137 = 447 (100%)
R 164 of 447 ~ 36.69%
G 146 of 447 ~ 32.66%
B 137 of 447 ~ 30.65%

%36.69
%32.66
%30.65

CMYK color model

#A49289 color CMYK value is (0,11,16,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 16.46%
  • key color value is 35.69%
CMYK:
(0,11,16,36)
C0M11Y16K36 
(0%,11%,16%,36%)
(0.00/0.11/0.16/0.36)	

CMYK percentages

%0
%10.98
%16.46
%35.69

Codes

Color #A49289 in popluar color models

A49289
RGB164146137
HSL20°12.92%59.02%
HSB/HSV20°16.46%64.31%
CMYK0.00%10.98%16.46%
35.69%

Color #A49289 in popluar number systems.

HEXA49289
Decimal164146137
Binary101001001001001010001001
Octal244222211

Shades and tints

Shades of #A49289

#A49289
(164,146,137)
#96857D
(150,133,125)
#887871
(136,120,113)
#7A6B65
(122,107,101)
#6C5E59
(108,94,89)
#5E514D
(94,81,77)
#504441
(80,68,65)
#423735
(66,55,53)
#342A29
(52,42,41)
#261D1D
(38,29,29)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #A49289

#A49289
(164,146,137)
#AC9B93
(172,155,147)
#B4A49D
(180,164,157)
#BCADA7
(188,173,167)
#C4B6B1
(196,182,177)
#CCBFBB
(204,191,187)
#D4C8C5
(212,200,197)
#DCD1CF
(220,209,207)
#E4DAD9
(228,218,217)
#ECE3E3
(236,227,227)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49289; }

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

This text font color is #A49289.


Background Color

.myBgColor { background-color: #A49289; }

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

This div background color is #A49289.


Border color

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

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

This div border color is #A49289.


Opacity

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

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

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

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

This text has shadow with #A49289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49289 on black background.


Color preview on white background

This text has color #A49289 on white background.



Black color preview on #A49289 background

This text has black color on #A49289 background.


White color preview on #A49289 background

This text has white color on #A49289 background.