COLOR #A48E73

HEX: #A48E73
RGB: (164,142,115)

Color info

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

RGB color model

#A48E73 color RGB value is (164,142,115).

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

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 115 of 255 = 45%

164
142
115

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 115 = 421 (100%)
R 164 of 421 ~ 38.95%
G 142 of 421 ~ 33.73%
B 115 of 421 ~ 27.32%

%38.95
%33.73
%27.32

CMYK color model

#A48E73 color CMYK value is (0,13,30,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 29.88%
  • key color value is 35.69%
CMYK:
(0,13,30,36)
C0M13Y30K36 
(0%,13%,30%,36%)
(0.00/0.13/0.30/0.36)	

CMYK percentages

%0
%13.41
%29.88
%35.69

Codes

Color #A48E73 in popluar color models

A48E73
RGB164142115
HSL33°21.21%54.71%
HSB/HSV33°29.88%64.31%
CMYK0.00%13.41%29.88%
35.69%

Color #A48E73 in popluar number systems.

HEXA48E73
Decimal164142115
Binary10100100100011101110011
Octal244216163

Shades and tints

Shades of #A48E73

#A48E73
(164,142,115)
#968269
(150,130,105)
#88765F
(136,118,95)
#7A6A55
(122,106,85)
#6C5E4B
(108,94,75)
#5E5241
(94,82,65)
#504637
(80,70,55)
#423A2D
(66,58,45)
#342E23
(52,46,35)
#262219
(38,34,25)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #A48E73

#A48E73
(164,142,115)
#AC987F
(172,152,127)
#B4A28B
(180,162,139)
#BCAC97
(188,172,151)
#C4B6A3
(196,182,163)
#CCC0AF
(204,192,175)
#D4CABB
(212,202,187)
#DCD4C7
(220,212,199)
#E4DED3
(228,222,211)
#ECE8DF
(236,232,223)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E73; }

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

This text font color is #A48E73.


Background Color

.myBgColor { background-color: #A48E73; }

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

This div background color is #A48E73.


Border color

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

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

This div border color is #A48E73.


Opacity

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

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

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

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

This text has shadow with #A48E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E73 on black background.


Color preview on white background

This text has color #A48E73 on white background.



Black color preview on #A48E73 background

This text has black color on #A48E73 background.


White color preview on #A48E73 background

This text has white color on #A48E73 background.