COLOR #A48E57

HEX: #A48E57
RGB: (164,142,87)

Color info

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

RGB color model

#A48E57 color RGB value is (164,142,87).

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

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 87 of 255 = 34%

164
142
87

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 87 = 393 (100%)
R 164 of 393 ~ 41.73%
G 142 of 393 ~ 36.13%
B 87 of 393 ~ 22.14%

%41.73
%36.13
%22.14

CMYK color model

#A48E57 color CMYK value is (0,13,47,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 46.95%
  • key color value is 35.69%
CMYK:
(0,13,47,36)
C0M13Y47K36 
(0%,13%,47%,36%)
(0.00/0.13/0.47/0.36)	

CMYK percentages

%0
%13.41
%46.95
%35.69

Codes

Color #A48E57 in popluar color models

A48E57
RGB16414287
HSL43°30.68%49.22%
HSB/HSV43°46.95%64.31%
CMYK0.00%13.41%46.95%
35.69%

Color #A48E57 in popluar number systems.

HEXA48E57
Decimal16414287
Binary10100100100011101010111
Octal244216127

Shades and tints

Shades of #A48E57

#A48E57
(164,142,87)
#968250
(150,130,80)
#887649
(136,118,73)
#7A6A42
(122,106,66)
#6C5E3B
(108,94,59)
#5E5234
(94,82,52)
#50462D
(80,70,45)
#423A26
(66,58,38)
#342E1F
(52,46,31)
#262218
(38,34,24)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A48E57

#A48E57
(164,142,87)
#AC9866
(172,152,102)
#B4A275
(180,162,117)
#BCAC84
(188,172,132)
#C4B693
(196,182,147)
#CCC0A2
(204,192,162)
#D4CAB1
(212,202,177)
#DCD4C0
(220,212,192)
#E4DECF
(228,222,207)
#ECE8DE
(236,232,222)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E57; }

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

This text font color is #A48E57.


Background Color

.myBgColor { background-color: #A48E57; }

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

This div background color is #A48E57.


Border color

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

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

This div border color is #A48E57.


Opacity

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

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

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

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

This text has shadow with #A48E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E57 on black background.


Color preview on white background

This text has color #A48E57 on white background.



Black color preview on #A48E57 background

This text has black color on #A48E57 background.


White color preview on #A48E57 background

This text has white color on #A48E57 background.