COLOR #A48160

HEX: #A48160
RGB: (164,129,96)

Color info

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

RGB color model

#A48160 color RGB value is (164,129,96).

  • red value is 164;
  • green value is 129;
  • blue value is 96.
RGB:
(164,129,96)
(64%,51%,38%)

RGB channels and saturation

R 164 of 255 = 64%
G 129 of 255 = 51%
B 96 of 255 = 38%

164
129
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 129 + 96 = 389 (100%)
R 164 of 389 ~ 42.16%
G 129 of 389 ~ 33.16%
B 96 of 389 ~ 24.68%

%42.16
%33.16
%24.68

CMYK color model

#A48160 color CMYK value is (0,21,41,36).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(0,21,41,36)
C0M21Y41K36 
(0%,21%,41%,36%)
(0.00/0.21/0.41/0.36)	

CMYK percentages

%0
%21.34
%41.46
%35.69

Codes

Color #A48160 in popluar color models

A48160
RGB16412996
HSL29°27.20%50.98%
HSB/HSV29°41.46%64.31%
CMYK0.00%21.34%41.46%
35.69%

Color #A48160 in popluar number systems.

HEXA48160
Decimal16412996
Binary10100100100000011100000
Octal244201140

Shades and tints

Shades of #A48160

#A48160
(164,129,96)
#967658
(150,118,88)
#886B50
(136,107,80)
#7A6048
(122,96,72)
#6C5540
(108,85,64)
#5E4A38
(94,74,56)
#503F30
(80,63,48)
#423428
(66,52,40)
#342920
(52,41,32)
#261E18
(38,30,24)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A48160

#A48160
(164,129,96)
#AC8C6E
(172,140,110)
#B4977C
(180,151,124)
#BCA28A
(188,162,138)
#C4AD98
(196,173,152)
#CCB8A6
(204,184,166)
#D4C3B4
(212,195,180)
#DCCEC2
(220,206,194)
#E4D9D0
(228,217,208)
#ECE4DE
(236,228,222)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48160 color. Also use rgb(164,129,96) instead hex code.

Text Font Color

.myTextColor { color: #A48160; }

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

This text font color is #A48160.


Background Color

.myBgColor { background-color: #A48160; }

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

This div background color is #A48160.


Border color

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

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

This div border color is #A48160.


Opacity

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

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

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

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

This text has shadow with #A48160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48160 on black background.


Color preview on white background

This text has color #A48160 on white background.



Black color preview on #A48160 background

This text has black color on #A48160 background.


White color preview on #A48160 background

This text has white color on #A48160 background.