COLOR #A48060

HEX: #A48060
RGB: (164,128,96)

Color info

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

RGB color model

#A48060 color RGB value is (164,128,96).

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

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 96 of 255 = 38%

164
128
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 96 = 388 (100%)
R 164 of 388 ~ 42.27%
G 128 of 388 ~ 32.99%
B 96 of 388 ~ 24.74%

%42.27
%32.99
%24.74

CMYK color model

#A48060 color CMYK value is (0,22,41,36).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(0,22,41,36)
C0M22Y41K36 
(0%,22%,41%,36%)
(0.00/0.22/0.41/0.36)	

CMYK percentages

%0
%21.95
%41.46
%35.69

Codes

Color #A48060 in popluar color models

A48060
RGB16412896
HSL28°27.20%50.98%
HSB/HSV28°41.46%64.31%
CMYK0.00%21.95%41.46%
35.69%

Color #A48060 in popluar number systems.

HEXA48060
Decimal16412896
Binary10100100100000001100000
Octal244200140

Shades and tints

Shades of #A48060

#A48060
(164,128,96)
#967558
(150,117,88)
#886A50
(136,106,80)
#7A5F48
(122,95,72)
#6C5440
(108,84,64)
#5E4938
(94,73,56)
#503E30
(80,62,48)
#423328
(66,51,40)
#342820
(52,40,32)
#261D18
(38,29,24)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A48060

#A48060
(164,128,96)
#AC8B6E
(172,139,110)
#B4967C
(180,150,124)
#BCA18A
(188,161,138)
#C4AC98
(196,172,152)
#CCB7A6
(204,183,166)
#D4C2B4
(212,194,180)
#DCCDC2
(220,205,194)
#E4D8D0
(228,216,208)
#ECE3DE
(236,227,222)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48060; }

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

This text font color is #A48060.


Background Color

.myBgColor { background-color: #A48060; }

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

This div background color is #A48060.


Border color

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

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

This div border color is #A48060.


Opacity

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

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

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

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

This text has shadow with #A48060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48060 on black background.


Color preview on white background

This text has color #A48060 on white background.



Black color preview on #A48060 background

This text has black color on #A48060 background.


White color preview on #A48060 background

This text has white color on #A48060 background.