COLOR #A59FA5

HEX: #A59FA5
RGB: (165,159,165)

Color info

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

RGB color model

#A59FA5 color RGB value is (165,159,165).

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

RGB channels and saturation

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

165
159
165

R + G + B ~ 64%. #A59FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 165 = 489 (100%)
R 165 of 489 ~ 33.74%
G 159 of 489 ~ 32.52%
B 165 of 489 ~ 33.74%

%33.74
%32.52
%33.74

CMYK color model

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

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

CMYK percentages

%0
%3.64
%0
%35.29

Codes

Color #A59FA5 in popluar color models

A59FA5
RGB165159165
HSL300°3.23%63.53%
HSB/HSV300°3.64%64.71%
CMYK0.00%3.64%0.00%
35.29%

Color #A59FA5 in popluar number systems.

HEXA59FA5
Decimal165159165
Binary101001011001111110100101
Octal245237245

Shades and tints

Shades of #A59FA5

#A59FA5
(165,159,165)
#969196
(150,145,150)
#878387
(135,131,135)
#787578
(120,117,120)
#696769
(105,103,105)
#5A595A
(90,89,90)
#4B4B4B
(75,75,75)
#3C3D3C
(60,61,60)
#2D2F2D
(45,47,45)
#1E211E
(30,33,30)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A59FA5

#A59FA5
(165,159,165)
#ADA7AD
(173,167,173)
#B5AFB5
(181,175,181)
#BDB7BD
(189,183,189)
#C5BFC5
(197,191,197)
#CDC7CD
(205,199,205)
#D5CFD5
(213,207,213)
#DDD7DD
(221,215,221)
#E5DFE5
(229,223,229)
#EDE7ED
(237,231,237)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59FA5; }

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

This text font color is #A59FA5.


Background Color

.myBgColor { background-color: #A59FA5; }

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

This div background color is #A59FA5.


Border color

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

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

This div border color is #A59FA5.


Opacity

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

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

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

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

This text has shadow with #A59FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59FA5 on black background.


Color preview on white background

This text has color #A59FA5 on white background.



Black color preview on #A59FA5 background

This text has black color on #A59FA5 background.


White color preview on #A59FA5 background

This text has white color on #A59FA5 background.