COLOR #A48D6E

HEX: #A48D6E
RGB: (164,141,110)

Color info

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

RGB color model

#A48D6E color RGB value is (164,141,110).

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

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 110 of 255 = 43%

164
141
110

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 110 = 415 (100%)
R 164 of 415 ~ 39.52%
G 141 of 415 ~ 33.98%
B 110 of 415 ~ 26.51%

%39.52
%33.98
%26.51

CMYK color model

#A48D6E color CMYK value is (0,14,33,36).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 32.93%
  • key color value is 35.69%
CMYK:
(0,14,33,36)
C0M14Y33K36 
(0%,14%,33%,36%)
(0.00/0.14/0.33/0.36)	

CMYK percentages

%0
%14.02
%32.93
%35.69

Codes

Color #A48D6E in popluar color models

A48D6E
RGB164141110
HSL34°22.88%53.73%
HSB/HSV34°32.93%64.31%
CMYK0.00%14.02%32.93%
35.69%

Color #A48D6E in popluar number systems.

HEXA48D6E
Decimal164141110
Binary10100100100011011101110
Octal244215156

Shades and tints

Shades of #A48D6E

#A48D6E
(164,141,110)
#968164
(150,129,100)
#88755A
(136,117,90)
#7A6950
(122,105,80)
#6C5D46
(108,93,70)
#5E513C
(94,81,60)
#504532
(80,69,50)
#423928
(66,57,40)
#342D1E
(52,45,30)
#262114
(38,33,20)
#18150A
(24,21,10)
#000000
(0,0,0)

Tints of #A48D6E

#A48D6E
(164,141,110)
#AC977B
(172,151,123)
#B4A188
(180,161,136)
#BCAB95
(188,171,149)
#C4B5A2
(196,181,162)
#CCBFAF
(204,191,175)
#D4C9BC
(212,201,188)
#DCD3C9
(220,211,201)
#E4DDD6
(228,221,214)
#ECE7E3
(236,231,227)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48D6E; }

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

This text font color is #A48D6E.


Background Color

.myBgColor { background-color: #A48D6E; }

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

This div background color is #A48D6E.


Border color

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

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

This div border color is #A48D6E.


Opacity

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

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

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

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

This text has shadow with #A48D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48D6E on black background.


Color preview on white background

This text has color #A48D6E on white background.



Black color preview on #A48D6E background

This text has black color on #A48D6E background.


White color preview on #A48D6E background

This text has white color on #A48D6E background.