COLOR #A49260

HEX: #A49260
RGB: (164,146,96)

Color info

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

RGB color model

#A49260 color RGB value is (164,146,96).

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

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 96 of 255 = 38%

164
146
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 96 = 406 (100%)
R 164 of 406 ~ 40.39%
G 146 of 406 ~ 35.96%
B 96 of 406 ~ 23.65%

%40.39
%35.96
%23.65

CMYK color model

#A49260 color CMYK value is (0,11,41,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(0,11,41,36)
C0M11Y41K36 
(0%,11%,41%,36%)
(0.00/0.11/0.41/0.36)	

CMYK percentages

%0
%10.98
%41.46
%35.69

Codes

Color #A49260 in popluar color models

A49260
RGB16414696
HSL44°27.20%50.98%
HSB/HSV44°41.46%64.31%
CMYK0.00%10.98%41.46%
35.69%

Color #A49260 in popluar number systems.

HEXA49260
Decimal16414696
Binary10100100100100101100000
Octal244222140

Shades and tints

Shades of #A49260

#A49260
(164,146,96)
#968558
(150,133,88)
#887850
(136,120,80)
#7A6B48
(122,107,72)
#6C5E40
(108,94,64)
#5E5138
(94,81,56)
#504430
(80,68,48)
#423728
(66,55,40)
#342A20
(52,42,32)
#261D18
(38,29,24)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #A49260

#A49260
(164,146,96)
#AC9B6E
(172,155,110)
#B4A47C
(180,164,124)
#BCAD8A
(188,173,138)
#C4B698
(196,182,152)
#CCBFA6
(204,191,166)
#D4C8B4
(212,200,180)
#DCD1C2
(220,209,194)
#E4DAD0
(228,218,208)
#ECE3DE
(236,227,222)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49260; }

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

This text font color is #A49260.


Background Color

.myBgColor { background-color: #A49260; }

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

This div background color is #A49260.


Border color

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

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

This div border color is #A49260.


Opacity

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

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

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

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

This text has shadow with #A49260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49260 on black background.


Color preview on white background

This text has color #A49260 on white background.



Black color preview on #A49260 background

This text has black color on #A49260 background.


White color preview on #A49260 background

This text has white color on #A49260 background.