COLOR #A29F73

HEX: #A29F73
RGB: (162,159,115)

Color info

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

RGB color model

#A29F73 color RGB value is (162,159,115).

  • red value is 162;
  • green value is 159;
  • blue value is 115.
RGB:
(162,159,115)
(64%,62%,45%)

RGB channels and saturation

R 162 of 255 = 64%
G 159 of 255 = 62%
B 115 of 255 = 45%

162
159
115

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

Portions of RGB colors in percentages

R + G + B =
162 + 159 + 115 = 436 (100%)
R 162 of 436 ~ 37.16%
G 159 of 436 ~ 36.47%
B 115 of 436 ~ 26.38%

%37.16
%36.47
%26.38

CMYK color model

#A29F73 color CMYK value is (0,2,29,36).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 29.01%
  • key color value is 36.47%
CMYK:
(0,2,29,36)
C0M2Y29K36 
(0%,2%,29%,36%)
(0.00/0.02/0.29/0.36)	

CMYK percentages

%0
%1.85
%29.01
%36.47

Codes

Color #A29F73 in popluar color models

A29F73
RGB162159115
HSL56°20.17%54.31%
HSB/HSV56°29.01%63.53%
CMYK0.00%1.85%29.01%
36.47%

Color #A29F73 in popluar number systems.

HEXA29F73
Decimal162159115
Binary10100010100111111110011
Octal242237163

Shades and tints

Shades of #A29F73

#A29F73
(162,159,115)
#949169
(148,145,105)
#86835F
(134,131,95)
#787555
(120,117,85)
#6A674B
(106,103,75)
#5C5941
(92,89,65)
#4E4B37
(78,75,55)
#403D2D
(64,61,45)
#322F23
(50,47,35)
#242119
(36,33,25)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #A29F73

#A29F73
(162,159,115)
#AAA77F
(170,167,127)
#B2AF8B
(178,175,139)
#BAB797
(186,183,151)
#C2BFA3
(194,191,163)
#CAC7AF
(202,199,175)
#D2CFBB
(210,207,187)
#DAD7C7
(218,215,199)
#E2DFD3
(226,223,211)
#EAE7DF
(234,231,223)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29F73 color. Also use rgb(162,159,115) instead hex code.

Text Font Color

.myTextColor { color: #A29F73; }

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

This text font color is #A29F73.


Background Color

.myBgColor { background-color: #A29F73; }

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

This div background color is #A29F73.


Border color

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

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

This div border color is #A29F73.


Opacity

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

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

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

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

This text has shadow with #A29F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29F73 on black background.


Color preview on white background

This text has color #A29F73 on white background.



Black color preview on #A29F73 background

This text has black color on #A29F73 background.


White color preview on #A29F73 background

This text has white color on #A29F73 background.