COLOR #A59C9E

HEX: #A59C9E
RGB: (165,156,158)

Color info

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

RGB color model

#A59C9E color RGB value is (165,156,158).

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

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 158 of 255 = 62%

165
156
158

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

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 158 = 479 (100%)
R 165 of 479 ~ 34.45%
G 156 of 479 ~ 32.57%
B 158 of 479 ~ 32.99%

%34.45
%32.57
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 4.24%
  • 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
%5.45
%4.24
%35.29

Codes

Color #A59C9E in popluar color models

A59C9E
RGB165156158
HSL347°4.76%62.94%
HSB/HSV347°5.45%64.71%
CMYK0.00%5.45%4.24%
35.29%

Color #A59C9E in popluar number systems.

HEXA59C9E
Decimal165156158
Binary101001011001110010011110
Octal245234236

Shades and tints

Shades of #A59C9E

#A59C9E
(165,156,158)
#968E90
(150,142,144)
#878082
(135,128,130)
#787274
(120,114,116)
#696466
(105,100,102)
#5A5658
(90,86,88)
#4B484A
(75,72,74)
#3C3A3C
(60,58,60)
#2D2C2E
(45,44,46)
#1E1E20
(30,30,32)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A59C9E

#A59C9E
(165,156,158)
#ADA5A6
(173,165,166)
#B5AEAE
(181,174,174)
#BDB7B6
(189,183,182)
#C5C0BE
(197,192,190)
#CDC9C6
(205,201,198)
#D5D2CE
(213,210,206)
#DDDBD6
(221,219,214)
#E5E4DE
(229,228,222)
#EDEDE6
(237,237,230)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59C9E; }

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

This text font color is #A59C9E.


Background Color

.myBgColor { background-color: #A59C9E; }

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

This div background color is #A59C9E.


Border color

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

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

This div border color is #A59C9E.


Opacity

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

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

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

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

This text has shadow with #A59C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59C9E on black background.


Color preview on white background

This text has color #A59C9E on white background.



Black color preview on #A59C9E background

This text has black color on #A59C9E background.


White color preview on #A59C9E background

This text has white color on #A59C9E background.