COLOR #A16E57

HEX: #A16E57
RGB: (161,110,87)

Color info

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

RGB color model

#A16E57 color RGB value is (161,110,87).

  • red value is 161;
  • green value is 110;
  • blue value is 87.
RGB:
(161,110,87)
(63%,43%,34%)

RGB channels and saturation

R 161 of 255 = 63%
G 110 of 255 = 43%
B 87 of 255 = 34%

161
110
87

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

Portions of RGB colors in percentages

R + G + B =
161 + 110 + 87 = 358 (100%)
R 161 of 358 ~ 44.97%
G 110 of 358 ~ 30.73%
B 87 of 358 ~ 24.3%

%44.97
%30.73
%24.3

CMYK color model

#A16E57 color CMYK value is (0,32,46,37).

  • cyan value is 0.00%
  • magenta value is 31.68%
  • yellow value is 45.96%
  • key color value is 36.86%
CMYK:
(0,32,46,37)
C0M32Y46K37 
(0%,32%,46%,37%)
(0.00/0.32/0.46/0.37)	

CMYK percentages

%0
%31.68
%45.96
%36.86

Codes

Color #A16E57 in popluar color models

A16E57
RGB16111087
HSL19°29.84%48.63%
HSB/HSV19°45.96%63.14%
CMYK0.00%31.68%45.96%
36.86%

Color #A16E57 in popluar number systems.

HEXA16E57
Decimal16111087
Binary1010000111011101010111
Octal241156127

Shades and tints

Shades of #A16E57

#A16E57
(161,110,87)
#936450
(147,100,80)
#855A49
(133,90,73)
#775042
(119,80,66)
#69463B
(105,70,59)
#5B3C34
(91,60,52)
#4D322D
(77,50,45)
#3F2826
(63,40,38)
#311E1F
(49,30,31)
#231418
(35,20,24)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #A16E57

#A16E57
(161,110,87)
#A97B66
(169,123,102)
#B18875
(177,136,117)
#B99584
(185,149,132)
#C1A293
(193,162,147)
#C9AFA2
(201,175,162)
#D1BCB1
(209,188,177)
#D9C9C0
(217,201,192)
#E1D6CF
(225,214,207)
#E9E3DE
(233,227,222)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16E57 color. Also use rgb(161,110,87) instead hex code.

Text Font Color

.myTextColor { color: #A16E57; }

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

This text font color is #A16E57.


Background Color

.myBgColor { background-color: #A16E57; }

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

This div background color is #A16E57.


Border color

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

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

This div border color is #A16E57.


Opacity

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

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

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

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

This text has shadow with #A16E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16E57 on black background.


Color preview on white background

This text has color #A16E57 on white background.



Black color preview on #A16E57 background

This text has black color on #A16E57 background.


White color preview on #A16E57 background

This text has white color on #A16E57 background.