COLOR #A59D9F

HEX: #A59D9F
RGB: (165,157,159)

Color info

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

RGB color model

#A59D9F color RGB value is (165,157,159).

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

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 159 of 255 = 62%

165
157
159

R + G + B ~ 63%. #A59D9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 159 = 481 (100%)
R 165 of 481 ~ 34.3%
G 157 of 481 ~ 32.64%
B 159 of 481 ~ 33.06%

%34.3
%32.64
%33.06

CMYK color model

#A59D9F color CMYK value is (0,5,4,35).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK:
(0,5,4,35)
C0M5Y4K35 
(0%,5%,4%,35%)
(0.00/0.05/0.04/0.35)	

CMYK percentages

%0
%4.85
%3.64
%35.29

Codes

Color #A59D9F in popluar color models

A59D9F
RGB165157159
HSL345°4.26%63.14%
HSB/HSV345°4.85%64.71%
CMYK0.00%4.85%3.64%
35.29%

Color #A59D9F in popluar number systems.

HEXA59D9F
Decimal165157159
Binary101001011001110110011111
Octal245235237

Shades and tints

Shades of #A59D9F

#A59D9F
(165,157,159)
#968F91
(150,143,145)
#878183
(135,129,131)
#787375
(120,115,117)
#696567
(105,101,103)
#5A5759
(90,87,89)
#4B494B
(75,73,75)
#3C3B3D
(60,59,61)
#2D2D2F
(45,45,47)
#1E1F21
(30,31,33)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A59D9F

#A59D9F
(165,157,159)
#ADA5A7
(173,165,167)
#B5ADAF
(181,173,175)
#BDB5B7
(189,181,183)
#C5BDBF
(197,189,191)
#CDC5C7
(205,197,199)
#D5CDCF
(213,205,207)
#DDD5D7
(221,213,215)
#E5DDDF
(229,221,223)
#EDE5E7
(237,229,231)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D9F; }

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

This text font color is #A59D9F.


Background Color

.myBgColor { background-color: #A59D9F; }

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

This div background color is #A59D9F.


Border color

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

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

This div border color is #A59D9F.


Opacity

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

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

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

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

This text has shadow with #A59D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59D9F on black background.


Color preview on white background

This text has color #A59D9F on white background.



Black color preview on #A59D9F background

This text has black color on #A59D9F background.


White color preview on #A59D9F background

This text has white color on #A59D9F background.