COLOR #A17991

HEX: #A17991
RGB: (161,121,145)

Color info

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

RGB color model

#A17991 color RGB value is (161,121,145).

  • red value is 161;
  • green value is 121;
  • blue value is 145.
RGB:
(161,121,145)
(63%,47%,57%)

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 145 of 255 = 57%

161
121
145

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

Portions of RGB colors in percentages

R + G + B =
161 + 121 + 145 = 427 (100%)
R 161 of 427 ~ 37.7%
G 121 of 427 ~ 28.34%
B 145 of 427 ~ 33.96%

%37.7
%28.34
%33.96

CMYK color model

#A17991 color CMYK value is (0,25,10,37).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 9.94%
  • key color value is 36.86%
CMYK:
(0,25,10,37)
C0M25Y10K37 
(0%,25%,10%,37%)
(0.00/0.25/0.10/0.37)	

CMYK percentages

%0
%24.84
%9.94
%36.86

Codes

Color #A17991 in popluar color models

A17991
RGB161121145
HSL324°17.54%55.29%
HSB/HSV324°24.84%63.14%
CMYK0.00%24.84%9.94%
36.86%

Color #A17991 in popluar number systems.

HEXA17991
Decimal161121145
Binary10100001111100110010001
Octal241171221

Shades and tints

Shades of #A17991

#A17991
(161,121,145)
#936E84
(147,110,132)
#856377
(133,99,119)
#77586A
(119,88,106)
#694D5D
(105,77,93)
#5B4250
(91,66,80)
#4D3743
(77,55,67)
#3F2C36
(63,44,54)
#312129
(49,33,41)
#23161C
(35,22,28)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #A17991

#A17991
(161,121,145)
#A9859B
(169,133,155)
#B191A5
(177,145,165)
#B99DAF
(185,157,175)
#C1A9B9
(193,169,185)
#C9B5C3
(201,181,195)
#D1C1CD
(209,193,205)
#D9CDD7
(217,205,215)
#E1D9E1
(225,217,225)
#E9E5EB
(233,229,235)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17991 color. Also use rgb(161,121,145) instead hex code.

Text Font Color

.myTextColor { color: #A17991; }

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

This text font color is #A17991.


Background Color

.myBgColor { background-color: #A17991; }

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

This div background color is #A17991.


Border color

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

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

This div border color is #A17991.


Opacity

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

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

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

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

This text has shadow with #A17991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17991 on black background.


Color preview on white background

This text has color #A17991 on white background.



Black color preview on #A17991 background

This text has black color on #A17991 background.


White color preview on #A17991 background

This text has white color on #A17991 background.