COLOR #A97C7F

HEX: #A97C7F
RGB: (169,124,127)

Color info

#A97C7F contains red, green and blue colors in about the same proportion. Web safe color of #A97C7F is #996666 (or #966).

RGB color model

#A97C7F color RGB value is (169,124,127).

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

RGB channels and saturation

R 169 of 255 = 66%
G 124 of 255 = 49%
B 127 of 255 = 50%

169
124
127

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

Portions of RGB colors in percentages

R + G + B =
169 + 124 + 127 = 420 (100%)
R 169 of 420 ~ 40.24%
G 124 of 420 ~ 29.52%
B 127 of 420 ~ 30.24%

%40.24
%29.52
%30.24

CMYK color model

#A97C7F color CMYK value is (0,27,25,34).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 24.85%
  • key color value is 33.73%
CMYK:
(0,27,25,34)
C0M27Y25K34 
(0%,27%,25%,34%)
(0.00/0.27/0.25/0.34)	

CMYK percentages

%0
%26.63
%24.85
%33.73

Codes

Color #A97C7F in popluar color models

A97C7F
RGB169124127
HSL356°20.74%57.45%
HSB/HSV356°26.63%66.27%
CMYK0.00%26.63%24.85%
33.73%

Color #A97C7F in popluar number systems.

HEXA97C7F
Decimal169124127
Binary1010100111111001111111
Octal251174177

Shades and tints

Shades of #A97C7F

#A97C7F
(169,124,127)
#9A7174
(154,113,116)
#8B6669
(139,102,105)
#7C5B5E
(124,91,94)
#6D5053
(109,80,83)
#5E4548
(94,69,72)
#4F3A3D
(79,58,61)
#402F32
(64,47,50)
#312427
(49,36,39)
#22191C
(34,25,28)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #A97C7F

#A97C7F
(169,124,127)
#B0878A
(176,135,138)
#B79295
(183,146,149)
#BE9DA0
(190,157,160)
#C5A8AB
(197,168,171)
#CCB3B6
(204,179,182)
#D3BEC1
(211,190,193)
#DAC9CC
(218,201,204)
#E1D4D7
(225,212,215)
#E8DFE2
(232,223,226)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97C7F; }

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

This text font color is #A97C7F.


Background Color

.myBgColor { background-color: #A97C7F; }

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

This div background color is #A97C7F.


Border color

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

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

This div border color is #A97C7F.


Opacity

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

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

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

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

This text has shadow with #A97C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97C7F on black background.


Color preview on white background

This text has color #A97C7F on white background.



Black color preview on #A97C7F background

This text has black color on #A97C7F background.


White color preview on #A97C7F background

This text has white color on #A97C7F background.