COLOR #A16389

HEX: #A16389
RGB: (161,99,137)

Color info

#A16389 contains mainly red and blue colors. Web safe color of #A16389 is #996699 (or #969).

RGB color model

#A16389 color RGB value is (161,99,137).

  • red value is 161;
  • green value is 99;
  • blue value is 137.
RGB:
(161,99,137)
(63%,39%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 99 of 255 = 39%
B 137 of 255 = 54%

161
99
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 99 + 137 = 397 (100%)
R 161 of 397 ~ 40.55%
G 99 of 397 ~ 24.94%
B 137 of 397 ~ 34.51%

%40.55
%24.94
%34.51

CMYK color model

#A16389 color CMYK value is (0,39,15,37).

  • cyan value is 0.00%
  • magenta value is 38.51%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(0,39,15,37)
C0M39Y15K37 
(0%,39%,15%,37%)
(0.00/0.39/0.15/0.37)	

CMYK percentages

%0
%38.51
%14.91
%36.86

Codes

Color #A16389 in popluar color models

A16389
RGB16199137
HSL323°24.80%50.98%
HSB/HSV323°38.51%63.14%
CMYK0.00%38.51%14.91%
36.86%

Color #A16389 in popluar number systems.

HEXA16389
Decimal16199137
Binary10100001110001110001001
Octal241143211

Shades and tints

Shades of #A16389

#A16389
(161,99,137)
#935A7D
(147,90,125)
#855171
(133,81,113)
#774865
(119,72,101)
#693F59
(105,63,89)
#5B364D
(91,54,77)
#4D2D41
(77,45,65)
#3F2435
(63,36,53)
#311B29
(49,27,41)
#23121D
(35,18,29)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #A16389

#A16389
(161,99,137)
#A97193
(169,113,147)
#B17F9D
(177,127,157)
#B98DA7
(185,141,167)
#C19BB1
(193,155,177)
#C9A9BB
(201,169,187)
#D1B7C5
(209,183,197)
#D9C5CF
(217,197,207)
#E1D3D9
(225,211,217)
#E9E1E3
(233,225,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16389 color. Also use rgb(161,99,137) instead hex code.

Text Font Color

.myTextColor { color: #A16389; }

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

This text font color is #A16389.


Background Color

.myBgColor { background-color: #A16389; }

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

This div background color is #A16389.


Border color

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

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

This div border color is #A16389.


Opacity

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

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

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

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

This text has shadow with #A16389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16389 on black background.


Color preview on white background

This text has color #A16389 on white background.



Black color preview on #A16389 background

This text has black color on #A16389 background.


White color preview on #A16389 background

This text has white color on #A16389 background.