COLOR #A48D60

HEX: #A48D60
RGB: (164,141,96)

Color info

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

RGB color model

#A48D60 color RGB value is (164,141,96).

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

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 96 of 255 = 38%

164
141
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 96 = 401 (100%)
R 164 of 401 ~ 40.9%
G 141 of 401 ~ 35.16%
B 96 of 401 ~ 23.94%

%40.9
%35.16
%23.94

CMYK color model

#A48D60 color CMYK value is (0,14,41,36).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(0,14,41,36)
C0M14Y41K36 
(0%,14%,41%,36%)
(0.00/0.14/0.41/0.36)	

CMYK percentages

%0
%14.02
%41.46
%35.69

Codes

Color #A48D60 in popluar color models

A48D60
RGB16414196
HSL40°27.20%50.98%
HSB/HSV40°41.46%64.31%
CMYK0.00%14.02%41.46%
35.69%

Color #A48D60 in popluar number systems.

HEXA48D60
Decimal16414196
Binary10100100100011011100000
Octal244215140

Shades and tints

Shades of #A48D60

#A48D60
(164,141,96)
#968158
(150,129,88)
#887550
(136,117,80)
#7A6948
(122,105,72)
#6C5D40
(108,93,64)
#5E5138
(94,81,56)
#504530
(80,69,48)
#423928
(66,57,40)
#342D20
(52,45,32)
#262118
(38,33,24)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #A48D60

#A48D60
(164,141,96)
#AC976E
(172,151,110)
#B4A17C
(180,161,124)
#BCAB8A
(188,171,138)
#C4B598
(196,181,152)
#CCBFA6
(204,191,166)
#D4C9B4
(212,201,180)
#DCD3C2
(220,211,194)
#E4DDD0
(228,221,208)
#ECE7DE
(236,231,222)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48D60; }

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

This text font color is #A48D60.


Background Color

.myBgColor { background-color: #A48D60; }

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

This div background color is #A48D60.


Border color

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

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

This div border color is #A48D60.


Opacity

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

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

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

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

This text has shadow with #A48D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48D60 on black background.


Color preview on white background

This text has color #A48D60 on white background.



Black color preview on #A48D60 background

This text has black color on #A48D60 background.


White color preview on #A48D60 background

This text has white color on #A48D60 background.