COLOR #A17D89

HEX: #A17D89
RGB: (161,125,137)

Color info

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

RGB color model

#A17D89 color RGB value is (161,125,137).

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

RGB channels and saturation

R 161 of 255 = 63%
G 125 of 255 = 49%
B 137 of 255 = 54%

161
125
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 125 + 137 = 423 (100%)
R 161 of 423 ~ 38.06%
G 125 of 423 ~ 29.55%
B 137 of 423 ~ 32.39%

%38.06
%29.55
%32.39

CMYK color model

#A17D89 color CMYK value is (0,22,15,37).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(0,22,15,37)
C0M22Y15K37 
(0%,22%,15%,37%)
(0.00/0.22/0.15/0.37)	

CMYK percentages

%0
%22.36
%14.91
%36.86

Codes

Color #A17D89 in popluar color models

A17D89
RGB161125137
HSL340°16.07%56.08%
HSB/HSV340°22.36%63.14%
CMYK0.00%22.36%14.91%
36.86%

Color #A17D89 in popluar number systems.

HEXA17D89
Decimal161125137
Binary10100001111110110001001
Octal241175211

Shades and tints

Shades of #A17D89

#A17D89
(161,125,137)
#93727D
(147,114,125)
#856771
(133,103,113)
#775C65
(119,92,101)
#695159
(105,81,89)
#5B464D
(91,70,77)
#4D3B41
(77,59,65)
#3F3035
(63,48,53)
#312529
(49,37,41)
#231A1D
(35,26,29)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #A17D89

#A17D89
(161,125,137)
#A98893
(169,136,147)
#B1939D
(177,147,157)
#B99EA7
(185,158,167)
#C1A9B1
(193,169,177)
#C9B4BB
(201,180,187)
#D1BFC5
(209,191,197)
#D9CACF
(217,202,207)
#E1D5D9
(225,213,217)
#E9E0E3
(233,224,227)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17D89; }

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

This text font color is #A17D89.


Background Color

.myBgColor { background-color: #A17D89; }

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

This div background color is #A17D89.


Border color

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

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

This div border color is #A17D89.


Opacity

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

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

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

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

This text has shadow with #A17D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17D89 on black background.


Color preview on white background

This text has color #A17D89 on white background.



Black color preview on #A17D89 background

This text has black color on #A17D89 background.


White color preview on #A17D89 background

This text has white color on #A17D89 background.