COLOR #A58C9B

HEX: #A58C9B
RGB: (165,140,155)

Color info

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

RGB color model

#A58C9B color RGB value is (165,140,155).

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

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 155 of 255 = 61%

165
140
155

R + G + B ~ 60%. #A58C9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 140 + 155 = 460 (100%)
R 165 of 460 ~ 35.87%
G 140 of 460 ~ 30.43%
B 155 of 460 ~ 33.7%

%35.87
%30.43
%33.7

CMYK color model

#A58C9B color CMYK value is (0,15,6,35).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(0,15,6,35)
C0M15Y6K35 
(0%,15%,6%,35%)
(0.00/0.15/0.06/0.35)	

CMYK percentages

%0
%15.15
%6.06
%35.29

Codes

Color #A58C9B in popluar color models

A58C9B
RGB165140155
HSL324°12.20%59.80%
HSB/HSV324°15.15%64.71%
CMYK0.00%15.15%6.06%
35.29%

Color #A58C9B in popluar number systems.

HEXA58C9B
Decimal165140155
Binary101001011000110010011011
Octal245214233

Shades and tints

Shades of #A58C9B

#A58C9B
(165,140,155)
#96808D
(150,128,141)
#87747F
(135,116,127)
#786871
(120,104,113)
#695C63
(105,92,99)
#5A5055
(90,80,85)
#4B4447
(75,68,71)
#3C3839
(60,56,57)
#2D2C2B
(45,44,43)
#1E201D
(30,32,29)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A58C9B

#A58C9B
(165,140,155)
#AD96A4
(173,150,164)
#B5A0AD
(181,160,173)
#BDAAB6
(189,170,182)
#C5B4BF
(197,180,191)
#CDBEC8
(205,190,200)
#D5C8D1
(213,200,209)
#DDD2DA
(221,210,218)
#E5DCE3
(229,220,227)
#EDE6EC
(237,230,236)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58C9B; }

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

This text font color is #A58C9B.


Background Color

.myBgColor { background-color: #A58C9B; }

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

This div background color is #A58C9B.


Border color

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

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

This div border color is #A58C9B.


Opacity

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

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

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

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

This text has shadow with #A58C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58C9B on black background.


Color preview on white background

This text has color #A58C9B on white background.



Black color preview on #A58C9B background

This text has black color on #A58C9B background.


White color preview on #A58C9B background

This text has white color on #A58C9B background.