COLOR #A58A95

HEX: #A58A95
RGB: (165,138,149)

Color info

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

RGB color model

#A58A95 color RGB value is (165,138,149).

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

RGB channels and saturation

R 165 of 255 = 65%
G 138 of 255 = 54%
B 149 of 255 = 58%

165
138
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 138 + 149 = 452 (100%)
R 165 of 452 ~ 36.5%
G 138 of 452 ~ 30.53%
B 149 of 452 ~ 32.96%

%36.5
%30.53
%32.96

CMYK color model

#A58A95 color CMYK value is (0,16,10,35).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK:
(0,16,10,35)
C0M16Y10K35 
(0%,16%,10%,35%)
(0.00/0.16/0.10/0.35)	

CMYK percentages

%0
%16.36
%9.7
%35.29

Codes

Color #A58A95 in popluar color models

A58A95
RGB165138149
HSL336°13.04%59.41%
HSB/HSV336°16.36%64.71%
CMYK0.00%16.36%9.70%
35.29%

Color #A58A95 in popluar number systems.

HEXA58A95
Decimal165138149
Binary101001011000101010010101
Octal245212225

Shades and tints

Shades of #A58A95

#A58A95
(165,138,149)
#967E88
(150,126,136)
#87727B
(135,114,123)
#78666E
(120,102,110)
#695A61
(105,90,97)
#5A4E54
(90,78,84)
#4B4247
(75,66,71)
#3C363A
(60,54,58)
#2D2A2D
(45,42,45)
#1E1E20
(30,30,32)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A58A95

#A58A95
(165,138,149)
#AD949E
(173,148,158)
#B59EA7
(181,158,167)
#BDA8B0
(189,168,176)
#C5B2B9
(197,178,185)
#CDBCC2
(205,188,194)
#D5C6CB
(213,198,203)
#DDD0D4
(221,208,212)
#E5DADD
(229,218,221)
#EDE4E6
(237,228,230)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58A95; }

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

This text font color is #A58A95.


Background Color

.myBgColor { background-color: #A58A95; }

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

This div background color is #A58A95.


Border color

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

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

This div border color is #A58A95.


Opacity

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

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

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

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

This text has shadow with #A58A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58A95 on black background.


Color preview on white background

This text has color #A58A95 on white background.



Black color preview on #A58A95 background

This text has black color on #A58A95 background.


White color preview on #A58A95 background

This text has white color on #A58A95 background.