COLOR #A16A61

HEX: #A16A61
RGB: (161,106,97)

Color info

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

RGB color model

#A16A61 color RGB value is (161,106,97).

  • red value is 161;
  • green value is 106;
  • blue value is 97.
RGB:
(161,106,97)
(63%,42%,38%)

RGB channels and saturation

R 161 of 255 = 63%
G 106 of 255 = 42%
B 97 of 255 = 38%

161
106
97

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

Portions of RGB colors in percentages

R + G + B =
161 + 106 + 97 = 364 (100%)
R 161 of 364 ~ 44.23%
G 106 of 364 ~ 29.12%
B 97 of 364 ~ 26.65%

%44.23
%29.12
%26.65

CMYK color model

#A16A61 color CMYK value is (0,34,40,37).

  • cyan value is 0.00%
  • magenta value is 34.16%
  • yellow value is 39.75%
  • key color value is 36.86%
CMYK:
(0,34,40,37)
C0M34Y40K37 
(0%,34%,40%,37%)
(0.00/0.34/0.40/0.37)	

CMYK percentages

%0
%34.16
%39.75
%36.86

Codes

Color #A16A61 in popluar color models

A16A61
RGB16110697
HSL25.40%50.59%
HSB/HSV39.75%63.14%
CMYK0.00%34.16%39.75%
36.86%

Color #A16A61 in popluar number systems.

HEXA16A61
Decimal16110697
Binary1010000111010101100001
Octal241152141

Shades and tints

Shades of #A16A61

#A16A61
(161,106,97)
#936159
(147,97,89)
#855851
(133,88,81)
#774F49
(119,79,73)
#694641
(105,70,65)
#5B3D39
(91,61,57)
#4D3431
(77,52,49)
#3F2B29
(63,43,41)
#312221
(49,34,33)
#231919
(35,25,25)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #A16A61

#A16A61
(161,106,97)
#A9776F
(169,119,111)
#B1847D
(177,132,125)
#B9918B
(185,145,139)
#C19E99
(193,158,153)
#C9ABA7
(201,171,167)
#D1B8B5
(209,184,181)
#D9C5C3
(217,197,195)
#E1D2D1
(225,210,209)
#E9DFDF
(233,223,223)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16A61 color. Also use rgb(161,106,97) instead hex code.

Text Font Color

.myTextColor { color: #A16A61; }

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

This text font color is #A16A61.


Background Color

.myBgColor { background-color: #A16A61; }

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

This div background color is #A16A61.


Border color

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

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

This div border color is #A16A61.


Opacity

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

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

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

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

This text has shadow with #A16A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16A61 on black background.


Color preview on white background

This text has color #A16A61 on white background.



Black color preview on #A16A61 background

This text has black color on #A16A61 background.


White color preview on #A16A61 background

This text has white color on #A16A61 background.