COLOR #A29D77

HEX: #A29D77
RGB: (162,157,119)

Color info

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

RGB color model

#A29D77 color RGB value is (162,157,119).

  • red value is 162;
  • green value is 157;
  • blue value is 119.
RGB:
(162,157,119)
(64%,62%,47%)

RGB channels and saturation

R 162 of 255 = 64%
G 157 of 255 = 62%
B 119 of 255 = 47%

162
157
119

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

Portions of RGB colors in percentages

R + G + B =
162 + 157 + 119 = 438 (100%)
R 162 of 438 ~ 36.99%
G 157 of 438 ~ 35.84%
B 119 of 438 ~ 27.17%

%36.99
%35.84
%27.17

CMYK color model

#A29D77 color CMYK value is (0,3,27,36).

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 26.54%
  • key color value is 36.47%
CMYK:
(0,3,27,36)
C0M3Y27K36 
(0%,3%,27%,36%)
(0.00/0.03/0.27/0.36)	

CMYK percentages

%0
%3.09
%26.54
%36.47

Codes

Color #A29D77 in popluar color models

A29D77
RGB162157119
HSL53°18.78%55.10%
HSB/HSV53°26.54%63.53%
CMYK0.00%3.09%26.54%
36.47%

Color #A29D77 in popluar number systems.

HEXA29D77
Decimal162157119
Binary10100010100111011110111
Octal242235167

Shades and tints

Shades of #A29D77

#A29D77
(162,157,119)
#948F6D
(148,143,109)
#868163
(134,129,99)
#787359
(120,115,89)
#6A654F
(106,101,79)
#5C5745
(92,87,69)
#4E493B
(78,73,59)
#403B31
(64,59,49)
#322D27
(50,45,39)
#241F1D
(36,31,29)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #A29D77

#A29D77
(162,157,119)
#AAA583
(170,165,131)
#B2AD8F
(178,173,143)
#BAB59B
(186,181,155)
#C2BDA7
(194,189,167)
#CAC5B3
(202,197,179)
#D2CDBF
(210,205,191)
#DAD5CB
(218,213,203)
#E2DDD7
(226,221,215)
#EAE5E3
(234,229,227)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29D77 color. Also use rgb(162,157,119) instead hex code.

Text Font Color

.myTextColor { color: #A29D77; }

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

This text font color is #A29D77.


Background Color

.myBgColor { background-color: #A29D77; }

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

This div background color is #A29D77.


Border color

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

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

This div border color is #A29D77.


Opacity

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

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

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

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

This text has shadow with #A29D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29D77 on black background.


Color preview on white background

This text has color #A29D77 on white background.



Black color preview on #A29D77 background

This text has black color on #A29D77 background.


White color preview on #A29D77 background

This text has white color on #A29D77 background.