COLOR #A59391

HEX: #A59391
RGB: (165,147,145)

Color info

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

RGB color model

#A59391 color RGB value is (165,147,145).

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

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 145 of 255 = 57%

165
147
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 145 = 457 (100%)
R 165 of 457 ~ 36.11%
G 147 of 457 ~ 32.17%
B 145 of 457 ~ 31.73%

%36.11
%32.17
%31.73

CMYK color model

#A59391 color CMYK value is (0,11,12,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,11,12,35)
C0M11Y12K35 
(0%,11%,12%,35%)
(0.00/0.11/0.12/0.35)	

CMYK percentages

%0
%10.91
%12.12
%35.29

Codes

Color #A59391 in popluar color models

A59391
RGB165147145
HSL10.00%60.78%
HSB/HSV12.12%64.71%
CMYK0.00%10.91%12.12%
35.29%

Color #A59391 in popluar number systems.

HEXA59391
Decimal165147145
Binary101001011001001110010001
Octal245223221

Shades and tints

Shades of #A59391

#A59391
(165,147,145)
#968684
(150,134,132)
#877977
(135,121,119)
#786C6A
(120,108,106)
#695F5D
(105,95,93)
#5A5250
(90,82,80)
#4B4543
(75,69,67)
#3C3836
(60,56,54)
#2D2B29
(45,43,41)
#1E1E1C
(30,30,28)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A59391

#A59391
(165,147,145)
#AD9C9B
(173,156,155)
#B5A5A5
(181,165,165)
#BDAEAF
(189,174,175)
#C5B7B9
(197,183,185)
#CDC0C3
(205,192,195)
#D5C9CD
(213,201,205)
#DDD2D7
(221,210,215)
#E5DBE1
(229,219,225)
#EDE4EB
(237,228,235)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59391; }

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

This text font color is #A59391.


Background Color

.myBgColor { background-color: #A59391; }

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

This div background color is #A59391.


Border color

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

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

This div border color is #A59391.


Opacity

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

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

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

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

This text has shadow with #A59391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59391 on black background.


Color preview on white background

This text has color #A59391 on white background.



Black color preview on #A59391 background

This text has black color on #A59391 background.


White color preview on #A59391 background

This text has white color on #A59391 background.