COLOR #A58959

HEX: #A58959
RGB: (165,137,89)

Color info

#A58959 contains mainly red and green colors. Web safe color of #A58959 is #999966 (or #996).

RGB color model

#A58959 color RGB value is (165,137,89).

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

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 89 of 255 = 35%

165
137
89

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

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 89 = 391 (100%)
R 165 of 391 ~ 42.2%
G 137 of 391 ~ 35.04%
B 89 of 391 ~ 22.76%

%42.2
%35.04
%22.76

CMYK color model

#A58959 color CMYK value is (0,17,46,35).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 46.06%
  • key color value is 35.29%
CMYK:
(0,17,46,35)
C0M17Y46K35 
(0%,17%,46%,35%)
(0.00/0.17/0.46/0.35)	

CMYK percentages

%0
%16.97
%46.06
%35.29

Codes

Color #A58959 in popluar color models

A58959
RGB16513789
HSL38°29.92%49.80%
HSB/HSV38°46.06%64.71%
CMYK0.00%16.97%46.06%
35.29%

Color #A58959 in popluar number systems.

HEXA58959
Decimal16513789
Binary10100101100010011011001
Octal245211131

Shades and tints

Shades of #A58959

#A58959
(165,137,89)
#967D51
(150,125,81)
#877149
(135,113,73)
#786541
(120,101,65)
#695939
(105,89,57)
#5A4D31
(90,77,49)
#4B4129
(75,65,41)
#3C3521
(60,53,33)
#2D2919
(45,41,25)
#1E1D11
(30,29,17)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #A58959

#A58959
(165,137,89)
#AD9368
(173,147,104)
#B59D77
(181,157,119)
#BDA786
(189,167,134)
#C5B195
(197,177,149)
#CDBBA4
(205,187,164)
#D5C5B3
(213,197,179)
#DDCFC2
(221,207,194)
#E5D9D1
(229,217,209)
#EDE3E0
(237,227,224)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58959; }

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

This text font color is #A58959.


Background Color

.myBgColor { background-color: #A58959; }

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

This div background color is #A58959.


Border color

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

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

This div border color is #A58959.


Opacity

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

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

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

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

This text has shadow with #A58959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58959 on black background.


Color preview on white background

This text has color #A58959 on white background.



Black color preview on #A58959 background

This text has black color on #A58959 background.


White color preview on #A58959 background

This text has white color on #A58959 background.