COLOR #A59586

HEX: #A59586
RGB: (165,149,134)

Color info

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

RGB color model

#A59586 color RGB value is (165,149,134).

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

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 134 of 255 = 53%

165
149
134

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 134 = 448 (100%)
R 165 of 448 ~ 36.83%
G 149 of 448 ~ 33.26%
B 134 of 448 ~ 29.91%

%36.83
%33.26
%29.91

CMYK color model

#A59586 color CMYK value is (0,10,19,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(0,10,19,35)
C0M10Y19K35 
(0%,10%,19%,35%)
(0.00/0.10/0.19/0.35)	

CMYK percentages

%0
%9.7
%18.79
%35.29

Codes

Color #A59586 in popluar color models

A59586
RGB165149134
HSL29°14.69%58.63%
HSB/HSV29°18.79%64.71%
CMYK0.00%9.70%18.79%
35.29%

Color #A59586 in popluar number systems.

HEXA59586
Decimal165149134
Binary101001011001010110000110
Octal245225206

Shades and tints

Shades of #A59586

#A59586
(165,149,134)
#96887A
(150,136,122)
#877B6E
(135,123,110)
#786E62
(120,110,98)
#696156
(105,97,86)
#5A544A
(90,84,74)
#4B473E
(75,71,62)
#3C3A32
(60,58,50)
#2D2D26
(45,45,38)
#1E201A
(30,32,26)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A59586

#A59586
(165,149,134)
#AD9E91
(173,158,145)
#B5A79C
(181,167,156)
#BDB0A7
(189,176,167)
#C5B9B2
(197,185,178)
#CDC2BD
(205,194,189)
#D5CBC8
(213,203,200)
#DDD4D3
(221,212,211)
#E5DDDE
(229,221,222)
#EDE6E9
(237,230,233)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59586; }

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

This text font color is #A59586.


Background Color

.myBgColor { background-color: #A59586; }

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

This div background color is #A59586.


Border color

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

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

This div border color is #A59586.


Opacity

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

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

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

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

This text has shadow with #A59586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59586 on black background.


Color preview on white background

This text has color #A59586 on white background.



Black color preview on #A59586 background

This text has black color on #A59586 background.


White color preview on #A59586 background

This text has white color on #A59586 background.