COLOR #A58E95

HEX: #A58E95
RGB: (165,142,149)

Color info

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

RGB color model

#A58E95 color RGB value is (165,142,149).

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

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 149 of 255 = 58%

165
142
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 142 + 149 = 456 (100%)
R 165 of 456 ~ 36.18%
G 142 of 456 ~ 31.14%
B 149 of 456 ~ 32.68%

%36.18
%31.14
%32.68

CMYK color model

#A58E95 color CMYK value is (0,14,10,35).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK:
(0,14,10,35)
C0M14Y10K35 
(0%,14%,10%,35%)
(0.00/0.14/0.10/0.35)	

CMYK percentages

%0
%13.94
%9.7
%35.29

Codes

Color #A58E95 in popluar color models

A58E95
RGB165142149
HSL342°11.33%60.20%
HSB/HSV342°13.94%64.71%
CMYK0.00%13.94%9.70%
35.29%

Color #A58E95 in popluar number systems.

HEXA58E95
Decimal165142149
Binary101001011000111010010101
Octal245216225

Shades and tints

Shades of #A58E95

#A58E95
(165,142,149)
#968288
(150,130,136)
#87767B
(135,118,123)
#786A6E
(120,106,110)
#695E61
(105,94,97)
#5A5254
(90,82,84)
#4B4647
(75,70,71)
#3C3A3A
(60,58,58)
#2D2E2D
(45,46,45)
#1E2220
(30,34,32)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A58E95

#A58E95
(165,142,149)
#AD989E
(173,152,158)
#B5A2A7
(181,162,167)
#BDACB0
(189,172,176)
#C5B6B9
(197,182,185)
#CDC0C2
(205,192,194)
#D5CACB
(213,202,203)
#DDD4D4
(221,212,212)
#E5DEDD
(229,222,221)
#EDE8E6
(237,232,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58E95; }

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

This text font color is #A58E95.


Background Color

.myBgColor { background-color: #A58E95; }

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

This div background color is #A58E95.


Border color

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

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

This div border color is #A58E95.


Opacity

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

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

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

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

This text has shadow with #A58E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58E95 on black background.


Color preview on white background

This text has color #A58E95 on white background.



Black color preview on #A58E95 background

This text has black color on #A58E95 background.


White color preview on #A58E95 background

This text has white color on #A58E95 background.