COLOR #A4796F

HEX: #A4796F
RGB: (164,121,111)

Color info

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

RGB color model

#A4796F color RGB value is (164,121,111).

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

RGB channels and saturation

R 164 of 255 = 64%
G 121 of 255 = 47%
B 111 of 255 = 44%

164
121
111

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

Portions of RGB colors in percentages

R + G + B =
164 + 121 + 111 = 396 (100%)
R 164 of 396 ~ 41.41%
G 121 of 396 ~ 30.56%
B 111 of 396 ~ 28.03%

%41.41
%30.56
%28.03

CMYK color model

#A4796F color CMYK value is (0,26,32,36).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 32.32%
  • key color value is 35.69%
CMYK:
(0,26,32,36)
C0M26Y32K36 
(0%,26%,32%,36%)
(0.00/0.26/0.32/0.36)	

CMYK percentages

%0
%26.22
%32.32
%35.69

Codes

Color #A4796F in popluar color models

A4796F
RGB164121111
HSL11°22.55%53.92%
HSB/HSV11°32.32%64.31%
CMYK0.00%26.22%32.32%
35.69%

Color #A4796F in popluar number systems.

HEXA4796F
Decimal164121111
Binary1010010011110011101111
Octal244171157

Shades and tints

Shades of #A4796F

#A4796F
(164,121,111)
#966E65
(150,110,101)
#88635B
(136,99,91)
#7A5851
(122,88,81)
#6C4D47
(108,77,71)
#5E423D
(94,66,61)
#503733
(80,55,51)
#422C29
(66,44,41)
#34211F
(52,33,31)
#261615
(38,22,21)
#180B0B
(24,11,11)
#000000
(0,0,0)

Tints of #A4796F

#A4796F
(164,121,111)
#AC857C
(172,133,124)
#B49189
(180,145,137)
#BC9D96
(188,157,150)
#C4A9A3
(196,169,163)
#CCB5B0
(204,181,176)
#D4C1BD
(212,193,189)
#DCCDCA
(220,205,202)
#E4D9D7
(228,217,215)
#ECE5E4
(236,229,228)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4796F; }

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

This text font color is #A4796F.


Background Color

.myBgColor { background-color: #A4796F; }

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

This div background color is #A4796F.


Border color

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

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

This div border color is #A4796F.


Opacity

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

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

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

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

This text has shadow with #A4796F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4796F on black background.


Color preview on white background

This text has color #A4796F on white background.



Black color preview on #A4796F background

This text has black color on #A4796F background.


White color preview on #A4796F background

This text has white color on #A4796F background.