COLOR #A59D91

HEX: #A59D91
RGB: (165,157,145)

Color info

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

RGB color model

#A59D91 color RGB value is (165,157,145).

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

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 145 of 255 = 57%

165
157
145

R + G + B ~ 61%. #A59D91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 145 = 467 (100%)
R 165 of 467 ~ 35.33%
G 157 of 467 ~ 33.62%
B 145 of 467 ~ 31.05%

%35.33
%33.62
%31.05

CMYK color model

#A59D91 color CMYK value is (0,5,12,35).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,5,12,35)
C0M5Y12K35 
(0%,5%,12%,35%)
(0.00/0.05/0.12/0.35)	

CMYK percentages

%0
%4.85
%12.12
%35.29

Codes

Color #A59D91 in popluar color models

A59D91
RGB165157145
HSL36°10.00%60.78%
HSB/HSV36°12.12%64.71%
CMYK0.00%4.85%12.12%
35.29%

Color #A59D91 in popluar number systems.

HEXA59D91
Decimal165157145
Binary101001011001110110010001
Octal245235221

Shades and tints

Shades of #A59D91

#A59D91
(165,157,145)
#968F84
(150,143,132)
#878177
(135,129,119)
#78736A
(120,115,106)
#69655D
(105,101,93)
#5A5750
(90,87,80)
#4B4943
(75,73,67)
#3C3B36
(60,59,54)
#2D2D29
(45,45,41)
#1E1F1C
(30,31,28)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A59D91

#A59D91
(165,157,145)
#ADA59B
(173,165,155)
#B5ADA5
(181,173,165)
#BDB5AF
(189,181,175)
#C5BDB9
(197,189,185)
#CDC5C3
(205,197,195)
#D5CDCD
(213,205,205)
#DDD5D7
(221,213,215)
#E5DDE1
(229,221,225)
#EDE5EB
(237,229,235)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D91; }

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

This text font color is #A59D91.


Background Color

.myBgColor { background-color: #A59D91; }

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

This div background color is #A59D91.


Border color

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

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

This div border color is #A59D91.


Opacity

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

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

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

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

This text has shadow with #A59D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59D91 on black background.


Color preview on white background

This text has color #A59D91 on white background.



Black color preview on #A59D91 background

This text has black color on #A59D91 background.


White color preview on #A59D91 background

This text has white color on #A59D91 background.