COLOR #A49560

HEX: #A49560
RGB: (164,149,96)

Color info

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

RGB color model

#A49560 color RGB value is (164,149,96).

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

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 96 of 255 = 38%

164
149
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 96 = 409 (100%)
R 164 of 409 ~ 40.1%
G 149 of 409 ~ 36.43%
B 96 of 409 ~ 23.47%

%40.1
%36.43
%23.47

CMYK color model

#A49560 color CMYK value is (0,9,41,36).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(0,9,41,36)
C0M9Y41K36 
(0%,9%,41%,36%)
(0.00/0.09/0.41/0.36)	

CMYK percentages

%0
%9.15
%41.46
%35.69

Codes

Color #A49560 in popluar color models

A49560
RGB16414996
HSL47°27.20%50.98%
HSB/HSV47°41.46%64.31%
CMYK0.00%9.15%41.46%
35.69%

Color #A49560 in popluar number systems.

HEXA49560
Decimal16414996
Binary10100100100101011100000
Octal244225140

Shades and tints

Shades of #A49560

#A49560
(164,149,96)
#968858
(150,136,88)
#887B50
(136,123,80)
#7A6E48
(122,110,72)
#6C6140
(108,97,64)
#5E5438
(94,84,56)
#504730
(80,71,48)
#423A28
(66,58,40)
#342D20
(52,45,32)
#262018
(38,32,24)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A49560

#A49560
(164,149,96)
#AC9E6E
(172,158,110)
#B4A77C
(180,167,124)
#BCB08A
(188,176,138)
#C4B998
(196,185,152)
#CCC2A6
(204,194,166)
#D4CBB4
(212,203,180)
#DCD4C2
(220,212,194)
#E4DDD0
(228,221,208)
#ECE6DE
(236,230,222)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49560; }

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

This text font color is #A49560.


Background Color

.myBgColor { background-color: #A49560; }

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

This div background color is #A49560.


Border color

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

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

This div border color is #A49560.


Opacity

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

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

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

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

This text has shadow with #A49560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49560 on black background.


Color preview on white background

This text has color #A49560 on white background.



Black color preview on #A49560 background

This text has black color on #A49560 background.


White color preview on #A49560 background

This text has white color on #A49560 background.