COLOR #A97983

HEX: #A97983
RGB: (169,121,131)

Color info

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

RGB color model

#A97983 color RGB value is (169,121,131).

  • red value is 169;
  • green value is 121;
  • blue value is 131.
RGB:
(169,121,131)
(66%,47%,51%)

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 131 of 255 = 51%

169
121
131

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

Portions of RGB colors in percentages

R + G + B =
169 + 121 + 131 = 421 (100%)
R 169 of 421 ~ 40.14%
G 121 of 421 ~ 28.74%
B 131 of 421 ~ 31.12%

%40.14
%28.74
%31.12

CMYK color model

#A97983 color CMYK value is (0,28,22,34).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 22.49%
  • key color value is 33.73%
CMYK:
(0,28,22,34)
C0M28Y22K34 
(0%,28%,22%,34%)
(0.00/0.28/0.22/0.34)	

CMYK percentages

%0
%28.4
%22.49
%33.73

Codes

Color #A97983 in popluar color models

A97983
RGB169121131
HSL348°21.82%56.86%
HSB/HSV348°28.40%66.27%
CMYK0.00%28.40%22.49%
33.73%

Color #A97983 in popluar number systems.

HEXA97983
Decimal169121131
Binary10101001111100110000011
Octal251171203

Shades and tints

Shades of #A97983

#A97983
(169,121,131)
#9A6E78
(154,110,120)
#8B636D
(139,99,109)
#7C5862
(124,88,98)
#6D4D57
(109,77,87)
#5E424C
(94,66,76)
#4F3741
(79,55,65)
#402C36
(64,44,54)
#31212B
(49,33,43)
#221620
(34,22,32)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #A97983

#A97983
(169,121,131)
#B0858E
(176,133,142)
#B79199
(183,145,153)
#BE9DA4
(190,157,164)
#C5A9AF
(197,169,175)
#CCB5BA
(204,181,186)
#D3C1C5
(211,193,197)
#DACDD0
(218,205,208)
#E1D9DB
(225,217,219)
#E8E5E6
(232,229,230)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97983 color. Also use rgb(169,121,131) instead hex code.

Text Font Color

.myTextColor { color: #A97983; }

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

This text font color is #A97983.


Background Color

.myBgColor { background-color: #A97983; }

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

This div background color is #A97983.


Border color

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

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

This div border color is #A97983.


Opacity

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

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

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

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

This text has shadow with #A97983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97983 on black background.


Color preview on white background

This text has color #A97983 on white background.



Black color preview on #A97983 background

This text has black color on #A97983 background.


White color preview on #A97983 background

This text has white color on #A97983 background.