COLOR #A48D5A

HEX: #A48D5A
RGB: (164,141,90)

Color info

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

RGB color model

#A48D5A color RGB value is (164,141,90).

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

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 90 of 255 = 35%

164
141
90

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 90 = 395 (100%)
R 164 of 395 ~ 41.52%
G 141 of 395 ~ 35.7%
B 90 of 395 ~ 22.78%

%41.52
%35.7
%22.78

CMYK color model

#A48D5A color CMYK value is (0,14,45,36).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 45.12%
  • key color value is 35.69%
CMYK:
(0,14,45,36)
C0M14Y45K36 
(0%,14%,45%,36%)
(0.00/0.14/0.45/0.36)	

CMYK percentages

%0
%14.02
%45.12
%35.69

Codes

Color #A48D5A in popluar color models

A48D5A
RGB16414190
HSL41°29.13%49.80%
HSB/HSV41°45.12%64.31%
CMYK0.00%14.02%45.12%
35.69%

Color #A48D5A in popluar number systems.

HEXA48D5A
Decimal16414190
Binary10100100100011011011010
Octal244215132

Shades and tints

Shades of #A48D5A

#A48D5A
(164,141,90)
#968152
(150,129,82)
#88754A
(136,117,74)
#7A6942
(122,105,66)
#6C5D3A
(108,93,58)
#5E5132
(94,81,50)
#50452A
(80,69,42)
#423922
(66,57,34)
#342D1A
(52,45,26)
#262112
(38,33,18)
#18150A
(24,21,10)
#000000
(0,0,0)

Tints of #A48D5A

#A48D5A
(164,141,90)
#AC9769
(172,151,105)
#B4A178
(180,161,120)
#BCAB87
(188,171,135)
#C4B596
(196,181,150)
#CCBFA5
(204,191,165)
#D4C9B4
(212,201,180)
#DCD3C3
(220,211,195)
#E4DDD2
(228,221,210)
#ECE7E1
(236,231,225)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48D5A; }

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

This text font color is #A48D5A.


Background Color

.myBgColor { background-color: #A48D5A; }

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

This div background color is #A48D5A.


Border color

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

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

This div border color is #A48D5A.


Opacity

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

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

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

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

This text has shadow with #A48D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48D5A on black background.


Color preview on white background

This text has color #A48D5A on white background.



Black color preview on #A48D5A background

This text has black color on #A48D5A background.


White color preview on #A48D5A background

This text has white color on #A48D5A background.