COLOR #A58E98

HEX: #A58E98
RGB: (165,142,152)

Color info

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

RGB color model

#A58E98 color RGB value is (165,142,152).

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

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 152 of 255 = 60%

165
142
152

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

Portions of RGB colors in percentages

R + G + B =
165 + 142 + 152 = 459 (100%)
R 165 of 459 ~ 35.95%
G 142 of 459 ~ 30.94%
B 152 of 459 ~ 33.12%

%35.95
%30.94
%33.12

CMYK color model

#A58E98 color CMYK value is (0,14,8,35).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK:
(0,14,8,35)
C0M14Y8K35 
(0%,14%,8%,35%)
(0.00/0.14/0.08/0.35)	

CMYK percentages

%0
%13.94
%7.88
%35.29

Codes

Color #A58E98 in popluar color models

A58E98
RGB165142152
HSL334°11.33%60.20%
HSB/HSV334°13.94%64.71%
CMYK0.00%13.94%7.88%
35.29%

Color #A58E98 in popluar number systems.

HEXA58E98
Decimal165142152
Binary101001011000111010011000
Octal245216230

Shades and tints

Shades of #A58E98

#A58E98
(165,142,152)
#96828B
(150,130,139)
#87767E
(135,118,126)
#786A71
(120,106,113)
#695E64
(105,94,100)
#5A5257
(90,82,87)
#4B464A
(75,70,74)
#3C3A3D
(60,58,61)
#2D2E30
(45,46,48)
#1E2223
(30,34,35)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #A58E98

#A58E98
(165,142,152)
#AD98A1
(173,152,161)
#B5A2AA
(181,162,170)
#BDACB3
(189,172,179)
#C5B6BC
(197,182,188)
#CDC0C5
(205,192,197)
#D5CACE
(213,202,206)
#DDD4D7
(221,212,215)
#E5DEE0
(229,222,224)
#EDE8E9
(237,232,233)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58E98; }

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

This text font color is #A58E98.


Background Color

.myBgColor { background-color: #A58E98; }

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

This div background color is #A58E98.


Border color

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

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

This div border color is #A58E98.


Opacity

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

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

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

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

This text has shadow with #A58E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58E98 on black background.


Color preview on white background

This text has color #A58E98 on white background.



Black color preview on #A58E98 background

This text has black color on #A58E98 background.


White color preview on #A58E98 background

This text has white color on #A58E98 background.