COLOR #A29E49

HEX: #A29E49
RGB: (162,158,73)

Color info

#A29E49 contains mainly red and green colors. Web safe color of #A29E49 is #999933 (or #993).

RGB color model

#A29E49 color RGB value is (162,158,73).

  • red value is 162;
  • green value is 158;
  • blue value is 73.
RGB:
(162,158,73)
(64%,62%,29%)

RGB channels and saturation

R 162 of 255 = 64%
G 158 of 255 = 62%
B 73 of 255 = 29%

162
158
73

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

Portions of RGB colors in percentages

R + G + B =
162 + 158 + 73 = 393 (100%)
R 162 of 393 ~ 41.22%
G 158 of 393 ~ 40.2%
B 73 of 393 ~ 18.58%

%41.22
%40.2
%18.58

CMYK color model

#A29E49 color CMYK value is (0,2,55,36).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 54.94%
  • key color value is 36.47%
CMYK:
(0,2,55,36)
C0M2Y55K36 
(0%,2%,55%,36%)
(0.00/0.02/0.55/0.36)	

CMYK percentages

%0
%2.47
%54.94
%36.47

Codes

Color #A29E49 in popluar color models

A29E49
RGB16215873
HSL57°37.87%46.08%
HSB/HSV57°54.94%63.53%
CMYK0.00%2.47%54.94%
36.47%

Color #A29E49 in popluar number systems.

HEXA29E49
Decimal16215873
Binary10100010100111101001001
Octal242236111

Shades and tints

Shades of #A29E49

#A29E49
(162,158,73)
#949043
(148,144,67)
#86823D
(134,130,61)
#787437
(120,116,55)
#6A6631
(106,102,49)
#5C582B
(92,88,43)
#4E4A25
(78,74,37)
#403C1F
(64,60,31)
#322E19
(50,46,25)
#242013
(36,32,19)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #A29E49

#A29E49
(162,158,73)
#AAA659
(170,166,89)
#B2AE69
(178,174,105)
#BAB679
(186,182,121)
#C2BE89
(194,190,137)
#CAC699
(202,198,153)
#D2CEA9
(210,206,169)
#DAD6B9
(218,214,185)
#E2DEC9
(226,222,201)
#EAE6D9
(234,230,217)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29E49 color. Also use rgb(162,158,73) instead hex code.

Text Font Color

.myTextColor { color: #A29E49; }

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

This text font color is #A29E49.


Background Color

.myBgColor { background-color: #A29E49; }

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

This div background color is #A29E49.


Border color

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

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

This div border color is #A29E49.


Opacity

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

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

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

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

This text has shadow with #A29E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29E49 on black background.


Color preview on white background

This text has color #A29E49 on white background.



Black color preview on #A29E49 background

This text has black color on #A29E49 background.


White color preview on #A29E49 background

This text has white color on #A29E49 background.