COLOR #A58591

HEX: #A58591
RGB: (165,133,145)

Color info

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

RGB color model

#A58591 color RGB value is (165,133,145).

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

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 145 of 255 = 57%

165
133
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 133 + 145 = 443 (100%)
R 165 of 443 ~ 37.25%
G 133 of 443 ~ 30.02%
B 145 of 443 ~ 32.73%

%37.25
%30.02
%32.73

CMYK color model

#A58591 color CMYK value is (0,19,12,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,19,12,35)
C0M19Y12K35 
(0%,19%,12%,35%)
(0.00/0.19/0.12/0.35)	

CMYK percentages

%0
%19.39
%12.12
%35.29

Codes

Color #A58591 in popluar color models

A58591
RGB165133145
HSL338°15.09%58.43%
HSB/HSV338°19.39%64.71%
CMYK0.00%19.39%12.12%
35.29%

Color #A58591 in popluar number systems.

HEXA58591
Decimal165133145
Binary101001011000010110010001
Octal245205221

Shades and tints

Shades of #A58591

#A58591
(165,133,145)
#967984
(150,121,132)
#876D77
(135,109,119)
#78616A
(120,97,106)
#69555D
(105,85,93)
#5A4950
(90,73,80)
#4B3D43
(75,61,67)
#3C3136
(60,49,54)
#2D2529
(45,37,41)
#1E191C
(30,25,28)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A58591

#A58591
(165,133,145)
#AD909B
(173,144,155)
#B59BA5
(181,155,165)
#BDA6AF
(189,166,175)
#C5B1B9
(197,177,185)
#CDBCC3
(205,188,195)
#D5C7CD
(213,199,205)
#DDD2D7
(221,210,215)
#E5DDE1
(229,221,225)
#EDE8EB
(237,232,235)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58591; }

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

This text font color is #A58591.


Background Color

.myBgColor { background-color: #A58591; }

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

This div background color is #A58591.


Border color

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

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

This div border color is #A58591.


Opacity

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

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

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

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

This text has shadow with #A58591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58591 on black background.


Color preview on white background

This text has color #A58591 on white background.



Black color preview on #A58591 background

This text has black color on #A58591 background.


White color preview on #A58591 background

This text has white color on #A58591 background.