COLOR #A17E64

HEX: #A17E64
RGB: (161,126,100)

Color info

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

RGB color model

#A17E64 color RGB value is (161,126,100).

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

RGB channels and saturation

R 161 of 255 = 63%
G 126 of 255 = 49%
B 100 of 255 = 39%

161
126
100

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

Portions of RGB colors in percentages

R + G + B =
161 + 126 + 100 = 387 (100%)
R 161 of 387 ~ 41.6%
G 126 of 387 ~ 32.56%
B 100 of 387 ~ 25.84%

%41.6
%32.56
%25.84

CMYK color model

#A17E64 color CMYK value is (0,22,38,37).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 37.89%
  • key color value is 36.86%
CMYK:
(0,22,38,37)
C0M22Y38K37 
(0%,22%,38%,37%)
(0.00/0.22/0.38/0.37)	

CMYK percentages

%0
%21.74
%37.89
%36.86

Codes

Color #A17E64 in popluar color models

A17E64
RGB161126100
HSL26°24.50%51.18%
HSB/HSV26°37.89%63.14%
CMYK0.00%21.74%37.89%
36.86%

Color #A17E64 in popluar number systems.

HEXA17E64
Decimal161126100
Binary1010000111111101100100
Octal241176144

Shades and tints

Shades of #A17E64

#A17E64
(161,126,100)
#93735B
(147,115,91)
#856852
(133,104,82)
#775D49
(119,93,73)
#695240
(105,82,64)
#5B4737
(91,71,55)
#4D3C2E
(77,60,46)
#3F3125
(63,49,37)
#31261C
(49,38,28)
#231B13
(35,27,19)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #A17E64

#A17E64
(161,126,100)
#A98972
(169,137,114)
#B19480
(177,148,128)
#B99F8E
(185,159,142)
#C1AA9C
(193,170,156)
#C9B5AA
(201,181,170)
#D1C0B8
(209,192,184)
#D9CBC6
(217,203,198)
#E1D6D4
(225,214,212)
#E9E1E2
(233,225,226)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17E64; }

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

This text font color is #A17E64.


Background Color

.myBgColor { background-color: #A17E64; }

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

This div background color is #A17E64.


Border color

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

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

This div border color is #A17E64.


Opacity

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

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

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

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

This text has shadow with #A17E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17E64 on black background.


Color preview on white background

This text has color #A17E64 on white background.



Black color preview on #A17E64 background

This text has black color on #A17E64 background.


White color preview on #A17E64 background

This text has white color on #A17E64 background.