COLOR #A48B57

HEX: #A48B57
RGB: (164,139,87)

Color info

#A48B57 contains mainly red and green colors. Web safe color of #A48B57 is #999966 (or #996).

RGB color model

#A48B57 color RGB value is (164,139,87).

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

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 87 of 255 = 34%

164
139
87

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

Portions of RGB colors in percentages

R + G + B =
164 + 139 + 87 = 390 (100%)
R 164 of 390 ~ 42.05%
G 139 of 390 ~ 35.64%
B 87 of 390 ~ 22.31%

%42.05
%35.64
%22.31

CMYK color model

#A48B57 color CMYK value is (0,15,47,36).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 46.95%
  • key color value is 35.69%
CMYK:
(0,15,47,36)
C0M15Y47K36 
(0%,15%,47%,36%)
(0.00/0.15/0.47/0.36)	

CMYK percentages

%0
%15.24
%46.95
%35.69

Codes

Color #A48B57 in popluar color models

A48B57
RGB16413987
HSL41°30.68%49.22%
HSB/HSV41°46.95%64.31%
CMYK0.00%15.24%46.95%
35.69%

Color #A48B57 in popluar number systems.

HEXA48B57
Decimal16413987
Binary10100100100010111010111
Octal244213127

Shades and tints

Shades of #A48B57

#A48B57
(164,139,87)
#967F50
(150,127,80)
#887349
(136,115,73)
#7A6742
(122,103,66)
#6C5B3B
(108,91,59)
#5E4F34
(94,79,52)
#50432D
(80,67,45)
#423726
(66,55,38)
#342B1F
(52,43,31)
#261F18
(38,31,24)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A48B57

#A48B57
(164,139,87)
#AC9566
(172,149,102)
#B49F75
(180,159,117)
#BCA984
(188,169,132)
#C4B393
(196,179,147)
#CCBDA2
(204,189,162)
#D4C7B1
(212,199,177)
#DCD1C0
(220,209,192)
#E4DBCF
(228,219,207)
#ECE5DE
(236,229,222)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48B57; }

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

This text font color is #A48B57.


Background Color

.myBgColor { background-color: #A48B57; }

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

This div background color is #A48B57.


Border color

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

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

This div border color is #A48B57.


Opacity

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

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

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

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

This text has shadow with #A48B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48B57 on black background.


Color preview on white background

This text has color #A48B57 on white background.



Black color preview on #A48B57 background

This text has black color on #A48B57 background.


White color preview on #A48B57 background

This text has white color on #A48B57 background.