COLOR #A17F4E

HEX: #A17F4E
RGB: (161,127,78)

Color info

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

RGB color model

#A17F4E color RGB value is (161,127,78).

  • red value is 161;
  • green value is 127;
  • blue value is 78.
RGB:
(161,127,78)
(63%,50%,31%)

RGB channels and saturation

R 161 of 255 = 63%
G 127 of 255 = 50%
B 78 of 255 = 31%

161
127
78

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

Portions of RGB colors in percentages

R + G + B =
161 + 127 + 78 = 366 (100%)
R 161 of 366 ~ 43.99%
G 127 of 366 ~ 34.7%
B 78 of 366 ~ 21.31%

%43.99
%34.7
%21.31

CMYK color model

#A17F4E color CMYK value is (0,21,52,37).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 51.55%
  • key color value is 36.86%
CMYK:
(0,21,52,37)
C0M21Y52K37 
(0%,21%,52%,37%)
(0.00/0.21/0.52/0.37)	

CMYK percentages

%0
%21.12
%51.55
%36.86

Codes

Color #A17F4E in popluar color models

A17F4E
RGB16112778
HSL35°34.73%46.86%
HSB/HSV35°51.55%63.14%
CMYK0.00%21.12%51.55%
36.86%

Color #A17F4E in popluar number systems.

HEXA17F4E
Decimal16112778
Binary1010000111111111001110
Octal241177116

Shades and tints

Shades of #A17F4E

#A17F4E
(161,127,78)
#937447
(147,116,71)
#856940
(133,105,64)
#775E39
(119,94,57)
#695332
(105,83,50)
#5B482B
(91,72,43)
#4D3D24
(77,61,36)
#3F321D
(63,50,29)
#312716
(49,39,22)
#231C0F
(35,28,15)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #A17F4E

#A17F4E
(161,127,78)
#A98A5E
(169,138,94)
#B1956E
(177,149,110)
#B9A07E
(185,160,126)
#C1AB8E
(193,171,142)
#C9B69E
(201,182,158)
#D1C1AE
(209,193,174)
#D9CCBE
(217,204,190)
#E1D7CE
(225,215,206)
#E9E2DE
(233,226,222)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17F4E color. Also use rgb(161,127,78) instead hex code.

Text Font Color

.myTextColor { color: #A17F4E; }

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

This text font color is #A17F4E.


Background Color

.myBgColor { background-color: #A17F4E; }

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

This div background color is #A17F4E.


Border color

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

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

This div border color is #A17F4E.


Opacity

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

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

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

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

This text has shadow with #A17F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17F4E on black background.


Color preview on white background

This text has color #A17F4E on white background.



Black color preview on #A17F4E background

This text has black color on #A17F4E background.


White color preview on #A17F4E background

This text has white color on #A17F4E background.