COLOR #A16E8D

HEX: #A16E8D
RGB: (161,110,141)

Color info

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

RGB color model

#A16E8D color RGB value is (161,110,141).

  • red value is 161;
  • green value is 110;
  • blue value is 141.
RGB:
(161,110,141)
(63%,43%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 110 of 255 = 43%
B 141 of 255 = 55%

161
110
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 110 + 141 = 412 (100%)
R 161 of 412 ~ 39.08%
G 110 of 412 ~ 26.7%
B 141 of 412 ~ 34.22%

%39.08
%26.7
%34.22

CMYK color model

#A16E8D color CMYK value is (0,32,12,37).

  • cyan value is 0.00%
  • magenta value is 31.68%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(0,32,12,37)
C0M32Y12K37 
(0%,32%,12%,37%)
(0.00/0.32/0.12/0.37)	

CMYK percentages

%0
%31.68
%12.42
%36.86

Codes

Color #A16E8D in popluar color models

A16E8D
RGB161110141
HSL324°21.34%53.14%
HSB/HSV324°31.68%63.14%
CMYK0.00%31.68%12.42%
36.86%

Color #A16E8D in popluar number systems.

HEXA16E8D
Decimal161110141
Binary10100001110111010001101
Octal241156215

Shades and tints

Shades of #A16E8D

#A16E8D
(161,110,141)
#936481
(147,100,129)
#855A75
(133,90,117)
#775069
(119,80,105)
#69465D
(105,70,93)
#5B3C51
(91,60,81)
#4D3245
(77,50,69)
#3F2839
(63,40,57)
#311E2D
(49,30,45)
#231421
(35,20,33)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #A16E8D

#A16E8D
(161,110,141)
#A97B97
(169,123,151)
#B188A1
(177,136,161)
#B995AB
(185,149,171)
#C1A2B5
(193,162,181)
#C9AFBF
(201,175,191)
#D1BCC9
(209,188,201)
#D9C9D3
(217,201,211)
#E1D6DD
(225,214,221)
#E9E3E7
(233,227,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16E8D color. Also use rgb(161,110,141) instead hex code.

Text Font Color

.myTextColor { color: #A16E8D; }

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

This text font color is #A16E8D.


Background Color

.myBgColor { background-color: #A16E8D; }

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

This div background color is #A16E8D.


Border color

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

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

This div border color is #A16E8D.


Opacity

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

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

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

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

This text has shadow with #A16E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16E8D on black background.


Color preview on white background

This text has color #A16E8D on white background.



Black color preview on #A16E8D background

This text has black color on #A16E8D background.


White color preview on #A16E8D background

This text has white color on #A16E8D background.