COLOR #A59E89

HEX: #A59E89
RGB: (165,158,137)

Color info

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

RGB color model

#A59E89 color RGB value is (165,158,137).

  • red value is 165;
  • green value is 158;
  • blue value is 137.
RGB:
(165,158,137)
(65%,62%,54%)

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 137 of 255 = 54%

165
158
137

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

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 137 = 460 (100%)
R 165 of 460 ~ 35.87%
G 158 of 460 ~ 34.35%
B 137 of 460 ~ 29.78%

%35.87
%34.35
%29.78

CMYK color model

#A59E89 color CMYK value is (0,4,17,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 16.97%
  • key color value is 35.29%
CMYK:
(0,4,17,35)
C0M4Y17K35 
(0%,4%,17%,35%)
(0.00/0.04/0.17/0.35)	

CMYK percentages

%0
%4.24
%16.97
%35.29

Codes

Color #A59E89 in popluar color models

A59E89
RGB165158137
HSL45°13.46%59.22%
HSB/HSV45°16.97%64.71%
CMYK0.00%4.24%16.97%
35.29%

Color #A59E89 in popluar number systems.

HEXA59E89
Decimal165158137
Binary101001011001111010001001
Octal245236211

Shades and tints

Shades of #A59E89

#A59E89
(165,158,137)
#96907D
(150,144,125)
#878271
(135,130,113)
#787465
(120,116,101)
#696659
(105,102,89)
#5A584D
(90,88,77)
#4B4A41
(75,74,65)
#3C3C35
(60,60,53)
#2D2E29
(45,46,41)
#1E201D
(30,32,29)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #A59E89

#A59E89
(165,158,137)
#ADA693
(173,166,147)
#B5AE9D
(181,174,157)
#BDB6A7
(189,182,167)
#C5BEB1
(197,190,177)
#CDC6BB
(205,198,187)
#D5CEC5
(213,206,197)
#DDD6CF
(221,214,207)
#E5DED9
(229,222,217)
#EDE6E3
(237,230,227)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59E89 color. Also use rgb(165,158,137) instead hex code.

Text Font Color

.myTextColor { color: #A59E89; }

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

This text font color is #A59E89.


Background Color

.myBgColor { background-color: #A59E89; }

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

This div background color is #A59E89.


Border color

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

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

This div border color is #A59E89.


Opacity

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

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

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

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

This text has shadow with #A59E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59E89 on black background.


Color preview on white background

This text has color #A59E89 on white background.



Black color preview on #A59E89 background

This text has black color on #A59E89 background.


White color preview on #A59E89 background

This text has white color on #A59E89 background.