COLOR #A58EAE

HEX: #A58EAE
RGB: (165,142,174)

Color info

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

RGB color model

#A58EAE color RGB value is (165,142,174).

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

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 174 of 255 = 68%

165
142
174

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

Portions of RGB colors in percentages

R + G + B =
165 + 142 + 174 = 481 (100%)
R 165 of 481 ~ 34.3%
G 142 of 481 ~ 29.52%
B 174 of 481 ~ 36.17%

%34.3
%29.52
%36.17

CMYK color model

#A58EAE color CMYK value is (5,18,0,32).

  • cyan value is 5.17%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,18,0,32)
C5M18Y0K32 
(5%,18%,0%,32%)
(0.05/0.18/0.00/0.32)	

CMYK percentages

%5.17
%18.39
%0
%31.76

Codes

Color #A58EAE in popluar color models

A58EAE
RGB165142174
HSL283°16.49%61.96%
HSB/HSV283°18.39%68.24%
CMYK5.17%18.39%0.00%
31.76%

Color #A58EAE in popluar number systems.

HEXA58EAE
Decimal165142174
Binary101001011000111010101110
Octal245216256

Shades and tints

Shades of #A58EAE

#A58EAE
(165,142,174)
#96829F
(150,130,159)
#877690
(135,118,144)
#786A81
(120,106,129)
#695E72
(105,94,114)
#5A5263
(90,82,99)
#4B4654
(75,70,84)
#3C3A45
(60,58,69)
#2D2E36
(45,46,54)
#1E2227
(30,34,39)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #A58EAE

#A58EAE
(165,142,174)
#AD98B5
(173,152,181)
#B5A2BC
(181,162,188)
#BDACC3
(189,172,195)
#C5B6CA
(197,182,202)
#CDC0D1
(205,192,209)
#D5CAD8
(213,202,216)
#DDD4DF
(221,212,223)
#E5DEE6
(229,222,230)
#EDE8ED
(237,232,237)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58EAE; }

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

This text font color is #A58EAE.


Background Color

.myBgColor { background-color: #A58EAE; }

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

This div background color is #A58EAE.


Border color

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

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

This div border color is #A58EAE.


Opacity

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

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

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

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

This text has shadow with #A58EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58EAE on black background.


Color preview on white background

This text has color #A58EAE on white background.



Black color preview on #A58EAE background

This text has black color on #A58EAE background.


White color preview on #A58EAE background

This text has white color on #A58EAE background.