COLOR #A49B8A

HEX: #A49B8A
RGB: (164,155,138)

Color info

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

RGB color model

#A49B8A color RGB value is (164,155,138).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 138 of 255 = 54%

164
155
138

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 138 = 457 (100%)
R 164 of 457 ~ 35.89%
G 155 of 457 ~ 33.92%
B 138 of 457 ~ 30.2%

%35.89
%33.92
%30.2

CMYK color model

#A49B8A color CMYK value is (0,5,16,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(0,5,16,36)
C0M5Y16K36 
(0%,5%,16%,36%)
(0.00/0.05/0.16/0.36)	

CMYK percentages

%0
%5.49
%15.85
%35.69

Codes

Color #A49B8A in popluar color models

A49B8A
RGB164155138
HSL39°12.50%59.22%
HSB/HSV39°15.85%64.31%
CMYK0.00%5.49%15.85%
35.69%

Color #A49B8A in popluar number systems.

HEXA49B8A
Decimal164155138
Binary101001001001101110001010
Octal244233212

Shades and tints

Shades of #A49B8A

#A49B8A
(164,155,138)
#968D7E
(150,141,126)
#887F72
(136,127,114)
#7A7166
(122,113,102)
#6C635A
(108,99,90)
#5E554E
(94,85,78)
#504742
(80,71,66)
#423936
(66,57,54)
#342B2A
(52,43,42)
#261D1E
(38,29,30)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #A49B8A

#A49B8A
(164,155,138)
#ACA494
(172,164,148)
#B4AD9E
(180,173,158)
#BCB6A8
(188,182,168)
#C4BFB2
(196,191,178)
#CCC8BC
(204,200,188)
#D4D1C6
(212,209,198)
#DCDAD0
(220,218,208)
#E4E3DA
(228,227,218)
#ECECE4
(236,236,228)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49B8A; }

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

This text font color is #A49B8A.


Background Color

.myBgColor { background-color: #A49B8A; }

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

This div background color is #A49B8A.


Border color

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

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

This div border color is #A49B8A.


Opacity

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

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

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

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

This text has shadow with #A49B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49B8A on black background.


Color preview on white background

This text has color #A49B8A on white background.



Black color preview on #A49B8A background

This text has black color on #A49B8A background.


White color preview on #A49B8A background

This text has white color on #A49B8A background.