COLOR #A17984

HEX: #A17984
RGB: (161,121,132)

Color info

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

RGB color model

#A17984 color RGB value is (161,121,132).

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

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 132 of 255 = 52%

161
121
132

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

Portions of RGB colors in percentages

R + G + B =
161 + 121 + 132 = 414 (100%)
R 161 of 414 ~ 38.89%
G 121 of 414 ~ 29.23%
B 132 of 414 ~ 31.88%

%38.89
%29.23
%31.88

CMYK color model

#A17984 color CMYK value is (0,25,18,37).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 18.01%
  • key color value is 36.86%
CMYK:
(0,25,18,37)
C0M25Y18K37 
(0%,25%,18%,37%)
(0.00/0.25/0.18/0.37)	

CMYK percentages

%0
%24.84
%18.01
%36.86

Codes

Color #A17984 in popluar color models

A17984
RGB161121132
HSL344°17.54%55.29%
HSB/HSV344°24.84%63.14%
CMYK0.00%24.84%18.01%
36.86%

Color #A17984 in popluar number systems.

HEXA17984
Decimal161121132
Binary10100001111100110000100
Octal241171204

Shades and tints

Shades of #A17984

#A17984
(161,121,132)
#936E78
(147,110,120)
#85636C
(133,99,108)
#775860
(119,88,96)
#694D54
(105,77,84)
#5B4248
(91,66,72)
#4D373C
(77,55,60)
#3F2C30
(63,44,48)
#312124
(49,33,36)
#231618
(35,22,24)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #A17984

#A17984
(161,121,132)
#A9858F
(169,133,143)
#B1919A
(177,145,154)
#B99DA5
(185,157,165)
#C1A9B0
(193,169,176)
#C9B5BB
(201,181,187)
#D1C1C6
(209,193,198)
#D9CDD1
(217,205,209)
#E1D9DC
(225,217,220)
#E9E5E7
(233,229,231)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17984; }

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

This text font color is #A17984.


Background Color

.myBgColor { background-color: #A17984; }

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

This div background color is #A17984.


Border color

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

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

This div border color is #A17984.


Opacity

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

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

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

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

This text has shadow with #A17984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17984 on black background.


Color preview on white background

This text has color #A17984 on white background.



Black color preview on #A17984 background

This text has black color on #A17984 background.


White color preview on #A17984 background

This text has white color on #A17984 background.