COLOR #A48346

HEX: #A48346
RGB: (164,131,70)

Color info

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

RGB color model

#A48346 color RGB value is (164,131,70).

  • red value is 164;
  • green value is 131;
  • blue value is 70.
RGB:
(164,131,70)
(64%,51%,27%)

RGB channels and saturation

R 164 of 255 = 64%
G 131 of 255 = 51%
B 70 of 255 = 27%

164
131
70

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

Portions of RGB colors in percentages

R + G + B =
164 + 131 + 70 = 365 (100%)
R 164 of 365 ~ 44.93%
G 131 of 365 ~ 35.89%
B 70 of 365 ~ 19.18%

%44.93
%35.89
%19.18

CMYK color model

#A48346 color CMYK value is (0,20,57,36).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 57.32%
  • key color value is 35.69%
CMYK:
(0,20,57,36)
C0M20Y57K36 
(0%,20%,57%,36%)
(0.00/0.20/0.57/0.36)	

CMYK percentages

%0
%20.12
%57.32
%35.69

Codes

Color #A48346 in popluar color models

A48346
RGB16413170
HSL39°40.17%45.88%
HSB/HSV39°57.32%64.31%
CMYK0.00%20.12%57.32%
35.69%

Color #A48346 in popluar number systems.

HEXA48346
Decimal16413170
Binary10100100100000111000110
Octal244203106

Shades and tints

Shades of #A48346

#A48346
(164,131,70)
#967840
(150,120,64)
#886D3A
(136,109,58)
#7A6234
(122,98,52)
#6C572E
(108,87,46)
#5E4C28
(94,76,40)
#504122
(80,65,34)
#42361C
(66,54,28)
#342B16
(52,43,22)
#262010
(38,32,16)
#18150A
(24,21,10)
#000000
(0,0,0)

Tints of #A48346

#A48346
(164,131,70)
#AC8E56
(172,142,86)
#B49966
(180,153,102)
#BCA476
(188,164,118)
#C4AF86
(196,175,134)
#CCBA96
(204,186,150)
#D4C5A6
(212,197,166)
#DCD0B6
(220,208,182)
#E4DBC6
(228,219,198)
#ECE6D6
(236,230,214)
#F4F1E6
(244,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48346 color. Also use rgb(164,131,70) instead hex code.

Text Font Color

.myTextColor { color: #A48346; }

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

This text font color is #A48346.


Background Color

.myBgColor { background-color: #A48346; }

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

This div background color is #A48346.


Border color

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

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

This div border color is #A48346.


Opacity

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

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

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

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

This text has shadow with #A48346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48346 on black background.


Color preview on white background

This text has color #A48346 on white background.



Black color preview on #A48346 background

This text has black color on #A48346 background.


White color preview on #A48346 background

This text has white color on #A48346 background.