COLOR #A9796F

HEX: #A9796F
RGB: (169,121,111)

Color info

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

RGB color model

#A9796F color RGB value is (169,121,111).

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

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 111 of 255 = 44%

169
121
111

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

Portions of RGB colors in percentages

R + G + B =
169 + 121 + 111 = 401 (100%)
R 169 of 401 ~ 42.14%
G 121 of 401 ~ 30.17%
B 111 of 401 ~ 27.68%

%42.14
%30.17
%27.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.40%
  • 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
%28.4
%34.32
%33.73

Codes

Color #A9796F in popluar color models

A9796F
RGB169121111
HSL10°25.22%54.90%
HSB/HSV10°34.32%66.27%
CMYK0.00%28.40%34.32%
33.73%

Color #A9796F in popluar number systems.

HEXA9796F
Decimal169121111
Binary1010100111110011101111
Octal251171157

Shades and tints

Shades of #A9796F

#A9796F
(169,121,111)
#9A6E65
(154,110,101)
#8B635B
(139,99,91)
#7C5851
(124,88,81)
#6D4D47
(109,77,71)
#5E423D
(94,66,61)
#4F3733
(79,55,51)
#402C29
(64,44,41)
#31211F
(49,33,31)
#221615
(34,22,21)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #A9796F

#A9796F
(169,121,111)
#B0857C
(176,133,124)
#B79189
(183,145,137)
#BE9D96
(190,157,150)
#C5A9A3
(197,169,163)
#CCB5B0
(204,181,176)
#D3C1BD
(211,193,189)
#DACDCA
(218,205,202)
#E1D9D7
(225,217,215)
#E8E5E4
(232,229,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9796F; }

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

This text font color is #A9796F.


Background Color

.myBgColor { background-color: #A9796F; }

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

This div background color is #A9796F.


Border color

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

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

This div border color is #A9796F.


Opacity

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

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

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

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

This text has shadow with #A9796F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9796F on black background.


Color preview on white background

This text has color #A9796F on white background.



Black color preview on #A9796F background

This text has black color on #A9796F background.


White color preview on #A9796F background

This text has white color on #A9796F background.