COLOR #A59D79

HEX: #A59D79
RGB: (165,157,121)

Color info

#A59D79 contains red, green and blue colors in about the same proportion. Web safe color of #A59D79 is #999966 (or #996).

RGB color model

#A59D79 color RGB value is (165,157,121).

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

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 121 of 255 = 47%

165
157
121

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

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 121 = 443 (100%)
R 165 of 443 ~ 37.25%
G 157 of 443 ~ 35.44%
B 121 of 443 ~ 27.31%

%37.25
%35.44
%27.31

CMYK color model

#A59D79 color CMYK value is (0,5,27,35).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(0,5,27,35)
C0M5Y27K35 
(0%,5%,27%,35%)
(0.00/0.05/0.27/0.35)	

CMYK percentages

%0
%4.85
%26.67
%35.29

Codes

Color #A59D79 in popluar color models

A59D79
RGB165157121
HSL49°19.64%56.08%
HSB/HSV49°26.67%64.71%
CMYK0.00%4.85%26.67%
35.29%

Color #A59D79 in popluar number systems.

HEXA59D79
Decimal165157121
Binary10100101100111011111001
Octal245235171

Shades and tints

Shades of #A59D79

#A59D79
(165,157,121)
#968F6E
(150,143,110)
#878163
(135,129,99)
#787358
(120,115,88)
#69654D
(105,101,77)
#5A5742
(90,87,66)
#4B4937
(75,73,55)
#3C3B2C
(60,59,44)
#2D2D21
(45,45,33)
#1E1F16
(30,31,22)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #A59D79

#A59D79
(165,157,121)
#ADA585
(173,165,133)
#B5AD91
(181,173,145)
#BDB59D
(189,181,157)
#C5BDA9
(197,189,169)
#CDC5B5
(205,197,181)
#D5CDC1
(213,205,193)
#DDD5CD
(221,213,205)
#E5DDD9
(229,221,217)
#EDE5E5
(237,229,229)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D79; }

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

This text font color is #A59D79.


Background Color

.myBgColor { background-color: #A59D79; }

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

This div background color is #A59D79.


Border color

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

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

This div border color is #A59D79.


Opacity

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

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

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

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

This text has shadow with #A59D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59D79 on black background.


Color preview on white background

This text has color #A59D79 on white background.



Black color preview on #A59D79 background

This text has black color on #A59D79 background.


White color preview on #A59D79 background

This text has white color on #A59D79 background.