COLOR #A16D8C

HEX: #A16D8C RGB: (161,109,140)

Color info

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

RGB color model

#A16D8C color RGB value is (161,109,140).

RGB: (161,109,140) (63%, 43%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 109 of 255 = 43%
B 140 of 255 = 55%

161
109
140

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

Portions of RGB colors in percentages

R + G + B = 161 + 109 + 140 = 410 (100%)
R 161 of 410 ~ 39.27%
G 109 of 410 ~ 26.59%
B 140 of 410 ~ 34.15'%

%39.27
%26.59
%34.15

CMYK color model

#A16D8C color CMYK value is (0,32,13,37).

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

CMYK: (0,32,13,37)
C0M32Y13K37 (0%, 32%, 13%, 37%)
(0.00 / 0.32 / 0.13 / 0.37)

CMYK percentages

%0
%32.3
%13.04
%36.86

Codes

Color #A16D8C in popluar color models

A1 6D 8C
RGB 161 109 140
HSL 324° 21.67% 52.94%
HSB/HSV 324° 32.30% 63.14%
CMYK 0.00% 32.30% 13.04%
36.86%

Color #A16D8C in popluar number systems.

HEX A1 6D 8C
Decimal 161 109 140
Binary 10100001 1101101 10001100
Octal 241 155 214

Shades and tints

Shades of #A16D8C

#A16D8C
(161,109,140)
#936480
(147,100,128)
#855B74
(133,91,116)
#775268
(119,82,104)
#69495C
(105,73,92)
#5B4050
(91,64,80)
#4D3744
(77,55,68)
#3F2E38
(63,46,56)
#31252C
(49,37,44)
#231C20
(35,28,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A16D8C

#A16D8C
(161,109,140)
#A97A96
(169,122,150)
#B187A0
(177,135,160)
#B994AA
(185,148,170)
#C1A1B4
(193,161,180)
#C9AEBE
(201,174,190)
#D1BBC8
(209,187,200)
#D9C8D2
(217,200,210)
#E1D5DC
(225,213,220)
#E9E2E6
(233,226,230)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16D8C; }

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

This text font color is #A16D8C.

Background Color

.myBgColor { background-color: #A16D8C; }

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

This div background color is #A16D8C.

Border color

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

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

This div border color is #A16D8C.

Opacity

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

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

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

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

This text has shadow with #A16D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A16D8C.

Preview

Color preview on black background

This text has color #A16D8C on black background.


Color preview on white background

This text has color #A16D8C on white background.


Black color preview on #A16D8C background

This text has black color on #A16D8C background.


White color preview on #A16D8C background

This text has white color on #A16D8C background.


Related colors

Complementary color

Complementary color for #hex is #5E9273.


I love getcolorcode.com

Triadic colors

1 #8CA16D and #6D8CA1 with #A16D8C are triadic colors.

2 #8C6DA1 and #6DA18C with #A16D8C are triadic colors.