COLOR #A49B77

HEX: #A49B77
RGB: (164,155,119)

Color info

#A49B77 contains red, green and blue colors in about the same proportion. Web safe color of #A49B77 is #999966 (or #996).

RGB color model

#A49B77 color RGB value is (164,155,119).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 119 of 255 = 47%

164
155
119

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 119 = 438 (100%)
R 164 of 438 ~ 37.44%
G 155 of 438 ~ 35.39%
B 119 of 438 ~ 27.17%

%37.44
%35.39
%27.17

CMYK color model

#A49B77 color CMYK value is (0,5,27,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(0,5,27,36)
C0M5Y27K36 
(0%,5%,27%,36%)
(0.00/0.05/0.27/0.36)	

CMYK percentages

%0
%5.49
%27.44
%35.69

Codes

Color #A49B77 in popluar color models

A49B77
RGB164155119
HSL48°19.82%55.49%
HSB/HSV48°27.44%64.31%
CMYK0.00%5.49%27.44%
35.69%

Color #A49B77 in popluar number systems.

HEXA49B77
Decimal164155119
Binary10100100100110111110111
Octal244233167

Shades and tints

Shades of #A49B77

#A49B77
(164,155,119)
#968D6D
(150,141,109)
#887F63
(136,127,99)
#7A7159
(122,113,89)
#6C634F
(108,99,79)
#5E5545
(94,85,69)
#50473B
(80,71,59)
#423931
(66,57,49)
#342B27
(52,43,39)
#261D1D
(38,29,29)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #A49B77

#A49B77
(164,155,119)
#ACA483
(172,164,131)
#B4AD8F
(180,173,143)
#BCB69B
(188,182,155)
#C4BFA7
(196,191,167)
#CCC8B3
(204,200,179)
#D4D1BF
(212,209,191)
#DCDACB
(220,218,203)
#E4E3D7
(228,227,215)
#ECECE3
(236,236,227)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49B77; }

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

This text font color is #A49B77.


Background Color

.myBgColor { background-color: #A49B77; }

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

This div background color is #A49B77.


Border color

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

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

This div border color is #A49B77.


Opacity

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

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

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

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

This text has shadow with #A49B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49B77 on black background.


Color preview on white background

This text has color #A49B77 on white background.



Black color preview on #A49B77 background

This text has black color on #A49B77 background.


White color preview on #A49B77 background

This text has white color on #A49B77 background.