COLOR #A16B7D

HEX: #A16B7D
RGB: (161,107,125)

Color info

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

RGB color model

#A16B7D color RGB value is (161,107,125).

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

RGB channels and saturation

R 161 of 255 = 63%
G 107 of 255 = 42%
B 125 of 255 = 49%

161
107
125

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

Portions of RGB colors in percentages

R + G + B =
161 + 107 + 125 = 393 (100%)
R 161 of 393 ~ 40.97%
G 107 of 393 ~ 27.23%
B 125 of 393 ~ 31.81%

%40.97
%27.23
%31.81

CMYK color model

#A16B7D color CMYK value is (0,34,22,37).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(0,34,22,37)
C0M34Y22K37 
(0%,34%,22%,37%)
(0.00/0.34/0.22/0.37)	

CMYK percentages

%0
%33.54
%22.36
%36.86

Codes

Color #A16B7D in popluar color models

A16B7D
RGB161107125
HSL340°22.31%52.55%
HSB/HSV340°33.54%63.14%
CMYK0.00%33.54%22.36%
36.86%

Color #A16B7D in popluar number systems.

HEXA16B7D
Decimal161107125
Binary1010000111010111111101
Octal241153175

Shades and tints

Shades of #A16B7D

#A16B7D
(161,107,125)
#936272
(147,98,114)
#855967
(133,89,103)
#77505C
(119,80,92)
#694751
(105,71,81)
#5B3E46
(91,62,70)
#4D353B
(77,53,59)
#3F2C30
(63,44,48)
#312325
(49,35,37)
#231A1A
(35,26,26)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #A16B7D

#A16B7D
(161,107,125)
#A97888
(169,120,136)
#B18593
(177,133,147)
#B9929E
(185,146,158)
#C19FA9
(193,159,169)
#C9ACB4
(201,172,180)
#D1B9BF
(209,185,191)
#D9C6CA
(217,198,202)
#E1D3D5
(225,211,213)
#E9E0E0
(233,224,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16B7D; }

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

This text font color is #A16B7D.


Background Color

.myBgColor { background-color: #A16B7D; }

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

This div background color is #A16B7D.


Border color

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

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

This div border color is #A16B7D.


Opacity

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

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

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

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

This text has shadow with #A16B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16B7D on black background.


Color preview on white background

This text has color #A16B7D on white background.



Black color preview on #A16B7D background

This text has black color on #A16B7D background.


White color preview on #A16B7D background

This text has white color on #A16B7D background.