COLOR #A58EA4

HEX: #A58EA4
RGB: (165,142,164)

Color info

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

RGB color model

#A58EA4 color RGB value is (165,142,164).

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

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 164 of 255 = 64%

165
142
164

R + G + B ~ 62%. #A58EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 142 + 164 = 471 (100%)
R 165 of 471 ~ 35.03%
G 142 of 471 ~ 30.15%
B 164 of 471 ~ 34.82%

%35.03
%30.15
%34.82

CMYK color model

#A58EA4 color CMYK value is (0,14,1,35).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 0.61%
  • key color value is 35.29%
CMYK:
(0,14,1,35)
C0M14Y1K35 
(0%,14%,1%,35%)
(0.00/0.14/0.01/0.35)	

CMYK percentages

%0
%13.94
%0.61
%35.29

Codes

Color #A58EA4 in popluar color models

A58EA4
RGB165142164
HSL303°11.33%60.20%
HSB/HSV303°13.94%64.71%
CMYK0.00%13.94%0.61%
35.29%

Color #A58EA4 in popluar number systems.

HEXA58EA4
Decimal165142164
Binary101001011000111010100100
Octal245216244

Shades and tints

Shades of #A58EA4

#A58EA4
(165,142,164)
#968296
(150,130,150)
#877688
(135,118,136)
#786A7A
(120,106,122)
#695E6C
(105,94,108)
#5A525E
(90,82,94)
#4B4650
(75,70,80)
#3C3A42
(60,58,66)
#2D2E34
(45,46,52)
#1E2226
(30,34,38)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #A58EA4

#A58EA4
(165,142,164)
#AD98AC
(173,152,172)
#B5A2B4
(181,162,180)
#BDACBC
(189,172,188)
#C5B6C4
(197,182,196)
#CDC0CC
(205,192,204)
#D5CAD4
(213,202,212)
#DDD4DC
(221,212,220)
#E5DEE4
(229,222,228)
#EDE8EC
(237,232,236)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58EA4; }

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

This text font color is #A58EA4.


Background Color

.myBgColor { background-color: #A58EA4; }

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

This div background color is #A58EA4.


Border color

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

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

This div border color is #A58EA4.


Opacity

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

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

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

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

This text has shadow with #A58EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58EA4 on black background.


Color preview on white background

This text has color #A58EA4 on white background.



Black color preview on #A58EA4 background

This text has black color on #A58EA4 background.


White color preview on #A58EA4 background

This text has white color on #A58EA4 background.