COLOR #A17D83

HEX: #A17D83 RGB: (161,125,131)

Color info

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

RGB color model

#A17D83 color RGB value is (161,125,131).

RGB: (161,125,131) (63%, 49%, 51%)

RGB channels and saturation

R 161 of 255 = 63%
G 125 of 255 = 49%
B 131 of 255 = 51%

161
125
131

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

Portions of RGB colors in percentages

R + G + B = 161 + 125 + 131 = 417 (100%)
R 161 of 417 ~ 38.61%
G 125 of 417 ~ 29.98%
B 131 of 417 ~ 31.41'%

%38.61
%29.98
%31.41

CMYK color model

#A17D83 color CMYK value is (0,22,19,37).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 18.63%
  • key color value is 36.86%

CMYK: (0,22,19,37)
C0M22Y19K37 (0%, 22%, 19%, 37%)
(0.00 / 0.22 / 0.19 / 0.37)

CMYK percentages

%0
%22.36
%18.63
%36.86

Codes

Color #A17D83 in popluar color models

A1 7D 83
RGB 161 125 131
HSL 350° 16.07% 56.08%
HSB/HSV 350° 22.36% 63.14%
CMYK 0.00% 22.36% 18.63%
36.86%

Color #A17D83 in popluar number systems.

HEX A1 7D 83
Decimal 161 125 131
Binary 10100001 1111101 10000011
Octal 241 175 203

Shades and tints

Shades of #A17D83

#A17D83
(161,125,131)
#937278
(147,114,120)
#85676D
(133,103,109)
#775C62
(119,92,98)
#695157
(105,81,87)
#5B464C
(91,70,76)
#4D3B41
(77,59,65)
#3F3036
(63,48,54)
#31252B
(49,37,43)
#231A20
(35,26,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #A17D83

#A17D83
(161,125,131)
#A9888E
(169,136,142)
#B19399
(177,147,153)
#B99EA4
(185,158,164)
#C1A9AF
(193,169,175)
#C9B4BA
(201,180,186)
#D1BFC5
(209,191,197)
#D9CAD0
(217,202,208)
#E1D5DB
(225,213,219)
#E9E0E6
(233,224,230)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17D83; }

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

This text font color is #A17D83.

Background Color

.myBgColor { background-color: #A17D83; }

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

This div background color is #A17D83.

Border color

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

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

This div border color is #A17D83.

Opacity

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

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

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

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

This text has shadow with #A17D83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17D83.

Preview

Color preview on black background

This text has color #A17D83 on black background.


Color preview on white background

This text has color #A17D83 on white background.


Black color preview on #A17D83 background

This text has black color on #A17D83 background.


White color preview on #A17D83 background

This text has white color on #A17D83 background.


Related colors

Complementary color

Complementary color for #hex is #5E827C.


I love getcolorcode.com

Triadic colors

1 #83A17D and #7D83A1 with #A17D83 are triadic colors.

2 #837DA1 and #7DA183 with #A17D83 are triadic colors.