COLOR #A97F82

HEX: #A97F82
RGB: (169,127,130)

Color info

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

RGB color model

#A97F82 color RGB value is (169,127,130).

  • red value is 169;
  • green value is 127;
  • blue value is 130.
RGB:
(169,127,130)
(66%,50%,51%)

RGB channels and saturation

R 169 of 255 = 66%
G 127 of 255 = 50%
B 130 of 255 = 51%

169
127
130

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

Portions of RGB colors in percentages

R + G + B =
169 + 127 + 130 = 426 (100%)
R 169 of 426 ~ 39.67%
G 127 of 426 ~ 29.81%
B 130 of 426 ~ 30.52%

%39.67
%29.81
%30.52

CMYK color model

#A97F82 color CMYK value is (0,25,23,34).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 23.08%
  • key color value is 33.73%
CMYK:
(0,25,23,34)
C0M25Y23K34 
(0%,25%,23%,34%)
(0.00/0.25/0.23/0.34)	

CMYK percentages

%0
%24.85
%23.08
%33.73

Codes

Color #A97F82 in popluar color models

A97F82
RGB169127130
HSL356°19.63%58.04%
HSB/HSV356°24.85%66.27%
CMYK0.00%24.85%23.08%
33.73%

Color #A97F82 in popluar number systems.

HEXA97F82
Decimal169127130
Binary10101001111111110000010
Octal251177202

Shades and tints

Shades of #A97F82

#A97F82
(169,127,130)
#9A7477
(154,116,119)
#8B696C
(139,105,108)
#7C5E61
(124,94,97)
#6D5356
(109,83,86)
#5E484B
(94,72,75)
#4F3D40
(79,61,64)
#403235
(64,50,53)
#31272A
(49,39,42)
#221C1F
(34,28,31)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A97F82

#A97F82
(169,127,130)
#B08A8D
(176,138,141)
#B79598
(183,149,152)
#BEA0A3
(190,160,163)
#C5ABAE
(197,171,174)
#CCB6B9
(204,182,185)
#D3C1C4
(211,193,196)
#DACCCF
(218,204,207)
#E1D7DA
(225,215,218)
#E8E2E5
(232,226,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97F82 color. Also use rgb(169,127,130) instead hex code.

Text Font Color

.myTextColor { color: #A97F82; }

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

This text font color is #A97F82.


Background Color

.myBgColor { background-color: #A97F82; }

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

This div background color is #A97F82.


Border color

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

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

This div border color is #A97F82.


Opacity

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

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

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

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

This text has shadow with #A97F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97F82 on black background.


Color preview on white background

This text has color #A97F82 on white background.



Black color preview on #A97F82 background

This text has black color on #A97F82 background.


White color preview on #A97F82 background

This text has white color on #A97F82 background.