COLOR #A58E9D

HEX: #A58E9D
RGB: (165,142,157)

Color info

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

RGB color model

#A58E9D color RGB value is (165,142,157).

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

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 157 of 255 = 62%

165
142
157

R + G + B ~ 61%. #A58E9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 142 + 157 = 464 (100%)
R 165 of 464 ~ 35.56%
G 142 of 464 ~ 30.6%
B 157 of 464 ~ 33.84%

%35.56
%30.6
%33.84

CMYK color model

#A58E9D color CMYK value is (0,14,5,35).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(0,14,5,35)
C0M14Y5K35 
(0%,14%,5%,35%)
(0.00/0.14/0.05/0.35)	

CMYK percentages

%0
%13.94
%4.85
%35.29

Codes

Color #A58E9D in popluar color models

A58E9D
RGB165142157
HSL321°11.33%60.20%
HSB/HSV321°13.94%64.71%
CMYK0.00%13.94%4.85%
35.29%

Color #A58E9D in popluar number systems.

HEXA58E9D
Decimal165142157
Binary101001011000111010011101
Octal245216235

Shades and tints

Shades of #A58E9D

#A58E9D
(165,142,157)
#96828F
(150,130,143)
#877681
(135,118,129)
#786A73
(120,106,115)
#695E65
(105,94,101)
#5A5257
(90,82,87)
#4B4649
(75,70,73)
#3C3A3B
(60,58,59)
#2D2E2D
(45,46,45)
#1E221F
(30,34,31)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A58E9D

#A58E9D
(165,142,157)
#AD98A5
(173,152,165)
#B5A2AD
(181,162,173)
#BDACB5
(189,172,181)
#C5B6BD
(197,182,189)
#CDC0C5
(205,192,197)
#D5CACD
(213,202,205)
#DDD4D5
(221,212,213)
#E5DEDD
(229,222,221)
#EDE8E5
(237,232,229)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58E9D; }

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

This text font color is #A58E9D.


Background Color

.myBgColor { background-color: #A58E9D; }

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

This div background color is #A58E9D.


Border color

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

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

This div border color is #A58E9D.


Opacity

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

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

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

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

This text has shadow with #A58E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58E9D on black background.


Color preview on white background

This text has color #A58E9D on white background.



Black color preview on #A58E9D background

This text has black color on #A58E9D background.


White color preview on #A58E9D background

This text has white color on #A58E9D background.