COLOR #A5796F

HEX: #A5796F
RGB: (165,121,111)

Color info

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

RGB color model

#A5796F color RGB value is (165,121,111).

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

RGB channels and saturation

R 165 of 255 = 65%
G 121 of 255 = 47%
B 111 of 255 = 44%

165
121
111

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

Portions of RGB colors in percentages

R + G + B =
165 + 121 + 111 = 397 (100%)
R 165 of 397 ~ 41.56%
G 121 of 397 ~ 30.48%
B 111 of 397 ~ 27.96%

%41.56
%30.48
%27.96

CMYK color model

#A5796F color CMYK value is (0,27,33,35).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 32.73%
  • key color value is 35.29%
CMYK:
(0,27,33,35)
C0M27Y33K35 
(0%,27%,33%,35%)
(0.00/0.27/0.33/0.35)	

CMYK percentages

%0
%26.67
%32.73
%35.29

Codes

Color #A5796F in popluar color models

A5796F
RGB165121111
HSL11°23.08%54.12%
HSB/HSV11°32.73%64.71%
CMYK0.00%26.67%32.73%
35.29%

Color #A5796F in popluar number systems.

HEXA5796F
Decimal165121111
Binary1010010111110011101111
Octal245171157

Shades and tints

Shades of #A5796F

#A5796F
(165,121,111)
#966E65
(150,110,101)
#87635B
(135,99,91)
#785851
(120,88,81)
#694D47
(105,77,71)
#5A423D
(90,66,61)
#4B3733
(75,55,51)
#3C2C29
(60,44,41)
#2D211F
(45,33,31)
#1E1615
(30,22,21)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #A5796F

#A5796F
(165,121,111)
#AD857C
(173,133,124)
#B59189
(181,145,137)
#BD9D96
(189,157,150)
#C5A9A3
(197,169,163)
#CDB5B0
(205,181,176)
#D5C1BD
(213,193,189)
#DDCDCA
(221,205,202)
#E5D9D7
(229,217,215)
#EDE5E4
(237,229,228)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5796F; }

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

This text font color is #A5796F.


Background Color

.myBgColor { background-color: #A5796F; }

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

This div background color is #A5796F.


Border color

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

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

This div border color is #A5796F.


Opacity

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

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

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

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

This text has shadow with #A5796F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5796F on black background.


Color preview on white background

This text has color #A5796F on white background.



Black color preview on #A5796F background

This text has black color on #A5796F background.


White color preview on #A5796F background

This text has white color on #A5796F background.