COLOR #A49E6A

HEX: #A49E6A RGB: (164,158,106)

Color info

#A49E6A contains red, green and blue colors in about the same proportion. Web safe color of #A49E6A is #999966 (or #996).

RGB color model

#A49E6A color RGB value is (164,158,106).

RGB: (164,158,106) (64%, 62%, 42%)

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 106 of 255 = 42%

164
158
106

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

Portions of RGB colors in percentages

R + G + B = 164 + 158 + 106 = 428 (100%)
R 164 of 428 ~ 38.32%
G 158 of 428 ~ 36.92%
B 106 of 428 ~ 24.77'%

%38.32
%36.92
%24.77

CMYK color model

#A49E6A color CMYK value is (0,4,35,36).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 35.37%
  • key color value is 35.69%

CMYK: (0,4,35,36)
C0M4Y35K36 (0%, 4%, 35%, 36%)
(0.00 / 0.04 / 0.35 / 0.36)

CMYK percentages

%0
%3.66
%35.37
%35.69

Codes

Color #A49E6A in popluar color models

A4 9E 6A
RGB 164 158 106
HSL 54° 24.17% 52.94%
HSB/HSV 54° 35.37% 64.31%
CMYK 0.00% 3.66% 35.37%
35.69%

Color #A49E6A in popluar number systems.

HEX A4 9E 6A
Decimal 164 158 106
Binary 10100100 10011110 1101010
Octal 244 236 152

Shades and tints

Shades of #A49E6A

#A49E6A
(164,158,106)
#969061
(150,144,97)
#888258
(136,130,88)
#7A744F
(122,116,79)
#6C6646
(108,102,70)
#5E583D
(94,88,61)
#504A34
(80,74,52)
#423C2B
(66,60,43)
#342E22
(52,46,34)
#262019
(38,32,25)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A49E6A

#A49E6A
(164,158,106)
#ACA677
(172,166,119)
#B4AE84
(180,174,132)
#BCB691
(188,182,145)
#C4BE9E
(196,190,158)
#CCC6AB
(204,198,171)
#D4CEB8
(212,206,184)
#DCD6C5
(220,214,197)
#E4DED2
(228,222,210)
#ECE6DF
(236,230,223)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49E6A; }

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

This text font color is #A49E6A.

Background Color

.myBgColor { background-color: #A49E6A; }

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

This div background color is #A49E6A.

Border color

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

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

This div border color is #A49E6A.

Opacity

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

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

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

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

This text has shadow with #A49E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49E6A.

Preview

Color preview on black background

This text has color #A49E6A on black background.


Color preview on white background

This text has color #A49E6A on white background.


Black color preview on #A49E6A background

This text has black color on #A49E6A background.


White color preview on #A49E6A background

This text has white color on #A49E6A background.


Related colors

Complementary color

Complementary color for #hex is #5B6195.


I love getcolorcode.com

Triadic colors

1 #6AA49E and #9E6AA4 with #A49E6A are triadic colors.

2 #6A9EA4 and #9EA46A with #A49E6A are triadic colors.