COLOR #A59F9D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

165
159
157

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

Portions of RGB colors in percentages

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

%34.3
%33.06
%32.64

CMYK color model

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

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

CMYK percentages

%0
%3.64
%4.85
%35.29

Codes

Color #A59F9D in popluar color models

A59F9D
RGB165159157
HSL15°4.26%63.14%
HSB/HSV15°4.85%64.71%
CMYK0.00%3.64%4.85%
35.29%

Color #A59F9D in popluar number systems.

HEXA59F9D
Decimal165159157
Binary101001011001111110011101
Octal245237235

Shades and tints

Shades of #A59F9D

#A59F9D
(165,159,157)
#96918F
(150,145,143)
#878381
(135,131,129)
#787573
(120,117,115)
#696765
(105,103,101)
#5A5957
(90,89,87)
#4B4B49
(75,75,73)
#3C3D3B
(60,61,59)
#2D2F2D
(45,47,45)
#1E211F
(30,33,31)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A59F9D

#A59F9D
(165,159,157)
#ADA7A5
(173,167,165)
#B5AFAD
(181,175,173)
#BDB7B5
(189,183,181)
#C5BFBD
(197,191,189)
#CDC7C5
(205,199,197)
#D5CFCD
(213,207,205)
#DDD7D5
(221,215,213)
#E5DFDD
(229,223,221)
#EDE7E5
(237,231,229)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59F9D; }

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

This text font color is #A59F9D.


Background Color

.myBgColor { background-color: #A59F9D; }

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

This div background color is #A59F9D.


Border color

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

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

This div border color is #A59F9D.


Opacity

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

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

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

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

This text has shadow with #A59F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59F9D on black background.


Color preview on white background

This text has color #A59F9D on white background.



Black color preview on #A59F9D background

This text has black color on #A59F9D background.


White color preview on #A59F9D background

This text has white color on #A59F9D background.