COLOR #A17D5E

HEX: #A17D5E
RGB: (161,125,94)

Color info

#A17D5E contains mainly red and green colors. Web safe color of #A17D5E is #996666 (or #966).

RGB color model

#A17D5E color RGB value is (161,125,94).

  • red value is 161;
  • green value is 125;
  • blue value is 94.
RGB:
(161,125,94)
(63%,49%,37%)

RGB channels and saturation

R 161 of 255 = 63%
G 125 of 255 = 49%
B 94 of 255 = 37%

161
125
94

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

Portions of RGB colors in percentages

R + G + B =
161 + 125 + 94 = 380 (100%)
R 161 of 380 ~ 42.37%
G 125 of 380 ~ 32.89%
B 94 of 380 ~ 24.74%

%42.37
%32.89
%24.74

CMYK color model

#A17D5E color CMYK value is (0,22,42,37).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 41.61%
  • key color value is 36.86%
CMYK:
(0,22,42,37)
C0M22Y42K37 
(0%,22%,42%,37%)
(0.00/0.22/0.42/0.37)	

CMYK percentages

%0
%22.36
%41.61
%36.86

Codes

Color #A17D5E in popluar color models

A17D5E
RGB16112594
HSL28°26.27%50.00%
HSB/HSV28°41.61%63.14%
CMYK0.00%22.36%41.61%
36.86%

Color #A17D5E in popluar number systems.

HEXA17D5E
Decimal16112594
Binary1010000111111011011110
Octal241175136

Shades and tints

Shades of #A17D5E

#A17D5E
(161,125,94)
#937256
(147,114,86)
#85674E
(133,103,78)
#775C46
(119,92,70)
#69513E
(105,81,62)
#5B4636
(91,70,54)
#4D3B2E
(77,59,46)
#3F3026
(63,48,38)
#31251E
(49,37,30)
#231A16
(35,26,22)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #A17D5E

#A17D5E
(161,125,94)
#A9886C
(169,136,108)
#B1937A
(177,147,122)
#B99E88
(185,158,136)
#C1A996
(193,169,150)
#C9B4A4
(201,180,164)
#D1BFB2
(209,191,178)
#D9CAC0
(217,202,192)
#E1D5CE
(225,213,206)
#E9E0DC
(233,224,220)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17D5E color. Also use rgb(161,125,94) instead hex code.

Text Font Color

.myTextColor { color: #A17D5E; }

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

This text font color is #A17D5E.


Background Color

.myBgColor { background-color: #A17D5E; }

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

This div background color is #A17D5E.


Border color

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

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

This div border color is #A17D5E.


Opacity

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

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

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

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

This text has shadow with #A17D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17D5E on black background.


Color preview on white background

This text has color #A17D5E on white background.



Black color preview on #A17D5E background

This text has black color on #A17D5E background.


White color preview on #A17D5E background

This text has white color on #A17D5E background.