COLOR #A97A6F

HEX: #A97A6F
RGB: (169,122,111)

Color info

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

RGB color model

#A97A6F color RGB value is (169,122,111).

  • red value is 169;
  • green value is 122;
  • blue value is 111.
RGB:
(169,122,111)
(66%,48%,44%)

RGB channels and saturation

R 169 of 255 = 66%
G 122 of 255 = 48%
B 111 of 255 = 44%

169
122
111

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

Portions of RGB colors in percentages

R + G + B =
169 + 122 + 111 = 402 (100%)
R 169 of 402 ~ 42.04%
G 122 of 402 ~ 30.35%
B 111 of 402 ~ 27.61%

%42.04
%30.35
%27.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 34.32%
  • key color value is 33.73%
CMYK:
(0,28,34,34)
C0M28Y34K34 
(0%,28%,34%,34%)
(0.00/0.28/0.34/0.34)	

CMYK percentages

%0
%27.81
%34.32
%33.73

Codes

Color #A97A6F in popluar color models

A97A6F
RGB169122111
HSL11°25.22%54.90%
HSB/HSV11°34.32%66.27%
CMYK0.00%27.81%34.32%
33.73%

Color #A97A6F in popluar number systems.

HEXA97A6F
Decimal169122111
Binary1010100111110101101111
Octal251172157

Shades and tints

Shades of #A97A6F

#A97A6F
(169,122,111)
#9A6F65
(154,111,101)
#8B645B
(139,100,91)
#7C5951
(124,89,81)
#6D4E47
(109,78,71)
#5E433D
(94,67,61)
#4F3833
(79,56,51)
#402D29
(64,45,41)
#31221F
(49,34,31)
#221715
(34,23,21)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #A97A6F

#A97A6F
(169,122,111)
#B0867C
(176,134,124)
#B79289
(183,146,137)
#BE9E96
(190,158,150)
#C5AAA3
(197,170,163)
#CCB6B0
(204,182,176)
#D3C2BD
(211,194,189)
#DACECA
(218,206,202)
#E1DAD7
(225,218,215)
#E8E6E4
(232,230,228)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97A6F color. Also use rgb(169,122,111) instead hex code.

Text Font Color

.myTextColor { color: #A97A6F; }

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

This text font color is #A97A6F.


Background Color

.myBgColor { background-color: #A97A6F; }

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

This div background color is #A97A6F.


Border color

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

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

This div border color is #A97A6F.


Opacity

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

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

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

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

This text has shadow with #A97A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97A6F on black background.


Color preview on white background

This text has color #A97A6F on white background.



Black color preview on #A97A6F background

This text has black color on #A97A6F background.


White color preview on #A97A6F background

This text has white color on #A97A6F background.