COLOR #A16B56

HEX: #A16B56
RGB: (161,107,86)

Color info

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

RGB color model

#A16B56 color RGB value is (161,107,86).

  • red value is 161;
  • green value is 107;
  • blue value is 86.
RGB:
(161,107,86)
(63%,42%,34%)

RGB channels and saturation

R 161 of 255 = 63%
G 107 of 255 = 42%
B 86 of 255 = 34%

161
107
86

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

Portions of RGB colors in percentages

R + G + B =
161 + 107 + 86 = 354 (100%)
R 161 of 354 ~ 45.48%
G 107 of 354 ~ 30.23%
B 86 of 354 ~ 24.29%

%45.48
%30.23
%24.29

CMYK color model

#A16B56 color CMYK value is (0,34,47,37).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 46.58%
  • key color value is 36.86%
CMYK:
(0,34,47,37)
C0M34Y47K37 
(0%,34%,47%,37%)
(0.00/0.34/0.47/0.37)	

CMYK percentages

%0
%33.54
%46.58
%36.86

Codes

Color #A16B56 in popluar color models

A16B56
RGB16110786
HSL17°30.36%48.43%
HSB/HSV17°46.58%63.14%
CMYK0.00%33.54%46.58%
36.86%

Color #A16B56 in popluar number systems.

HEXA16B56
Decimal16110786
Binary1010000111010111010110
Octal241153126

Shades and tints

Shades of #A16B56

#A16B56
(161,107,86)
#93624F
(147,98,79)
#855948
(133,89,72)
#775041
(119,80,65)
#69473A
(105,71,58)
#5B3E33
(91,62,51)
#4D352C
(77,53,44)
#3F2C25
(63,44,37)
#31231E
(49,35,30)
#231A17
(35,26,23)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A16B56

#A16B56
(161,107,86)
#A97865
(169,120,101)
#B18574
(177,133,116)
#B99283
(185,146,131)
#C19F92
(193,159,146)
#C9ACA1
(201,172,161)
#D1B9B0
(209,185,176)
#D9C6BF
(217,198,191)
#E1D3CE
(225,211,206)
#E9E0DD
(233,224,221)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16B56 color. Also use rgb(161,107,86) instead hex code.

Text Font Color

.myTextColor { color: #A16B56; }

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

This text font color is #A16B56.


Background Color

.myBgColor { background-color: #A16B56; }

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

This div background color is #A16B56.


Border color

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

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

This div border color is #A16B56.


Opacity

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

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

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

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

This text has shadow with #A16B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16B56 on black background.


Color preview on white background

This text has color #A16B56 on white background.



Black color preview on #A16B56 background

This text has black color on #A16B56 background.


White color preview on #A16B56 background

This text has white color on #A16B56 background.