COLOR #A17E73

HEX: #A17E73
RGB: (161,126,115)

Color info

#A17E73 contains red, green and blue colors in about the same proportion. Web safe color of #A17E73 is #996666 (or #966).

RGB color model

#A17E73 color RGB value is (161,126,115).

  • red value is 161;
  • green value is 126;
  • blue value is 115.
RGB:
(161,126,115)
(63%,49%,45%)

RGB channels and saturation

R 161 of 255 = 63%
G 126 of 255 = 49%
B 115 of 255 = 45%

161
126
115

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

Portions of RGB colors in percentages

R + G + B =
161 + 126 + 115 = 402 (100%)
R 161 of 402 ~ 40.05%
G 126 of 402 ~ 31.34%
B 115 of 402 ~ 28.61%

%40.05
%31.34
%28.61

CMYK color model

#A17E73 color CMYK value is (0,22,29,37).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 28.57%
  • key color value is 36.86%
CMYK:
(0,22,29,37)
C0M22Y29K37 
(0%,22%,29%,37%)
(0.00/0.22/0.29/0.37)	

CMYK percentages

%0
%21.74
%28.57
%36.86

Codes

Color #A17E73 in popluar color models

A17E73
RGB161126115
HSL14°19.66%54.12%
HSB/HSV14°28.57%63.14%
CMYK0.00%21.74%28.57%
36.86%

Color #A17E73 in popluar number systems.

HEXA17E73
Decimal161126115
Binary1010000111111101110011
Octal241176163

Shades and tints

Shades of #A17E73

#A17E73
(161,126,115)
#937369
(147,115,105)
#85685F
(133,104,95)
#775D55
(119,93,85)
#69524B
(105,82,75)
#5B4741
(91,71,65)
#4D3C37
(77,60,55)
#3F312D
(63,49,45)
#312623
(49,38,35)
#231B19
(35,27,25)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #A17E73

#A17E73
(161,126,115)
#A9897F
(169,137,127)
#B1948B
(177,148,139)
#B99F97
(185,159,151)
#C1AAA3
(193,170,163)
#C9B5AF
(201,181,175)
#D1C0BB
(209,192,187)
#D9CBC7
(217,203,199)
#E1D6D3
(225,214,211)
#E9E1DF
(233,225,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17E73 color. Also use rgb(161,126,115) instead hex code.

Text Font Color

.myTextColor { color: #A17E73; }

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

This text font color is #A17E73.


Background Color

.myBgColor { background-color: #A17E73; }

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

This div background color is #A17E73.


Border color

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

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

This div border color is #A17E73.


Opacity

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

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

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

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

This text has shadow with #A17E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17E73 on black background.


Color preview on white background

This text has color #A17E73 on white background.



Black color preview on #A17E73 background

This text has black color on #A17E73 background.


White color preview on #A17E73 background

This text has white color on #A17E73 background.