COLOR #A97781

HEX: #A97781
RGB: (169,119,129)

Color info

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

RGB color model

#A97781 color RGB value is (169,119,129).

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

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 129 of 255 = 51%

169
119
129

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

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 129 = 417 (100%)
R 169 of 417 ~ 40.53%
G 119 of 417 ~ 28.54%
B 129 of 417 ~ 30.94%

%40.53
%28.54
%30.94

CMYK color model

#A97781 color CMYK value is (0,30,24,34).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 23.67%
  • key color value is 33.73%
CMYK:
(0,30,24,34)
C0M30Y24K34 
(0%,30%,24%,34%)
(0.00/0.30/0.24/0.34)	

CMYK percentages

%0
%29.59
%23.67
%33.73

Codes

Color #A97781 in popluar color models

A97781
RGB169119129
HSL348°22.52%56.47%
HSB/HSV348°29.59%66.27%
CMYK0.00%29.59%23.67%
33.73%

Color #A97781 in popluar number systems.

HEXA97781
Decimal169119129
Binary10101001111011110000001
Octal251167201

Shades and tints

Shades of #A97781

#A97781
(169,119,129)
#9A6D76
(154,109,118)
#8B636B
(139,99,107)
#7C5960
(124,89,96)
#6D4F55
(109,79,85)
#5E454A
(94,69,74)
#4F3B3F
(79,59,63)
#403134
(64,49,52)
#312729
(49,39,41)
#221D1E
(34,29,30)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #A97781

#A97781
(169,119,129)
#B0838C
(176,131,140)
#B78F97
(183,143,151)
#BE9BA2
(190,155,162)
#C5A7AD
(197,167,173)
#CCB3B8
(204,179,184)
#D3BFC3
(211,191,195)
#DACBCE
(218,203,206)
#E1D7D9
(225,215,217)
#E8E3E4
(232,227,228)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97781 color. Also use rgb(169,119,129) instead hex code.

Text Font Color

.myTextColor { color: #A97781; }

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

This text font color is #A97781.


Background Color

.myBgColor { background-color: #A97781; }

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

This div background color is #A97781.


Border color

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

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

This div border color is #A97781.


Opacity

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

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

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

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

This text has shadow with #A97781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97781 on black background.


Color preview on white background

This text has color #A97781 on white background.



Black color preview on #A97781 background

This text has black color on #A97781 background.


White color preview on #A97781 background

This text has white color on #A97781 background.