COLOR #A16B77

HEX: #A16B77
RGB: (161,107,119)

Color info

#A16B77 contains red, green and blue colors in about the same proportion. Web safe color of #A16B77 is #996666 (or #966).

RGB color model

#A16B77 color RGB value is (161,107,119).

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

RGB channels and saturation

R 161 of 255 = 63%
G 107 of 255 = 42%
B 119 of 255 = 47%

161
107
119

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

Portions of RGB colors in percentages

R + G + B =
161 + 107 + 119 = 387 (100%)
R 161 of 387 ~ 41.6%
G 107 of 387 ~ 27.65%
B 119 of 387 ~ 30.75%

%41.6
%27.65
%30.75

CMYK color model

#A16B77 color CMYK value is (0,34,26,37).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 26.09%
  • key color value is 36.86%
CMYK:
(0,34,26,37)
C0M34Y26K37 
(0%,34%,26%,37%)
(0.00/0.34/0.26/0.37)	

CMYK percentages

%0
%33.54
%26.09
%36.86

Codes

Color #A16B77 in popluar color models

A16B77
RGB161107119
HSL347°22.31%52.55%
HSB/HSV347°33.54%63.14%
CMYK0.00%33.54%26.09%
36.86%

Color #A16B77 in popluar number systems.

HEXA16B77
Decimal161107119
Binary1010000111010111110111
Octal241153167

Shades and tints

Shades of #A16B77

#A16B77
(161,107,119)
#93626D
(147,98,109)
#855963
(133,89,99)
#775059
(119,80,89)
#69474F
(105,71,79)
#5B3E45
(91,62,69)
#4D353B
(77,53,59)
#3F2C31
(63,44,49)
#312327
(49,35,39)
#231A1D
(35,26,29)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #A16B77

#A16B77
(161,107,119)
#A97883
(169,120,131)
#B1858F
(177,133,143)
#B9929B
(185,146,155)
#C19FA7
(193,159,167)
#C9ACB3
(201,172,179)
#D1B9BF
(209,185,191)
#D9C6CB
(217,198,203)
#E1D3D7
(225,211,215)
#E9E0E3
(233,224,227)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16B77; }

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

This text font color is #A16B77.


Background Color

.myBgColor { background-color: #A16B77; }

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

This div background color is #A16B77.


Border color

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

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

This div border color is #A16B77.


Opacity

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

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

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

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

This text has shadow with #A16B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16B77 on black background.


Color preview on white background

This text has color #A16B77 on white background.



Black color preview on #A16B77 background

This text has black color on #A16B77 background.


White color preview on #A16B77 background

This text has white color on #A16B77 background.