COLOR #A49E63

HEX: #A49E63
RGB: (164,158,99)

Color info

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

RGB color model

#A49E63 color RGB value is (164,158,99).

  • red value is 164;
  • green value is 158;
  • blue value is 99.
RGB:
(164,158,99)
(64%,62%,39%)

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 99 of 255 = 39%

164
158
99

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

Portions of RGB colors in percentages

R + G + B =
164 + 158 + 99 = 421 (100%)
R 164 of 421 ~ 38.95%
G 158 of 421 ~ 37.53%
B 99 of 421 ~ 23.52%

%38.95
%37.53
%23.52

CMYK color model

#A49E63 color CMYK value is (0,4,40,36).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 39.63%
  • key color value is 35.69%
CMYK:
(0,4,40,36)
C0M4Y40K36 
(0%,4%,40%,36%)
(0.00/0.04/0.40/0.36)	

CMYK percentages

%0
%3.66
%39.63
%35.69

Codes

Color #A49E63 in popluar color models

A49E63
RGB16415899
HSL54°26.32%51.57%
HSB/HSV54°39.63%64.31%
CMYK0.00%3.66%39.63%
35.69%

Color #A49E63 in popluar number systems.

HEXA49E63
Decimal16415899
Binary10100100100111101100011
Octal244236143

Shades and tints

Shades of #A49E63

#A49E63
(164,158,99)
#96905A
(150,144,90)
#888251
(136,130,81)
#7A7448
(122,116,72)
#6C663F
(108,102,63)
#5E5836
(94,88,54)
#504A2D
(80,74,45)
#423C24
(66,60,36)
#342E1B
(52,46,27)
#262012
(38,32,18)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #A49E63

#A49E63
(164,158,99)
#ACA671
(172,166,113)
#B4AE7F
(180,174,127)
#BCB68D
(188,182,141)
#C4BE9B
(196,190,155)
#CCC6A9
(204,198,169)
#D4CEB7
(212,206,183)
#DCD6C5
(220,214,197)
#E4DED3
(228,222,211)
#ECE6E1
(236,230,225)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49E63 color. Also use rgb(164,158,99) instead hex code.

Text Font Color

.myTextColor { color: #A49E63; }

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

This text font color is #A49E63.


Background Color

.myBgColor { background-color: #A49E63; }

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

This div background color is #A49E63.


Border color

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

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

This div border color is #A49E63.


Opacity

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

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

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

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

This text has shadow with #A49E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49E63 on black background.


Color preview on white background

This text has color #A49E63 on white background.



Black color preview on #A49E63 background

This text has black color on #A49E63 background.


White color preview on #A49E63 background

This text has white color on #A49E63 background.