COLOR #A59D86

HEX: #A59D86
RGB: (165,157,134)

Color info

#A59D86 contains red, green and blue colors in about the same proportion. Web safe color of #A59D86 is #999999 (or #999).

RGB color model

#A59D86 color RGB value is (165,157,134).

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

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 134 of 255 = 53%

165
157
134

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

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 134 = 456 (100%)
R 165 of 456 ~ 36.18%
G 157 of 456 ~ 34.43%
B 134 of 456 ~ 29.39%

%36.18
%34.43
%29.39

CMYK color model

#A59D86 color CMYK value is (0,5,19,35).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(0,5,19,35)
C0M5Y19K35 
(0%,5%,19%,35%)
(0.00/0.05/0.19/0.35)	

CMYK percentages

%0
%4.85
%18.79
%35.29

Codes

Color #A59D86 in popluar color models

A59D86
RGB165157134
HSL45°14.69%58.63%
HSB/HSV45°18.79%64.71%
CMYK0.00%4.85%18.79%
35.29%

Color #A59D86 in popluar number systems.

HEXA59D86
Decimal165157134
Binary101001011001110110000110
Octal245235206

Shades and tints

Shades of #A59D86

#A59D86
(165,157,134)
#968F7A
(150,143,122)
#87816E
(135,129,110)
#787362
(120,115,98)
#696556
(105,101,86)
#5A574A
(90,87,74)
#4B493E
(75,73,62)
#3C3B32
(60,59,50)
#2D2D26
(45,45,38)
#1E1F1A
(30,31,26)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #A59D86

#A59D86
(165,157,134)
#ADA591
(173,165,145)
#B5AD9C
(181,173,156)
#BDB5A7
(189,181,167)
#C5BDB2
(197,189,178)
#CDC5BD
(205,197,189)
#D5CDC8
(213,205,200)
#DDD5D3
(221,213,211)
#E5DDDE
(229,221,222)
#EDE5E9
(237,229,233)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D86; }

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

This text font color is #A59D86.


Background Color

.myBgColor { background-color: #A59D86; }

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

This div background color is #A59D86.


Border color

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

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

This div border color is #A59D86.


Opacity

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

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

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

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

This text has shadow with #A59D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59D86 on black background.


Color preview on white background

This text has color #A59D86 on white background.



Black color preview on #A59D86 background

This text has black color on #A59D86 background.


White color preview on #A59D86 background

This text has white color on #A59D86 background.