COLOR #A49861

HEX: #A49861
RGB: (164,152,97)

Color info

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

RGB color model

#A49861 color RGB value is (164,152,97).

  • red value is 164;
  • green value is 152;
  • blue value is 97.
RGB:
(164,152,97)
(64%,60%,38%)

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 97 of 255 = 38%

164
152
97

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

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 97 = 413 (100%)
R 164 of 413 ~ 39.71%
G 152 of 413 ~ 36.8%
B 97 of 413 ~ 23.49%

%39.71
%36.8
%23.49

CMYK color model

#A49861 color CMYK value is (0,7,41,36).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 40.85%
  • key color value is 35.69%
CMYK:
(0,7,41,36)
C0M7Y41K36 
(0%,7%,41%,36%)
(0.00/0.07/0.41/0.36)	

CMYK percentages

%0
%7.32
%40.85
%35.69

Codes

Color #A49861 in popluar color models

A49861
RGB16415297
HSL49°26.91%51.18%
HSB/HSV49°40.85%64.31%
CMYK0.00%7.32%40.85%
35.69%

Color #A49861 in popluar number systems.

HEXA49861
Decimal16415297
Binary10100100100110001100001
Octal244230141

Shades and tints

Shades of #A49861

#A49861
(164,152,97)
#968B59
(150,139,89)
#887E51
(136,126,81)
#7A7149
(122,113,73)
#6C6441
(108,100,65)
#5E5739
(94,87,57)
#504A31
(80,74,49)
#423D29
(66,61,41)
#343021
(52,48,33)
#262319
(38,35,25)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A49861

#A49861
(164,152,97)
#ACA16F
(172,161,111)
#B4AA7D
(180,170,125)
#BCB38B
(188,179,139)
#C4BC99
(196,188,153)
#CCC5A7
(204,197,167)
#D4CEB5
(212,206,181)
#DCD7C3
(220,215,195)
#E4E0D1
(228,224,209)
#ECE9DF
(236,233,223)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49861 color. Also use rgb(164,152,97) instead hex code.

Text Font Color

.myTextColor { color: #A49861; }

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

This text font color is #A49861.


Background Color

.myBgColor { background-color: #A49861; }

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

This div background color is #A49861.


Border color

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

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

This div border color is #A49861.


Opacity

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

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

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

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

This text has shadow with #A49861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49861 on black background.


Color preview on white background

This text has color #A49861 on white background.



Black color preview on #A49861 background

This text has black color on #A49861 background.


White color preview on #A49861 background

This text has white color on #A49861 background.