COLOR #A17981

HEX: #A17981
RGB: (161,121,129)

Color info

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

RGB color model

#A17981 color RGB value is (161,121,129).

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

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 129 of 255 = 51%

161
121
129

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

Portions of RGB colors in percentages

R + G + B =
161 + 121 + 129 = 411 (100%)
R 161 of 411 ~ 39.17%
G 121 of 411 ~ 29.44%
B 129 of 411 ~ 31.39%

%39.17
%29.44
%31.39

CMYK color model

#A17981 color CMYK value is (0,25,20,37).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 19.88%
  • key color value is 36.86%
CMYK:
(0,25,20,37)
C0M25Y20K37 
(0%,25%,20%,37%)
(0.00/0.25/0.20/0.37)	

CMYK percentages

%0
%24.84
%19.88
%36.86

Codes

Color #A17981 in popluar color models

A17981
RGB161121129
HSL348°17.54%55.29%
HSB/HSV348°24.84%63.14%
CMYK0.00%24.84%19.88%
36.86%

Color #A17981 in popluar number systems.

HEXA17981
Decimal161121129
Binary10100001111100110000001
Octal241171201

Shades and tints

Shades of #A17981

#A17981
(161,121,129)
#936E76
(147,110,118)
#85636B
(133,99,107)
#775860
(119,88,96)
#694D55
(105,77,85)
#5B424A
(91,66,74)
#4D373F
(77,55,63)
#3F2C34
(63,44,52)
#312129
(49,33,41)
#23161E
(35,22,30)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #A17981

#A17981
(161,121,129)
#A9858C
(169,133,140)
#B19197
(177,145,151)
#B99DA2
(185,157,162)
#C1A9AD
(193,169,173)
#C9B5B8
(201,181,184)
#D1C1C3
(209,193,195)
#D9CDCE
(217,205,206)
#E1D9D9
(225,217,217)
#E9E5E4
(233,229,228)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17981; }

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

This text font color is #A17981.


Background Color

.myBgColor { background-color: #A17981; }

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

This div background color is #A17981.


Border color

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

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

This div border color is #A17981.


Opacity

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

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

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

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

This text has shadow with #A17981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17981 on black background.


Color preview on white background

This text has color #A17981 on white background.



Black color preview on #A17981 background

This text has black color on #A17981 background.


White color preview on #A17981 background

This text has white color on #A17981 background.