COLOR #A58C9D

HEX: #A58C9D
RGB: (165,140,157)

Color info

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

RGB color model

#A58C9D color RGB value is (165,140,157).

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

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 157 of 255 = 62%

165
140
157

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

Portions of RGB colors in percentages

R + G + B =
165 + 140 + 157 = 462 (100%)
R 165 of 462 ~ 35.71%
G 140 of 462 ~ 30.3%
B 157 of 462 ~ 33.98%

%35.71
%30.3
%33.98

CMYK color model

#A58C9D color CMYK value is (0,15,5,35).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(0,15,5,35)
C0M15Y5K35 
(0%,15%,5%,35%)
(0.00/0.15/0.05/0.35)	

CMYK percentages

%0
%15.15
%4.85
%35.29

Codes

Color #A58C9D in popluar color models

A58C9D
RGB165140157
HSL319°12.20%59.80%
HSB/HSV319°15.15%64.71%
CMYK0.00%15.15%4.85%
35.29%

Color #A58C9D in popluar number systems.

HEXA58C9D
Decimal165140157
Binary101001011000110010011101
Octal245214235

Shades and tints

Shades of #A58C9D

#A58C9D
(165,140,157)
#96808F
(150,128,143)
#877481
(135,116,129)
#786873
(120,104,115)
#695C65
(105,92,101)
#5A5057
(90,80,87)
#4B4449
(75,68,73)
#3C383B
(60,56,59)
#2D2C2D
(45,44,45)
#1E201F
(30,32,31)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A58C9D

#A58C9D
(165,140,157)
#AD96A5
(173,150,165)
#B5A0AD
(181,160,173)
#BDAAB5
(189,170,181)
#C5B4BD
(197,180,189)
#CDBEC5
(205,190,197)
#D5C8CD
(213,200,205)
#DDD2D5
(221,210,213)
#E5DCDD
(229,220,221)
#EDE6E5
(237,230,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58C9D; }

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

This text font color is #A58C9D.


Background Color

.myBgColor { background-color: #A58C9D; }

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

This div background color is #A58C9D.


Border color

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

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

This div border color is #A58C9D.


Opacity

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

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

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

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

This text has shadow with #A58C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58C9D on black background.


Color preview on white background

This text has color #A58C9D on white background.



Black color preview on #A58C9D background

This text has black color on #A58C9D background.


White color preview on #A58C9D background

This text has white color on #A58C9D background.