COLOR #A49862

HEX: #A49862
RGB: (164,152,98)

Color info

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

RGB color model

#A49862 color RGB value is (164,152,98).

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

RGB channels and saturation

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

164
152
98

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

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 98 = 414 (100%)
R 164 of 414 ~ 39.61%
G 152 of 414 ~ 36.71%
B 98 of 414 ~ 23.67%

%39.61
%36.71
%23.67

CMYK color model

#A49862 color CMYK value is (0,7,40,36).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 40.24%
  • key color value is 35.69%
CMYK:
(0,7,40,36)
C0M7Y40K36 
(0%,7%,40%,36%)
(0.00/0.07/0.40/0.36)	

CMYK percentages

%0
%7.32
%40.24
%35.69

Codes

Color #A49862 in popluar color models

A49862
RGB16415298
HSL49°26.61%51.37%
HSB/HSV49°40.24%64.31%
CMYK0.00%7.32%40.24%
35.69%

Color #A49862 in popluar number systems.

HEXA49862
Decimal16415298
Binary10100100100110001100010
Octal244230142

Shades and tints

Shades of #A49862

#A49862
(164,152,98)
#968B5A
(150,139,90)
#887E52
(136,126,82)
#7A714A
(122,113,74)
#6C6442
(108,100,66)
#5E573A
(94,87,58)
#504A32
(80,74,50)
#423D2A
(66,61,42)
#343022
(52,48,34)
#26231A
(38,35,26)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #A49862

#A49862
(164,152,98)
#ACA170
(172,161,112)
#B4AA7E
(180,170,126)
#BCB38C
(188,179,140)
#C4BC9A
(196,188,154)
#CCC5A8
(204,197,168)
#D4CEB6
(212,206,182)
#DCD7C4
(220,215,196)
#E4E0D2
(228,224,210)
#ECE9E0
(236,233,224)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49862; }

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

This text font color is #A49862.


Background Color

.myBgColor { background-color: #A49862; }

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

This div background color is #A49862.


Border color

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

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

This div border color is #A49862.


Opacity

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

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

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

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

This text has shadow with #A49862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49862 on black background.


Color preview on white background

This text has color #A49862 on white background.



Black color preview on #A49862 background

This text has black color on #A49862 background.


White color preview on #A49862 background

This text has white color on #A49862 background.