COLOR #A59D8B

HEX: #A59D8B
RGB: (165,157,139)

Color info

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

RGB color model

#A59D8B color RGB value is (165,157,139).

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

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 139 of 255 = 55%

165
157
139

R + G + B ~ 61%. #A59D8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 139 = 461 (100%)
R 165 of 461 ~ 35.79%
G 157 of 461 ~ 34.06%
B 139 of 461 ~ 30.15%

%35.79
%34.06
%30.15

CMYK color model

#A59D8B color CMYK value is (0,5,16,35).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,5,16,35)
C0M5Y16K35 
(0%,5%,16%,35%)
(0.00/0.05/0.16/0.35)	

CMYK percentages

%0
%4.85
%15.76
%35.29

Codes

Color #A59D8B in popluar color models

A59D8B
RGB165157139
HSL42°12.62%59.61%
HSB/HSV42°15.76%64.71%
CMYK0.00%4.85%15.76%
35.29%

Color #A59D8B in popluar number systems.

HEXA59D8B
Decimal165157139
Binary101001011001110110001011
Octal245235213

Shades and tints

Shades of #A59D8B

#A59D8B
(165,157,139)
#968F7F
(150,143,127)
#878173
(135,129,115)
#787367
(120,115,103)
#69655B
(105,101,91)
#5A574F
(90,87,79)
#4B4943
(75,73,67)
#3C3B37
(60,59,55)
#2D2D2B
(45,45,43)
#1E1F1F
(30,31,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A59D8B

#A59D8B
(165,157,139)
#ADA595
(173,165,149)
#B5AD9F
(181,173,159)
#BDB5A9
(189,181,169)
#C5BDB3
(197,189,179)
#CDC5BD
(205,197,189)
#D5CDC7
(213,205,199)
#DDD5D1
(221,213,209)
#E5DDDB
(229,221,219)
#EDE5E5
(237,229,229)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D8B; }

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

This text font color is #A59D8B.


Background Color

.myBgColor { background-color: #A59D8B; }

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

This div background color is #A59D8B.


Border color

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

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

This div border color is #A59D8B.


Opacity

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

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

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

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

This text has shadow with #A59D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59D8B on black background.


Color preview on white background

This text has color #A59D8B on white background.



Black color preview on #A59D8B background

This text has black color on #A59D8B background.


White color preview on #A59D8B background

This text has white color on #A59D8B background.