COLOR #A59EAE

HEX: #A59EAE
RGB: (165,158,174)

Color info

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

RGB color model

#A59EAE color RGB value is (165,158,174).

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

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 174 of 255 = 68%

165
158
174

R + G + B ~ 65%. #A59EAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 174 = 497 (100%)
R 165 of 497 ~ 33.2%
G 158 of 497 ~ 31.79%
B 174 of 497 ~ 35.01%

%33.2
%31.79
%35.01

CMYK color model

#A59EAE color CMYK value is (5,9,0,32).

  • cyan value is 5.17%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,9,0,32)
C5M9Y0K32 
(5%,9%,0%,32%)
(0.05/0.09/0.00/0.32)	

CMYK percentages

%5.17
%9.2
%0
%31.76

Codes

Color #A59EAE in popluar color models

A59EAE
RGB165158174
HSL266°8.99%65.10%
HSB/HSV266°9.20%68.24%
CMYK5.17%9.20%0.00%
31.76%

Color #A59EAE in popluar number systems.

HEXA59EAE
Decimal165158174
Binary101001011001111010101110
Octal245236256

Shades and tints

Shades of #A59EAE

#A59EAE
(165,158,174)
#96909F
(150,144,159)
#878290
(135,130,144)
#787481
(120,116,129)
#696672
(105,102,114)
#5A5863
(90,88,99)
#4B4A54
(75,74,84)
#3C3C45
(60,60,69)
#2D2E36
(45,46,54)
#1E2027
(30,32,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A59EAE

#A59EAE
(165,158,174)
#ADA6B5
(173,166,181)
#B5AEBC
(181,174,188)
#BDB6C3
(189,182,195)
#C5BECA
(197,190,202)
#CDC6D1
(205,198,209)
#D5CED8
(213,206,216)
#DDD6DF
(221,214,223)
#E5DEE6
(229,222,230)
#EDE6ED
(237,230,237)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59EAE; }

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

This text font color is #A59EAE.


Background Color

.myBgColor { background-color: #A59EAE; }

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

This div background color is #A59EAE.


Border color

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

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

This div border color is #A59EAE.


Opacity

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

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

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

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

This text has shadow with #A59EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59EAE on black background.


Color preview on white background

This text has color #A59EAE on white background.



Black color preview on #A59EAE background

This text has black color on #A59EAE background.


White color preview on #A59EAE background

This text has white color on #A59EAE background.