COLOR #A59889

HEX: #A59889
RGB: (165,152,137)

Color info

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

RGB color model

#A59889 color RGB value is (165,152,137).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 137 of 255 = 54%

165
152
137

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 137 = 454 (100%)
R 165 of 454 ~ 36.34%
G 152 of 454 ~ 33.48%
B 137 of 454 ~ 30.18%

%36.34
%33.48
%30.18

CMYK color model

#A59889 color CMYK value is (0,8,17,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 16.97%
  • key color value is 35.29%
CMYK:
(0,8,17,35)
C0M8Y17K35 
(0%,8%,17%,35%)
(0.00/0.08/0.17/0.35)	

CMYK percentages

%0
%7.88
%16.97
%35.29

Codes

Color #A59889 in popluar color models

A59889
RGB165152137
HSL32°13.46%59.22%
HSB/HSV32°16.97%64.71%
CMYK0.00%7.88%16.97%
35.29%

Color #A59889 in popluar number systems.

HEXA59889
Decimal165152137
Binary101001011001100010001001
Octal245230211

Shades and tints

Shades of #A59889

#A59889
(165,152,137)
#968B7D
(150,139,125)
#877E71
(135,126,113)
#787165
(120,113,101)
#696459
(105,100,89)
#5A574D
(90,87,77)
#4B4A41
(75,74,65)
#3C3D35
(60,61,53)
#2D3029
(45,48,41)
#1E231D
(30,35,29)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A59889

#A59889
(165,152,137)
#ADA193
(173,161,147)
#B5AA9D
(181,170,157)
#BDB3A7
(189,179,167)
#C5BCB1
(197,188,177)
#CDC5BB
(205,197,187)
#D5CEC5
(213,206,197)
#DDD7CF
(221,215,207)
#E5E0D9
(229,224,217)
#EDE9E3
(237,233,227)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59889; }

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

This text font color is #A59889.


Background Color

.myBgColor { background-color: #A59889; }

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

This div background color is #A59889.


Border color

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

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

This div border color is #A59889.


Opacity

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

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

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

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

This text has shadow with #A59889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59889 on black background.


Color preview on white background

This text has color #A59889 on white background.



Black color preview on #A59889 background

This text has black color on #A59889 background.


White color preview on #A59889 background

This text has white color on #A59889 background.