COLOR #A48B79

HEX: #A48B79
RGB: (164,139,121)

Color info

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

RGB color model

#A48B79 color RGB value is (164,139,121).

  • red value is 164;
  • green value is 139;
  • blue value is 121.
RGB:
(164,139,121)
(64%,55%,47%)

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 121 of 255 = 47%

164
139
121

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

Portions of RGB colors in percentages

R + G + B =
164 + 139 + 121 = 424 (100%)
R 164 of 424 ~ 38.68%
G 139 of 424 ~ 32.78%
B 121 of 424 ~ 28.54%

%38.68
%32.78
%28.54

CMYK color model

#A48B79 color CMYK value is (0,15,26,36).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 26.22%
  • key color value is 35.69%
CMYK:
(0,15,26,36)
C0M15Y26K36 
(0%,15%,26%,36%)
(0.00/0.15/0.26/0.36)	

CMYK percentages

%0
%15.24
%26.22
%35.69

Codes

Color #A48B79 in popluar color models

A48B79
RGB164139121
HSL25°19.11%55.88%
HSB/HSV25°26.22%64.31%
CMYK0.00%15.24%26.22%
35.69%

Color #A48B79 in popluar number systems.

HEXA48B79
Decimal164139121
Binary10100100100010111111001
Octal244213171

Shades and tints

Shades of #A48B79

#A48B79
(164,139,121)
#967F6E
(150,127,110)
#887363
(136,115,99)
#7A6758
(122,103,88)
#6C5B4D
(108,91,77)
#5E4F42
(94,79,66)
#504337
(80,67,55)
#42372C
(66,55,44)
#342B21
(52,43,33)
#261F16
(38,31,22)
#18130B
(24,19,11)
#000000
(0,0,0)

Tints of #A48B79

#A48B79
(164,139,121)
#AC9585
(172,149,133)
#B49F91
(180,159,145)
#BCA99D
(188,169,157)
#C4B3A9
(196,179,169)
#CCBDB5
(204,189,181)
#D4C7C1
(212,199,193)
#DCD1CD
(220,209,205)
#E4DBD9
(228,219,217)
#ECE5E5
(236,229,229)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48B79 color. Also use rgb(164,139,121) instead hex code.

Text Font Color

.myTextColor { color: #A48B79; }

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

This text font color is #A48B79.


Background Color

.myBgColor { background-color: #A48B79; }

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

This div background color is #A48B79.


Border color

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

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

This div border color is #A48B79.


Opacity

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

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

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

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

This text has shadow with #A48B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48B79 on black background.


Color preview on white background

This text has color #A48B79 on white background.



Black color preview on #A48B79 background

This text has black color on #A48B79 background.


White color preview on #A48B79 background

This text has white color on #A48B79 background.