COLOR #A48B77

HEX: #A48B77
RGB: (164,139,119)

Color info

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

RGB color model

#A48B77 color RGB value is (164,139,119).

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

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 119 of 255 = 47%

164
139
119

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

Portions of RGB colors in percentages

R + G + B =
164 + 139 + 119 = 422 (100%)
R 164 of 422 ~ 38.86%
G 139 of 422 ~ 32.94%
B 119 of 422 ~ 28.2%

%38.86
%32.94
%28.2

CMYK color model

#A48B77 color CMYK value is (0,15,27,36).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(0,15,27,36)
C0M15Y27K36 
(0%,15%,27%,36%)
(0.00/0.15/0.27/0.36)	

CMYK percentages

%0
%15.24
%27.44
%35.69

Codes

Color #A48B77 in popluar color models

A48B77
RGB164139119
HSL27°19.82%55.49%
HSB/HSV27°27.44%64.31%
CMYK0.00%15.24%27.44%
35.69%

Color #A48B77 in popluar number systems.

HEXA48B77
Decimal164139119
Binary10100100100010111110111
Octal244213167

Shades and tints

Shades of #A48B77

#A48B77
(164,139,119)
#967F6D
(150,127,109)
#887363
(136,115,99)
#7A6759
(122,103,89)
#6C5B4F
(108,91,79)
#5E4F45
(94,79,69)
#50433B
(80,67,59)
#423731
(66,55,49)
#342B27
(52,43,39)
#261F1D
(38,31,29)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A48B77

#A48B77
(164,139,119)
#AC9583
(172,149,131)
#B49F8F
(180,159,143)
#BCA99B
(188,169,155)
#C4B3A7
(196,179,167)
#CCBDB3
(204,189,179)
#D4C7BF
(212,199,191)
#DCD1CB
(220,209,203)
#E4DBD7
(228,219,215)
#ECE5E3
(236,229,227)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48B77; }

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

This text font color is #A48B77.


Background Color

.myBgColor { background-color: #A48B77; }

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

This div background color is #A48B77.


Border color

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

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

This div border color is #A48B77.


Opacity

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

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

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

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

This text has shadow with #A48B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48B77 on black background.


Color preview on white background

This text has color #A48B77 on white background.



Black color preview on #A48B77 background

This text has black color on #A48B77 background.


White color preview on #A48B77 background

This text has white color on #A48B77 background.