COLOR #A16D83

HEX: #A16D83
RGB: (161,109,131)

Color info

#A16D83 contains red, green and blue colors in about the same proportion. Web safe color of #A16D83 is #996699 (or #969).

RGB color model

#A16D83 color RGB value is (161,109,131).

  • red value is 161;
  • green value is 109;
  • blue value is 131.
RGB:
(161,109,131)
(63%,43%,51%)

RGB channels and saturation

R 161 of 255 = 63%
G 109 of 255 = 43%
B 131 of 255 = 51%

161
109
131

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

Portions of RGB colors in percentages

R + G + B =
161 + 109 + 131 = 401 (100%)
R 161 of 401 ~ 40.15%
G 109 of 401 ~ 27.18%
B 131 of 401 ~ 32.67%

%40.15
%27.18
%32.67

CMYK color model

#A16D83 color CMYK value is (0,32,19,37).

  • cyan value is 0.00%
  • magenta value is 32.30%
  • yellow value is 18.63%
  • key color value is 36.86%
CMYK:
(0,32,19,37)
C0M32Y19K37 
(0%,32%,19%,37%)
(0.00/0.32/0.19/0.37)	

CMYK percentages

%0
%32.3
%18.63
%36.86

Codes

Color #A16D83 in popluar color models

A16D83
RGB161109131
HSL335°21.67%52.94%
HSB/HSV335°32.30%63.14%
CMYK0.00%32.30%18.63%
36.86%

Color #A16D83 in popluar number systems.

HEXA16D83
Decimal161109131
Binary10100001110110110000011
Octal241155203

Shades and tints

Shades of #A16D83

#A16D83
(161,109,131)
#936478
(147,100,120)
#855B6D
(133,91,109)
#775262
(119,82,98)
#694957
(105,73,87)
#5B404C
(91,64,76)
#4D3741
(77,55,65)
#3F2E36
(63,46,54)
#31252B
(49,37,43)
#231C20
(35,28,32)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A16D83

#A16D83
(161,109,131)
#A97A8E
(169,122,142)
#B18799
(177,135,153)
#B994A4
(185,148,164)
#C1A1AF
(193,161,175)
#C9AEBA
(201,174,186)
#D1BBC5
(209,187,197)
#D9C8D0
(217,200,208)
#E1D5DB
(225,213,219)
#E9E2E6
(233,226,230)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16D83 color. Also use rgb(161,109,131) instead hex code.

Text Font Color

.myTextColor { color: #A16D83; }

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

This text font color is #A16D83.


Background Color

.myBgColor { background-color: #A16D83; }

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

This div background color is #A16D83.


Border color

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

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

This div border color is #A16D83.


Opacity

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

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

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

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

This text has shadow with #A16D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16D83 on black background.


Color preview on white background

This text has color #A16D83 on white background.



Black color preview on #A16D83 background

This text has black color on #A16D83 background.


White color preview on #A16D83 background

This text has white color on #A16D83 background.