COLOR #A49B97

HEX: #A49B97
RGB: (164,155,151)

Color info

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

RGB color model

#A49B97 color RGB value is (164,155,151).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 151 of 255 = 59%

164
155
151

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 151 = 470 (100%)
R 164 of 470 ~ 34.89%
G 155 of 470 ~ 32.98%
B 151 of 470 ~ 32.13%

%34.89
%32.98
%32.13

CMYK color model

#A49B97 color CMYK value is (0,5,8,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 7.93%
  • key color value is 35.69%
CMYK:
(0,5,8,36)
C0M5Y8K36 
(0%,5%,8%,36%)
(0.00/0.05/0.08/0.36)	

CMYK percentages

%0
%5.49
%7.93
%35.69

Codes

Color #A49B97 in popluar color models

A49B97
RGB164155151
HSL18°6.67%61.76%
HSB/HSV18°7.93%64.31%
CMYK0.00%5.49%7.93%
35.69%

Color #A49B97 in popluar number systems.

HEXA49B97
Decimal164155151
Binary101001001001101110010111
Octal244233227

Shades and tints

Shades of #A49B97

#A49B97
(164,155,151)
#968D8A
(150,141,138)
#887F7D
(136,127,125)
#7A7170
(122,113,112)
#6C6363
(108,99,99)
#5E5556
(94,85,86)
#504749
(80,71,73)
#42393C
(66,57,60)
#342B2F
(52,43,47)
#261D22
(38,29,34)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A49B97

#A49B97
(164,155,151)
#ACA4A0
(172,164,160)
#B4ADA9
(180,173,169)
#BCB6B2
(188,182,178)
#C4BFBB
(196,191,187)
#CCC8C4
(204,200,196)
#D4D1CD
(212,209,205)
#DCDAD6
(220,218,214)
#E4E3DF
(228,227,223)
#ECECE8
(236,236,232)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49B97; }

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

This text font color is #A49B97.


Background Color

.myBgColor { background-color: #A49B97; }

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

This div background color is #A49B97.


Border color

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

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

This div border color is #A49B97.


Opacity

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

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

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

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

This text has shadow with #A49B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49B97 on black background.


Color preview on white background

This text has color #A49B97 on white background.



Black color preview on #A49B97 background

This text has black color on #A49B97 background.


White color preview on #A49B97 background

This text has white color on #A49B97 background.