COLOR #A16676

HEX: #A16676
RGB: (161,102,118)

Color info

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

RGB color model

#A16676 color RGB value is (161,102,118).

  • red value is 161;
  • green value is 102;
  • blue value is 118.
RGB:
(161,102,118)
(63%,40%,46%)

RGB channels and saturation

R 161 of 255 = 63%
G 102 of 255 = 40%
B 118 of 255 = 46%

161
102
118

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

Portions of RGB colors in percentages

R + G + B =
161 + 102 + 118 = 381 (100%)
R 161 of 381 ~ 42.26%
G 102 of 381 ~ 26.77%
B 118 of 381 ~ 30.97%

%42.26
%26.77
%30.97

CMYK color model

#A16676 color CMYK value is (0,37,27,37).

  • cyan value is 0.00%
  • magenta value is 36.65%
  • yellow value is 26.71%
  • key color value is 36.86%
CMYK:
(0,37,27,37)
C0M37Y27K37 
(0%,37%,27%,37%)
(0.00/0.37/0.27/0.37)	

CMYK percentages

%0
%36.65
%26.71
%36.86

Codes

Color #A16676 in popluar color models

A16676
RGB161102118
HSL344°23.89%51.57%
HSB/HSV344°36.65%63.14%
CMYK0.00%36.65%26.71%
36.86%

Color #A16676 in popluar number systems.

HEXA16676
Decimal161102118
Binary1010000111001101110110
Octal241146166

Shades and tints

Shades of #A16676

#A16676
(161,102,118)
#935D6C
(147,93,108)
#855462
(133,84,98)
#774B58
(119,75,88)
#69424E
(105,66,78)
#5B3944
(91,57,68)
#4D303A
(77,48,58)
#3F2730
(63,39,48)
#311E26
(49,30,38)
#23151C
(35,21,28)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #A16676

#A16676
(161,102,118)
#A97382
(169,115,130)
#B1808E
(177,128,142)
#B98D9A
(185,141,154)
#C19AA6
(193,154,166)
#C9A7B2
(201,167,178)
#D1B4BE
(209,180,190)
#D9C1CA
(217,193,202)
#E1CED6
(225,206,214)
#E9DBE2
(233,219,226)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16676 color. Also use rgb(161,102,118) instead hex code.

Text Font Color

.myTextColor { color: #A16676; }

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

This text font color is #A16676.


Background Color

.myBgColor { background-color: #A16676; }

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

This div background color is #A16676.


Border color

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

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

This div border color is #A16676.


Opacity

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

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

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

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

This text has shadow with #A16676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16676 on black background.


Color preview on white background

This text has color #A16676 on white background.



Black color preview on #A16676 background

This text has black color on #A16676 background.


White color preview on #A16676 background

This text has white color on #A16676 background.