COLOR #A48857

HEX: #A48857
RGB: (164,136,87)

Color info

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

RGB color model

#A48857 color RGB value is (164,136,87).

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

RGB channels and saturation

R 164 of 255 = 64%
G 136 of 255 = 53%
B 87 of 255 = 34%

164
136
87

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

Portions of RGB colors in percentages

R + G + B =
164 + 136 + 87 = 387 (100%)
R 164 of 387 ~ 42.38%
G 136 of 387 ~ 35.14%
B 87 of 387 ~ 22.48%

%42.38
%35.14
%22.48

CMYK color model

#A48857 color CMYK value is (0,17,47,36).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 46.95%
  • key color value is 35.69%
CMYK:
(0,17,47,36)
C0M17Y47K36 
(0%,17%,47%,36%)
(0.00/0.17/0.47/0.36)	

CMYK percentages

%0
%17.07
%46.95
%35.69

Codes

Color #A48857 in popluar color models

A48857
RGB16413687
HSL38°30.68%49.22%
HSB/HSV38°46.95%64.31%
CMYK0.00%17.07%46.95%
35.69%

Color #A48857 in popluar number systems.

HEXA48857
Decimal16413687
Binary10100100100010001010111
Octal244210127

Shades and tints

Shades of #A48857

#A48857
(164,136,87)
#967C50
(150,124,80)
#887049
(136,112,73)
#7A6442
(122,100,66)
#6C583B
(108,88,59)
#5E4C34
(94,76,52)
#50402D
(80,64,45)
#423426
(66,52,38)
#34281F
(52,40,31)
#261C18
(38,28,24)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #A48857

#A48857
(164,136,87)
#AC9266
(172,146,102)
#B49C75
(180,156,117)
#BCA684
(188,166,132)
#C4B093
(196,176,147)
#CCBAA2
(204,186,162)
#D4C4B1
(212,196,177)
#DCCEC0
(220,206,192)
#E4D8CF
(228,216,207)
#ECE2DE
(236,226,222)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48857; }

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

This text font color is #A48857.


Background Color

.myBgColor { background-color: #A48857; }

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

This div background color is #A48857.


Border color

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

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

This div border color is #A48857.


Opacity

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

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

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

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

This text has shadow with #A48857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48857 on black background.


Color preview on white background

This text has color #A48857 on white background.



Black color preview on #A48857 background

This text has black color on #A48857 background.


White color preview on #A48857 background

This text has white color on #A48857 background.