COLOR #A49897

HEX: #A49897
RGB: (164,152,151)

Color info

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

RGB color model

#A49897 color RGB value is (164,152,151).

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

RGB channels and saturation

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

164
152
151

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

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 151 = 467 (100%)
R 164 of 467 ~ 35.12%
G 152 of 467 ~ 32.55%
B 151 of 467 ~ 32.33%

%35.12
%32.55
%32.33

CMYK color model

#A49897 color CMYK value is (0,7,8,36).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 7.93%
  • key color value is 35.69%
CMYK:
(0,7,8,36)
C0M7Y8K36 
(0%,7%,8%,36%)
(0.00/0.07/0.08/0.36)	

CMYK percentages

%0
%7.32
%7.93
%35.69

Codes

Color #A49897 in popluar color models

A49897
RGB164152151
HSL6.67%61.76%
HSB/HSV7.93%64.31%
CMYK0.00%7.32%7.93%
35.69%

Color #A49897 in popluar number systems.

HEXA49897
Decimal164152151
Binary101001001001100010010111
Octal244230227

Shades and tints

Shades of #A49897

#A49897
(164,152,151)
#968B8A
(150,139,138)
#887E7D
(136,126,125)
#7A7170
(122,113,112)
#6C6463
(108,100,99)
#5E5756
(94,87,86)
#504A49
(80,74,73)
#423D3C
(66,61,60)
#34302F
(52,48,47)
#262322
(38,35,34)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A49897

#A49897
(164,152,151)
#ACA1A0
(172,161,160)
#B4AAA9
(180,170,169)
#BCB3B2
(188,179,178)
#C4BCBB
(196,188,187)
#CCC5C4
(204,197,196)
#D4CECD
(212,206,205)
#DCD7D6
(220,215,214)
#E4E0DF
(228,224,223)
#ECE9E8
(236,233,232)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49897; }

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

This text font color is #A49897.


Background Color

.myBgColor { background-color: #A49897; }

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

This div background color is #A49897.


Border color

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

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

This div border color is #A49897.


Opacity

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

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

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

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

This text has shadow with #A49897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49897 on black background.


Color preview on white background

This text has color #A49897 on white background.



Black color preview on #A49897 background

This text has black color on #A49897 background.


White color preview on #A49897 background

This text has white color on #A49897 background.