COLOR #A29B79

HEX: #A29B79
RGB: (162,155,121)

Color info

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

RGB color model

#A29B79 color RGB value is (162,155,121).

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

RGB channels and saturation

R 162 of 255 = 64%
G 155 of 255 = 61%
B 121 of 255 = 47%

162
155
121

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

Portions of RGB colors in percentages

R + G + B =
162 + 155 + 121 = 438 (100%)
R 162 of 438 ~ 36.99%
G 155 of 438 ~ 35.39%
B 121 of 438 ~ 27.63%

%36.99
%35.39
%27.63

CMYK color model

#A29B79 color CMYK value is (0,4,25,36).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK:
(0,4,25,36)
C0M4Y25K36 
(0%,4%,25%,36%)
(0.00/0.04/0.25/0.36)	

CMYK percentages

%0
%4.32
%25.31
%36.47

Codes

Color #A29B79 in popluar color models

A29B79
RGB162155121
HSL50°18.06%55.49%
HSB/HSV50°25.31%63.53%
CMYK0.00%4.32%25.31%
36.47%

Color #A29B79 in popluar number systems.

HEXA29B79
Decimal162155121
Binary10100010100110111111001
Octal242233171

Shades and tints

Shades of #A29B79

#A29B79
(162,155,121)
#948D6E
(148,141,110)
#867F63
(134,127,99)
#787158
(120,113,88)
#6A634D
(106,99,77)
#5C5542
(92,85,66)
#4E4737
(78,71,55)
#40392C
(64,57,44)
#322B21
(50,43,33)
#241D16
(36,29,22)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #A29B79

#A29B79
(162,155,121)
#AAA485
(170,164,133)
#B2AD91
(178,173,145)
#BAB69D
(186,182,157)
#C2BFA9
(194,191,169)
#CAC8B5
(202,200,181)
#D2D1C1
(210,209,193)
#DADACD
(218,218,205)
#E2E3D9
(226,227,217)
#EAECE5
(234,236,229)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29B79; }

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

This text font color is #A29B79.


Background Color

.myBgColor { background-color: #A29B79; }

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

This div background color is #A29B79.


Border color

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

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

This div border color is #A29B79.


Opacity

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

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

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

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

This text has shadow with #A29B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29B79 on black background.


Color preview on white background

This text has color #A29B79 on white background.



Black color preview on #A29B79 background

This text has black color on #A29B79 background.


White color preview on #A29B79 background

This text has white color on #A29B79 background.