COLOR #A48F5B

HEX: #A48F5B
RGB: (164,143,91)

Color info

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

RGB color model

#A48F5B color RGB value is (164,143,91).

  • red value is 164;
  • green value is 143;
  • blue value is 91.
RGB:
(164,143,91)
(64%,56%,36%)

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 91 of 255 = 36%

164
143
91

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

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 91 = 398 (100%)
R 164 of 398 ~ 41.21%
G 143 of 398 ~ 35.93%
B 91 of 398 ~ 22.86%

%41.21
%35.93
%22.86

CMYK color model

#A48F5B color CMYK value is (0,13,45,36).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 44.51%
  • key color value is 35.69%
CMYK:
(0,13,45,36)
C0M13Y45K36 
(0%,13%,45%,36%)
(0.00/0.13/0.45/0.36)	

CMYK percentages

%0
%12.8
%44.51
%35.69

Codes

Color #A48F5B in popluar color models

A48F5B
RGB16414391
HSL43°28.63%50.00%
HSB/HSV43°44.51%64.31%
CMYK0.00%12.80%44.51%
35.69%

Color #A48F5B in popluar number systems.

HEXA48F5B
Decimal16414391
Binary10100100100011111011011
Octal244217133

Shades and tints

Shades of #A48F5B

#A48F5B
(164,143,91)
#968253
(150,130,83)
#88754B
(136,117,75)
#7A6843
(122,104,67)
#6C5B3B
(108,91,59)
#5E4E33
(94,78,51)
#50412B
(80,65,43)
#423423
(66,52,35)
#34271B
(52,39,27)
#261A13
(38,26,19)
#180D0B
(24,13,11)
#000000
(0,0,0)

Tints of #A48F5B

#A48F5B
(164,143,91)
#AC9969
(172,153,105)
#B4A377
(180,163,119)
#BCAD85
(188,173,133)
#C4B793
(196,183,147)
#CCC1A1
(204,193,161)
#D4CBAF
(212,203,175)
#DCD5BD
(220,213,189)
#E4DFCB
(228,223,203)
#ECE9D9
(236,233,217)
#F4F3E7
(244,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48F5B color. Also use rgb(164,143,91) instead hex code.

Text Font Color

.myTextColor { color: #A48F5B; }

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

This text font color is #A48F5B.


Background Color

.myBgColor { background-color: #A48F5B; }

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

This div background color is #A48F5B.


Border color

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

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

This div border color is #A48F5B.


Opacity

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

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

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

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

This text has shadow with #A48F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48F5B on black background.


Color preview on white background

This text has color #A48F5B on white background.



Black color preview on #A48F5B background

This text has black color on #A48F5B background.


White color preview on #A48F5B background

This text has white color on #A48F5B background.