COLOR #A48056

HEX: #A48056
RGB: (164,128,86)

Color info

#A48056 contains mainly red and green colors. Web safe color of #A48056 is #996666 (or #966).

RGB color model

#A48056 color RGB value is (164,128,86).

  • red value is 164;
  • green value is 128;
  • blue value is 86.
RGB:
(164,128,86)
(64%,50%,34%)

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 86 of 255 = 34%

164
128
86

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 86 = 378 (100%)
R 164 of 378 ~ 43.39%
G 128 of 378 ~ 33.86%
B 86 of 378 ~ 22.75%

%43.39
%33.86
%22.75

CMYK color model

#A48056 color CMYK value is (0,22,48,36).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 47.56%
  • key color value is 35.69%
CMYK:
(0,22,48,36)
C0M22Y48K36 
(0%,22%,48%,36%)
(0.00/0.22/0.48/0.36)	

CMYK percentages

%0
%21.95
%47.56
%35.69

Codes

Color #A48056 in popluar color models

A48056
RGB16412886
HSL32°31.20%49.02%
HSB/HSV32°47.56%64.31%
CMYK0.00%21.95%47.56%
35.69%

Color #A48056 in popluar number systems.

HEXA48056
Decimal16412886
Binary10100100100000001010110
Octal244200126

Shades and tints

Shades of #A48056

#A48056
(164,128,86)
#96754F
(150,117,79)
#886A48
(136,106,72)
#7A5F41
(122,95,65)
#6C543A
(108,84,58)
#5E4933
(94,73,51)
#503E2C
(80,62,44)
#423325
(66,51,37)
#34281E
(52,40,30)
#261D17
(38,29,23)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A48056

#A48056
(164,128,86)
#AC8B65
(172,139,101)
#B49674
(180,150,116)
#BCA183
(188,161,131)
#C4AC92
(196,172,146)
#CCB7A1
(204,183,161)
#D4C2B0
(212,194,176)
#DCCDBF
(220,205,191)
#E4D8CE
(228,216,206)
#ECE3DD
(236,227,221)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48056 color. Also use rgb(164,128,86) instead hex code.

Text Font Color

.myTextColor { color: #A48056; }

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

This text font color is #A48056.


Background Color

.myBgColor { background-color: #A48056; }

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

This div background color is #A48056.


Border color

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

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

This div border color is #A48056.


Opacity

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

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

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

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

This text has shadow with #A48056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48056 on black background.


Color preview on white background

This text has color #A48056 on white background.



Black color preview on #A48056 background

This text has black color on #A48056 background.


White color preview on #A48056 background

This text has white color on #A48056 background.