COLOR #A48547

HEX: #A48547
RGB: (164,133,71)

Color info

#A48547 contains mainly red and green colors. Web safe color of #A48547 is #999933 (or #993).

RGB color model

#A48547 color RGB value is (164,133,71).

  • red value is 164;
  • green value is 133;
  • blue value is 71.
RGB:
(164,133,71)
(64%,52%,28%)

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 71 of 255 = 28%

164
133
71

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 71 = 368 (100%)
R 164 of 368 ~ 44.57%
G 133 of 368 ~ 36.14%
B 71 of 368 ~ 19.29%

%44.57
%36.14
%19.29

CMYK color model

#A48547 color CMYK value is (0,19,57,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 56.71%
  • key color value is 35.69%
CMYK:
(0,19,57,36)
C0M19Y57K36 
(0%,19%,57%,36%)
(0.00/0.19/0.57/0.36)	

CMYK percentages

%0
%18.9
%56.71
%35.69

Codes

Color #A48547 in popluar color models

A48547
RGB16413371
HSL40°39.57%46.08%
HSB/HSV40°56.71%64.31%
CMYK0.00%18.90%56.71%
35.69%

Color #A48547 in popluar number systems.

HEXA48547
Decimal16413371
Binary10100100100001011000111
Octal244205107

Shades and tints

Shades of #A48547

#A48547
(164,133,71)
#967941
(150,121,65)
#886D3B
(136,109,59)
#7A6135
(122,97,53)
#6C552F
(108,85,47)
#5E4929
(94,73,41)
#503D23
(80,61,35)
#42311D
(66,49,29)
#342517
(52,37,23)
#261911
(38,25,17)
#180D0B
(24,13,11)
#000000
(0,0,0)

Tints of #A48547

#A48547
(164,133,71)
#AC9057
(172,144,87)
#B49B67
(180,155,103)
#BCA677
(188,166,119)
#C4B187
(196,177,135)
#CCBC97
(204,188,151)
#D4C7A7
(212,199,167)
#DCD2B7
(220,210,183)
#E4DDC7
(228,221,199)
#ECE8D7
(236,232,215)
#F4F3E7
(244,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48547 color. Also use rgb(164,133,71) instead hex code.

Text Font Color

.myTextColor { color: #A48547; }

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

This text font color is #A48547.


Background Color

.myBgColor { background-color: #A48547; }

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

This div background color is #A48547.


Border color

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

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

This div border color is #A48547.


Opacity

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

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

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

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

This text has shadow with #A48547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48547 on black background.


Color preview on white background

This text has color #A48547 on white background.



Black color preview on #A48547 background

This text has black color on #A48547 background.


White color preview on #A48547 background

This text has white color on #A48547 background.