COLOR #A17E71

HEX: #A17E71
RGB: (161,126,113)

Color info

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

RGB color model

#A17E71 color RGB value is (161,126,113).

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

RGB channels and saturation

R 161 of 255 = 63%
G 126 of 255 = 49%
B 113 of 255 = 44%

161
126
113

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

Portions of RGB colors in percentages

R + G + B =
161 + 126 + 113 = 400 (100%)
R 161 of 400 ~ 40.25%
G 126 of 400 ~ 31.5%
B 113 of 400 ~ 28.25%

%40.25
%31.5
%28.25

CMYK color model

#A17E71 color CMYK value is (0,22,30,37).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 29.81%
  • key color value is 36.86%
CMYK:
(0,22,30,37)
C0M22Y30K37 
(0%,22%,30%,37%)
(0.00/0.22/0.30/0.37)	

CMYK percentages

%0
%21.74
%29.81
%36.86

Codes

Color #A17E71 in popluar color models

A17E71
RGB161126113
HSL16°20.34%53.73%
HSB/HSV16°29.81%63.14%
CMYK0.00%21.74%29.81%
36.86%

Color #A17E71 in popluar number systems.

HEXA17E71
Decimal161126113
Binary1010000111111101110001
Octal241176161

Shades and tints

Shades of #A17E71

#A17E71
(161,126,113)
#937367
(147,115,103)
#85685D
(133,104,93)
#775D53
(119,93,83)
#695249
(105,82,73)
#5B473F
(91,71,63)
#4D3C35
(77,60,53)
#3F312B
(63,49,43)
#312621
(49,38,33)
#231B17
(35,27,23)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #A17E71

#A17E71
(161,126,113)
#A9897D
(169,137,125)
#B19489
(177,148,137)
#B99F95
(185,159,149)
#C1AAA1
(193,170,161)
#C9B5AD
(201,181,173)
#D1C0B9
(209,192,185)
#D9CBC5
(217,203,197)
#E1D6D1
(225,214,209)
#E9E1DD
(233,225,221)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17E71; }

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

This text font color is #A17E71.


Background Color

.myBgColor { background-color: #A17E71; }

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

This div background color is #A17E71.


Border color

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

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

This div border color is #A17E71.


Opacity

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

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

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

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

This text has shadow with #A17E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17E71 on black background.


Color preview on white background

This text has color #A17E71 on white background.



Black color preview on #A17E71 background

This text has black color on #A17E71 background.


White color preview on #A17E71 background

This text has white color on #A17E71 background.