COLOR #A29A79

HEX: #A29A79
RGB: (162,154,121)

Color info

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

RGB color model

#A29A79 color RGB value is (162,154,121).

  • red value is 162;
  • green value is 154;
  • blue value is 121.
RGB:
(162,154,121)
(64%,60%,47%)

RGB channels and saturation

R 162 of 255 = 64%
G 154 of 255 = 60%
B 121 of 255 = 47%

162
154
121

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

Portions of RGB colors in percentages

R + G + B =
162 + 154 + 121 = 437 (100%)
R 162 of 437 ~ 37.07%
G 154 of 437 ~ 35.24%
B 121 of 437 ~ 27.69%

%37.07
%35.24
%27.69

CMYK color model

#A29A79 color CMYK value is (0,5,25,36).

  • cyan value is 0.00%
  • magenta value is 4.94%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK:
(0,5,25,36)
C0M5Y25K36 
(0%,5%,25%,36%)
(0.00/0.05/0.25/0.36)	

CMYK percentages

%0
%4.94
%25.31
%36.47

Codes

Color #A29A79 in popluar color models

A29A79
RGB162154121
HSL48°18.06%55.49%
HSB/HSV48°25.31%63.53%
CMYK0.00%4.94%25.31%
36.47%

Color #A29A79 in popluar number systems.

HEXA29A79
Decimal162154121
Binary10100010100110101111001
Octal242232171

Shades and tints

Shades of #A29A79

#A29A79
(162,154,121)
#948C6E
(148,140,110)
#867E63
(134,126,99)
#787058
(120,112,88)
#6A624D
(106,98,77)
#5C5442
(92,84,66)
#4E4637
(78,70,55)
#40382C
(64,56,44)
#322A21
(50,42,33)
#241C16
(36,28,22)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #A29A79

#A29A79
(162,154,121)
#AAA385
(170,163,133)
#B2AC91
(178,172,145)
#BAB59D
(186,181,157)
#C2BEA9
(194,190,169)
#CAC7B5
(202,199,181)
#D2D0C1
(210,208,193)
#DAD9CD
(218,217,205)
#E2E2D9
(226,226,217)
#EAEBE5
(234,235,229)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29A79 color. Also use rgb(162,154,121) instead hex code.

Text Font Color

.myTextColor { color: #A29A79; }

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

This text font color is #A29A79.


Background Color

.myBgColor { background-color: #A29A79; }

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

This div background color is #A29A79.


Border color

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

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

This div border color is #A29A79.


Opacity

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

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

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

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

This text has shadow with #A29A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29A79 on black background.


Color preview on white background

This text has color #A29A79 on white background.



Black color preview on #A29A79 background

This text has black color on #A29A79 background.


White color preview on #A29A79 background

This text has white color on #A29A79 background.