COLOR #A97985

HEX: #A97985
RGB: (169,121,133)

Color info

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

RGB color model

#A97985 color RGB value is (169,121,133).

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

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 133 of 255 = 52%

169
121
133

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

Portions of RGB colors in percentages

R + G + B =
169 + 121 + 133 = 423 (100%)
R 169 of 423 ~ 39.95%
G 121 of 423 ~ 28.61%
B 133 of 423 ~ 31.44%

%39.95
%28.61
%31.44

CMYK color model

#A97985 color CMYK value is (0,28,21,34).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 21.30%
  • key color value is 33.73%
CMYK:
(0,28,21,34)
C0M28Y21K34 
(0%,28%,21%,34%)
(0.00/0.28/0.21/0.34)	

CMYK percentages

%0
%28.4
%21.3
%33.73

Codes

Color #A97985 in popluar color models

A97985
RGB169121133
HSL345°21.82%56.86%
HSB/HSV345°28.40%66.27%
CMYK0.00%28.40%21.30%
33.73%

Color #A97985 in popluar number systems.

HEXA97985
Decimal169121133
Binary10101001111100110000101
Octal251171205

Shades and tints

Shades of #A97985

#A97985
(169,121,133)
#9A6E79
(154,110,121)
#8B636D
(139,99,109)
#7C5861
(124,88,97)
#6D4D55
(109,77,85)
#5E4249
(94,66,73)
#4F373D
(79,55,61)
#402C31
(64,44,49)
#312125
(49,33,37)
#221619
(34,22,25)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #A97985

#A97985
(169,121,133)
#B08590
(176,133,144)
#B7919B
(183,145,155)
#BE9DA6
(190,157,166)
#C5A9B1
(197,169,177)
#CCB5BC
(204,181,188)
#D3C1C7
(211,193,199)
#DACDD2
(218,205,210)
#E1D9DD
(225,217,221)
#E8E5E8
(232,229,232)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97985; }

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

This text font color is #A97985.


Background Color

.myBgColor { background-color: #A97985; }

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

This div background color is #A97985.


Border color

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

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

This div border color is #A97985.


Opacity

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

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

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

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

This text has shadow with #A97985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97985 on black background.


Color preview on white background

This text has color #A97985 on white background.



Black color preview on #A97985 background

This text has black color on #A97985 background.


White color preview on #A97985 background

This text has white color on #A97985 background.