COLOR #A49B8E

HEX: #A49B8E
RGB: (164,155,142)

Color info

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

RGB color model

#A49B8E color RGB value is (164,155,142).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 142 of 255 = 56%

164
155
142

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 142 = 461 (100%)
R 164 of 461 ~ 35.57%
G 155 of 461 ~ 33.62%
B 142 of 461 ~ 30.8%

%35.57
%33.62
%30.8

CMYK color model

#A49B8E color CMYK value is (0,5,13,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(0,5,13,36)
C0M5Y13K36 
(0%,5%,13%,36%)
(0.00/0.05/0.13/0.36)	

CMYK percentages

%0
%5.49
%13.41
%35.69

Codes

Color #A49B8E in popluar color models

A49B8E
RGB164155142
HSL35°10.78%60.00%
HSB/HSV35°13.41%64.31%
CMYK0.00%5.49%13.41%
35.69%

Color #A49B8E in popluar number systems.

HEXA49B8E
Decimal164155142
Binary101001001001101110001110
Octal244233216

Shades and tints

Shades of #A49B8E

#A49B8E
(164,155,142)
#968D82
(150,141,130)
#887F76
(136,127,118)
#7A716A
(122,113,106)
#6C635E
(108,99,94)
#5E5552
(94,85,82)
#504746
(80,71,70)
#42393A
(66,57,58)
#342B2E
(52,43,46)
#261D22
(38,29,34)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #A49B8E

#A49B8E
(164,155,142)
#ACA498
(172,164,152)
#B4ADA2
(180,173,162)
#BCB6AC
(188,182,172)
#C4BFB6
(196,191,182)
#CCC8C0
(204,200,192)
#D4D1CA
(212,209,202)
#DCDAD4
(220,218,212)
#E4E3DE
(228,227,222)
#ECECE8
(236,236,232)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49B8E; }

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

This text font color is #A49B8E.


Background Color

.myBgColor { background-color: #A49B8E; }

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

This div background color is #A49B8E.


Border color

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

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

This div border color is #A49B8E.


Opacity

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

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

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

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

This text has shadow with #A49B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49B8E on black background.


Color preview on white background

This text has color #A49B8E on white background.



Black color preview on #A49B8E background

This text has black color on #A49B8E background.


White color preview on #A49B8E background

This text has white color on #A49B8E background.