COLOR #A49B94

HEX: #A49B94
RGB: (164,155,148)

Color info

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

RGB color model

#A49B94 color RGB value is (164,155,148).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 148 of 255 = 58%

164
155
148

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 148 = 467 (100%)
R 164 of 467 ~ 35.12%
G 155 of 467 ~ 33.19%
B 148 of 467 ~ 31.69%

%35.12
%33.19
%31.69

CMYK color model

#A49B94 color CMYK value is (0,5,10,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(0,5,10,36)
C0M5Y10K36 
(0%,5%,10%,36%)
(0.00/0.05/0.10/0.36)	

CMYK percentages

%0
%5.49
%9.76
%35.69

Codes

Color #A49B94 in popluar color models

A49B94
RGB164155148
HSL26°8.08%61.18%
HSB/HSV26°9.76%64.31%
CMYK0.00%5.49%9.76%
35.69%

Color #A49B94 in popluar number systems.

HEXA49B94
Decimal164155148
Binary101001001001101110010100
Octal244233224

Shades and tints

Shades of #A49B94

#A49B94
(164,155,148)
#968D87
(150,141,135)
#887F7A
(136,127,122)
#7A716D
(122,113,109)
#6C6360
(108,99,96)
#5E5553
(94,85,83)
#504746
(80,71,70)
#423939
(66,57,57)
#342B2C
(52,43,44)
#261D1F
(38,29,31)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #A49B94

#A49B94
(164,155,148)
#ACA49D
(172,164,157)
#B4ADA6
(180,173,166)
#BCB6AF
(188,182,175)
#C4BFB8
(196,191,184)
#CCC8C1
(204,200,193)
#D4D1CA
(212,209,202)
#DCDAD3
(220,218,211)
#E4E3DC
(228,227,220)
#ECECE5
(236,236,229)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49B94; }

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

This text font color is #A49B94.


Background Color

.myBgColor { background-color: #A49B94; }

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

This div background color is #A49B94.


Border color

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

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

This div border color is #A49B94.


Opacity

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

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

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

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

This text has shadow with #A49B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49B94 on black background.


Color preview on white background

This text has color #A49B94 on white background.



Black color preview on #A49B94 background

This text has black color on #A49B94 background.


White color preview on #A49B94 background

This text has white color on #A49B94 background.