COLOR #A58EAB

HEX: #A58EAB
RGB: (165,142,171)

Color info

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

RGB color model

#A58EAB color RGB value is (165,142,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 171 of 255 = 67%

165
142
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 142 + 171 = 478 (100%)
R 165 of 478 ~ 34.52%
G 142 of 478 ~ 29.71%
B 171 of 478 ~ 35.77%

%34.52
%29.71
%35.77

CMYK color model

#A58EAB color CMYK value is (4,17,0,33).

  • cyan value is 3.51%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,17,0,33)
C4M17Y0K33 
(4%,17%,0%,33%)
(0.04/0.17/0.00/0.33)	

CMYK percentages

%3.51
%16.96
%0
%32.94

Codes

Color #A58EAB in popluar color models

A58EAB
RGB165142171
HSL288°14.72%61.37%
HSB/HSV288°16.96%67.06%
CMYK3.51%16.96%0.00%
32.94%

Color #A58EAB in popluar number systems.

HEXA58EAB
Decimal165142171
Binary101001011000111010101011
Octal245216253

Shades and tints

Shades of #A58EAB

#A58EAB
(165,142,171)
#96829C
(150,130,156)
#87768D
(135,118,141)
#786A7E
(120,106,126)
#695E6F
(105,94,111)
#5A5260
(90,82,96)
#4B4651
(75,70,81)
#3C3A42
(60,58,66)
#2D2E33
(45,46,51)
#1E2224
(30,34,36)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A58EAB

#A58EAB
(165,142,171)
#AD98B2
(173,152,178)
#B5A2B9
(181,162,185)
#BDACC0
(189,172,192)
#C5B6C7
(197,182,199)
#CDC0CE
(205,192,206)
#D5CAD5
(213,202,213)
#DDD4DC
(221,212,220)
#E5DEE3
(229,222,227)
#EDE8EA
(237,232,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58EAB; }

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

This text font color is #A58EAB.


Background Color

.myBgColor { background-color: #A58EAB; }

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

This div background color is #A58EAB.


Border color

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

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

This div border color is #A58EAB.


Opacity

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

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

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

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

This text has shadow with #A58EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58EAB on black background.


Color preview on white background

This text has color #A58EAB on white background.



Black color preview on #A58EAB background

This text has black color on #A58EAB background.


White color preview on #A58EAB background

This text has white color on #A58EAB background.