COLOR #A58C98

HEX: #A58C98
RGB: (165,140,152)

Color info

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

RGB color model

#A58C98 color RGB value is (165,140,152).

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

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 152 of 255 = 60%

165
140
152

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

Portions of RGB colors in percentages

R + G + B =
165 + 140 + 152 = 457 (100%)
R 165 of 457 ~ 36.11%
G 140 of 457 ~ 30.63%
B 152 of 457 ~ 33.26%

%36.11
%30.63
%33.26

CMYK color model

#A58C98 color CMYK value is (0,15,8,35).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK:
(0,15,8,35)
C0M15Y8K35 
(0%,15%,8%,35%)
(0.00/0.15/0.08/0.35)	

CMYK percentages

%0
%15.15
%7.88
%35.29

Codes

Color #A58C98 in popluar color models

A58C98
RGB165140152
HSL331°12.20%59.80%
HSB/HSV331°15.15%64.71%
CMYK0.00%15.15%7.88%
35.29%

Color #A58C98 in popluar number systems.

HEXA58C98
Decimal165140152
Binary101001011000110010011000
Octal245214230

Shades and tints

Shades of #A58C98

#A58C98
(165,140,152)
#96808B
(150,128,139)
#87747E
(135,116,126)
#786871
(120,104,113)
#695C64
(105,92,100)
#5A5057
(90,80,87)
#4B444A
(75,68,74)
#3C383D
(60,56,61)
#2D2C30
(45,44,48)
#1E2023
(30,32,35)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A58C98

#A58C98
(165,140,152)
#AD96A1
(173,150,161)
#B5A0AA
(181,160,170)
#BDAAB3
(189,170,179)
#C5B4BC
(197,180,188)
#CDBEC5
(205,190,197)
#D5C8CE
(213,200,206)
#DDD2D7
(221,210,215)
#E5DCE0
(229,220,224)
#EDE6E9
(237,230,233)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58C98; }

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

This text font color is #A58C98.


Background Color

.myBgColor { background-color: #A58C98; }

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

This div background color is #A58C98.


Border color

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

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

This div border color is #A58C98.


Opacity

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

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

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

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

This text has shadow with #A58C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58C98 on black background.


Color preview on white background

This text has color #A58C98 on white background.



Black color preview on #A58C98 background

This text has black color on #A58C98 background.


White color preview on #A58C98 background

This text has white color on #A58C98 background.