COLOR #A58B91

HEX: #A58B91
RGB: (165,139,145)

Color info

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

RGB color model

#A58B91 color RGB value is (165,139,145).

  • red value is 165;
  • green value is 139;
  • blue value is 145.
RGB:
(165,139,145)
(65%,55%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 145 of 255 = 57%

165
139
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 139 + 145 = 449 (100%)
R 165 of 449 ~ 36.75%
G 139 of 449 ~ 30.96%
B 145 of 449 ~ 32.29%

%36.75
%30.96
%32.29

CMYK color model

#A58B91 color CMYK value is (0,16,12,35).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,16,12,35)
C0M16Y12K35 
(0%,16%,12%,35%)
(0.00/0.16/0.12/0.35)	

CMYK percentages

%0
%15.76
%12.12
%35.29

Codes

Color #A58B91 in popluar color models

A58B91
RGB165139145
HSL346°12.62%59.61%
HSB/HSV346°15.76%64.71%
CMYK0.00%15.76%12.12%
35.29%

Color #A58B91 in popluar number systems.

HEXA58B91
Decimal165139145
Binary101001011000101110010001
Octal245213221

Shades and tints

Shades of #A58B91

#A58B91
(165,139,145)
#967F84
(150,127,132)
#877377
(135,115,119)
#78676A
(120,103,106)
#695B5D
(105,91,93)
#5A4F50
(90,79,80)
#4B4343
(75,67,67)
#3C3736
(60,55,54)
#2D2B29
(45,43,41)
#1E1F1C
(30,31,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A58B91

#A58B91
(165,139,145)
#AD959B
(173,149,155)
#B59FA5
(181,159,165)
#BDA9AF
(189,169,175)
#C5B3B9
(197,179,185)
#CDBDC3
(205,189,195)
#D5C7CD
(213,199,205)
#DDD1D7
(221,209,215)
#E5DBE1
(229,219,225)
#EDE5EB
(237,229,235)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58B91 color. Also use rgb(165,139,145) instead hex code.

Text Font Color

.myTextColor { color: #A58B91; }

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

This text font color is #A58B91.


Background Color

.myBgColor { background-color: #A58B91; }

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

This div background color is #A58B91.


Border color

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

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

This div border color is #A58B91.


Opacity

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

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

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

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

This text has shadow with #A58B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58B91 on black background.


Color preview on white background

This text has color #A58B91 on white background.



Black color preview on #A58B91 background

This text has black color on #A58B91 background.


White color preview on #A58B91 background

This text has white color on #A58B91 background.