COLOR #A16D7B

HEX: #A16D7B RGB: (161,109,123)

Color info

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

RGB color model

#A16D7B color RGB value is (161,109,123).

RGB: (161,109,123) (63%, 43%, 48%)

RGB channels and saturation

R 161 of 255 = 63%
G 109 of 255 = 43%
B 123 of 255 = 48%

161
109
123

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

Portions of RGB colors in percentages

R + G + B = 161 + 109 + 123 = 393 (100%)
R 161 of 393 ~ 40.97%
G 109 of 393 ~ 27.74%
B 123 of 393 ~ 31.3'%

%40.97
%27.74
%31.3

CMYK color model

#A16D7B color CMYK value is (0,32,24,37).

  • cyan value is 0.00%
  • magenta value is 32.30%
  • yellow value is 23.60%
  • key color value is 36.86%

CMYK: (0,32,24,37)
C0M32Y24K37 (0%, 32%, 24%, 37%)
(0.00 / 0.32 / 0.24 / 0.37)

CMYK percentages

%0
%32.3
%23.6
%36.86

Codes

Color #A16D7B in popluar color models

A1 6D 7B
RGB 161 109 123
HSL 344° 21.67% 52.94%
HSB/HSV 344° 32.30% 63.14%
CMYK 0.00% 32.30% 23.60%
36.86%

Color #A16D7B in popluar number systems.

HEX A1 6D 7B
Decimal 161 109 123
Binary 10100001 1101101 1111011
Octal 241 155 173

Shades and tints

Shades of #A16D7B

#A16D7B
(161,109,123)
#936470
(147,100,112)
#855B65
(133,91,101)
#77525A
(119,82,90)
#69494F
(105,73,79)
#5B4044
(91,64,68)
#4D3739
(77,55,57)
#3F2E2E
(63,46,46)
#312523
(49,37,35)
#231C18
(35,28,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A16D7B

#A16D7B
(161,109,123)
#A97A87
(169,122,135)
#B18793
(177,135,147)
#B9949F
(185,148,159)
#C1A1AB
(193,161,171)
#C9AEB7
(201,174,183)
#D1BBC3
(209,187,195)
#D9C8CF
(217,200,207)
#E1D5DB
(225,213,219)
#E9E2E7
(233,226,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16D7B; }

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

This text font color is #A16D7B.

Background Color

.myBgColor { background-color: #A16D7B; }

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

This div background color is #A16D7B.

Border color

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

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

This div border color is #A16D7B.

Opacity

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

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

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

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

This text has shadow with #A16D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A16D7B.

Preview

Color preview on black background

This text has color #A16D7B on black background.


Color preview on white background

This text has color #A16D7B on white background.


Black color preview on #A16D7B background

This text has black color on #A16D7B background.


White color preview on #A16D7B background

This text has white color on #A16D7B background.


Related colors

Complementary color

Complementary color for #hex is #5E9284.


I love getcolorcode.com

Triadic colors

1 #7BA16D and #6D7BA1 with #A16D7B are triadic colors.

2 #7B6DA1 and #6DA17B with #A16D7B are triadic colors.