COLOR #A59CA6

HEX: #A59CA6
RGB: (165,156,166)

Color info

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

RGB color model

#A59CA6 color RGB value is (165,156,166).

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

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 166 of 255 = 65%

165
156
166

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

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 166 = 487 (100%)
R 165 of 487 ~ 33.88%
G 156 of 487 ~ 32.03%
B 166 of 487 ~ 34.09%

%33.88
%32.03
%34.09

CMYK color model

#A59CA6 color CMYK value is (1,6,0,35).

  • cyan value is 0.60%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(1,6,0,35)
C1M6Y0K35 
(1%,6%,0%,35%)
(0.01/0.06/0.00/0.35)	

CMYK percentages

%0.6
%6.02
%0
%34.9

Codes

Color #A59CA6 in popluar color models

A59CA6
RGB165156166
HSL294°5.32%63.14%
HSB/HSV294°6.02%65.10%
CMYK0.60%6.02%0.00%
34.90%

Color #A59CA6 in popluar number systems.

HEXA59CA6
Decimal165156166
Binary101001011001110010100110
Octal245234246

Shades and tints

Shades of #A59CA6

#A59CA6
(165,156,166)
#968E97
(150,142,151)
#878088
(135,128,136)
#787279
(120,114,121)
#69646A
(105,100,106)
#5A565B
(90,86,91)
#4B484C
(75,72,76)
#3C3A3D
(60,58,61)
#2D2C2E
(45,44,46)
#1E1E1F
(30,30,31)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #A59CA6

#A59CA6
(165,156,166)
#ADA5AE
(173,165,174)
#B5AEB6
(181,174,182)
#BDB7BE
(189,183,190)
#C5C0C6
(197,192,198)
#CDC9CE
(205,201,206)
#D5D2D6
(213,210,214)
#DDDBDE
(221,219,222)
#E5E4E6
(229,228,230)
#EDEDEE
(237,237,238)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59CA6; }

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

This text font color is #A59CA6.


Background Color

.myBgColor { background-color: #A59CA6; }

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

This div background color is #A59CA6.


Border color

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

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

This div border color is #A59CA6.


Opacity

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

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

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

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

This text has shadow with #A59CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CA6 on black background.


Color preview on white background

This text has color #A59CA6 on white background.



Black color preview on #A59CA6 background

This text has black color on #A59CA6 background.


White color preview on #A59CA6 background

This text has white color on #A59CA6 background.