COLOR #A49896

HEX: #A49896
RGB: (164,152,150)

Color info

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

RGB color model

#A49896 color RGB value is (164,152,150).

  • red value is 164;
  • green value is 152;
  • blue value is 150.
RGB:
(164,152,150)
(64%,60%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 150 of 255 = 59%

164
152
150

R + G + B ~ 61%. #A49896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 150 = 466 (100%)
R 164 of 466 ~ 35.19%
G 152 of 466 ~ 32.62%
B 150 of 466 ~ 32.19%

%35.19
%32.62
%32.19

CMYK color model

#A49896 color CMYK value is (0,7,9,36).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(0,7,9,36)
C0M7Y9K36 
(0%,7%,9%,36%)
(0.00/0.07/0.09/0.36)	

CMYK percentages

%0
%7.32
%8.54
%35.69

Codes

Color #A49896 in popluar color models

A49896
RGB164152150
HSL7.14%61.57%
HSB/HSV8.54%64.31%
CMYK0.00%7.32%8.54%
35.69%

Color #A49896 in popluar number systems.

HEXA49896
Decimal164152150
Binary101001001001100010010110
Octal244230226

Shades and tints

Shades of #A49896

#A49896
(164,152,150)
#968B89
(150,139,137)
#887E7C
(136,126,124)
#7A716F
(122,113,111)
#6C6462
(108,100,98)
#5E5755
(94,87,85)
#504A48
(80,74,72)
#423D3B
(66,61,59)
#34302E
(52,48,46)
#262321
(38,35,33)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #A49896

#A49896
(164,152,150)
#ACA19F
(172,161,159)
#B4AAA8
(180,170,168)
#BCB3B1
(188,179,177)
#C4BCBA
(196,188,186)
#CCC5C3
(204,197,195)
#D4CECC
(212,206,204)
#DCD7D5
(220,215,213)
#E4E0DE
(228,224,222)
#ECE9E7
(236,233,231)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49896 color. Also use rgb(164,152,150) instead hex code.

Text Font Color

.myTextColor { color: #A49896; }

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

This text font color is #A49896.


Background Color

.myBgColor { background-color: #A49896; }

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

This div background color is #A49896.


Border color

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

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

This div border color is #A49896.


Opacity

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

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

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

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

This text has shadow with #A49896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49896 on black background.


Color preview on white background

This text has color #A49896 on white background.



Black color preview on #A49896 background

This text has black color on #A49896 background.


White color preview on #A49896 background

This text has white color on #A49896 background.