COLOR #A97C79

HEX: #A97C79
RGB: (169,124,121)

Color info

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

RGB color model

#A97C79 color RGB value is (169,124,121).

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

RGB channels and saturation

R 169 of 255 = 66%
G 124 of 255 = 49%
B 121 of 255 = 47%

169
124
121

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

Portions of RGB colors in percentages

R + G + B =
169 + 124 + 121 = 414 (100%)
R 169 of 414 ~ 40.82%
G 124 of 414 ~ 29.95%
B 121 of 414 ~ 29.23%

%40.82
%29.95
%29.23

CMYK color model

#A97C79 color CMYK value is (0,27,28,34).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 28.40%
  • key color value is 33.73%
CMYK:
(0,27,28,34)
C0M27Y28K34 
(0%,27%,28%,34%)
(0.00/0.27/0.28/0.34)	

CMYK percentages

%0
%26.63
%28.4
%33.73

Codes

Color #A97C79 in popluar color models

A97C79
RGB169124121
HSL21.82%56.86%
HSB/HSV28.40%66.27%
CMYK0.00%26.63%28.40%
33.73%

Color #A97C79 in popluar number systems.

HEXA97C79
Decimal169124121
Binary1010100111111001111001
Octal251174171

Shades and tints

Shades of #A97C79

#A97C79
(169,124,121)
#9A716E
(154,113,110)
#8B6663
(139,102,99)
#7C5B58
(124,91,88)
#6D504D
(109,80,77)
#5E4542
(94,69,66)
#4F3A37
(79,58,55)
#402F2C
(64,47,44)
#312421
(49,36,33)
#221916
(34,25,22)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #A97C79

#A97C79
(169,124,121)
#B08785
(176,135,133)
#B79291
(183,146,145)
#BE9D9D
(190,157,157)
#C5A8A9
(197,168,169)
#CCB3B5
(204,179,181)
#D3BEC1
(211,190,193)
#DAC9CD
(218,201,205)
#E1D4D9
(225,212,217)
#E8DFE5
(232,223,229)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97C79; }

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

This text font color is #A97C79.


Background Color

.myBgColor { background-color: #A97C79; }

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

This div background color is #A97C79.


Border color

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

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

This div border color is #A97C79.


Opacity

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

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

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

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

This text has shadow with #A97C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97C79 on black background.


Color preview on white background

This text has color #A97C79 on white background.



Black color preview on #A97C79 background

This text has black color on #A97C79 background.


White color preview on #A97C79 background

This text has white color on #A97C79 background.