COLOR #A59F76

HEX: #A59F76
RGB: (165,159,118)

Color info

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

RGB color model

#A59F76 color RGB value is (165,159,118).

  • red value is 165;
  • green value is 159;
  • blue value is 118.
RGB:
(165,159,118)
(65%,62%,46%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 118 of 255 = 46%

165
159
118

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

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 118 = 442 (100%)
R 165 of 442 ~ 37.33%
G 159 of 442 ~ 35.97%
B 118 of 442 ~ 26.7%

%37.33
%35.97
%26.7

CMYK color model

#A59F76 color CMYK value is (0,4,28,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 28.48%
  • key color value is 35.29%
CMYK:
(0,4,28,35)
C0M4Y28K35 
(0%,4%,28%,35%)
(0.00/0.04/0.28/0.35)	

CMYK percentages

%0
%3.64
%28.48
%35.29

Codes

Color #A59F76 in popluar color models

A59F76
RGB165159118
HSL52°20.70%55.49%
HSB/HSV52°28.48%64.71%
CMYK0.00%3.64%28.48%
35.29%

Color #A59F76 in popluar number systems.

HEXA59F76
Decimal165159118
Binary10100101100111111110110
Octal245237166

Shades and tints

Shades of #A59F76

#A59F76
(165,159,118)
#96916C
(150,145,108)
#878362
(135,131,98)
#787558
(120,117,88)
#69674E
(105,103,78)
#5A5944
(90,89,68)
#4B4B3A
(75,75,58)
#3C3D30
(60,61,48)
#2D2F26
(45,47,38)
#1E211C
(30,33,28)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A59F76

#A59F76
(165,159,118)
#ADA782
(173,167,130)
#B5AF8E
(181,175,142)
#BDB79A
(189,183,154)
#C5BFA6
(197,191,166)
#CDC7B2
(205,199,178)
#D5CFBE
(213,207,190)
#DDD7CA
(221,215,202)
#E5DFD6
(229,223,214)
#EDE7E2
(237,231,226)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59F76 color. Also use rgb(165,159,118) instead hex code.

Text Font Color

.myTextColor { color: #A59F76; }

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

This text font color is #A59F76.


Background Color

.myBgColor { background-color: #A59F76; }

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

This div background color is #A59F76.


Border color

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

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

This div border color is #A59F76.


Opacity

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

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

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

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

This text has shadow with #A59F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59F76 on black background.


Color preview on white background

This text has color #A59F76 on white background.



Black color preview on #A59F76 background

This text has black color on #A59F76 background.


White color preview on #A59F76 background

This text has white color on #A59F76 background.