COLOR #A58760

HEX: #A58760
RGB: (165,135,96)

Color info

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

RGB color model

#A58760 color RGB value is (165,135,96).

  • red value is 165;
  • green value is 135;
  • blue value is 96.
RGB:
(165,135,96)
(65%,53%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 96 of 255 = 38%

165
135
96

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

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 96 = 396 (100%)
R 165 of 396 ~ 41.67%
G 135 of 396 ~ 34.09%
B 96 of 396 ~ 24.24%

%41.67
%34.09
%24.24

CMYK color model

#A58760 color CMYK value is (0,18,42,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 41.82%
  • key color value is 35.29%
CMYK:
(0,18,42,35)
C0M18Y42K35 
(0%,18%,42%,35%)
(0.00/0.18/0.42/0.35)	

CMYK percentages

%0
%18.18
%41.82
%35.29

Codes

Color #A58760 in popluar color models

A58760
RGB16513596
HSL34°27.71%51.18%
HSB/HSV34°41.82%64.71%
CMYK0.00%18.18%41.82%
35.29%

Color #A58760 in popluar number systems.

HEXA58760
Decimal16513596
Binary10100101100001111100000
Octal245207140

Shades and tints

Shades of #A58760

#A58760
(165,135,96)
#967B58
(150,123,88)
#876F50
(135,111,80)
#786348
(120,99,72)
#695740
(105,87,64)
#5A4B38
(90,75,56)
#4B3F30
(75,63,48)
#3C3328
(60,51,40)
#2D2720
(45,39,32)
#1E1B18
(30,27,24)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #A58760

#A58760
(165,135,96)
#AD916E
(173,145,110)
#B59B7C
(181,155,124)
#BDA58A
(189,165,138)
#C5AF98
(197,175,152)
#CDB9A6
(205,185,166)
#D5C3B4
(213,195,180)
#DDCDC2
(221,205,194)
#E5D7D0
(229,215,208)
#EDE1DE
(237,225,222)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58760 color. Also use rgb(165,135,96) instead hex code.

Text Font Color

.myTextColor { color: #A58760; }

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

This text font color is #A58760.


Background Color

.myBgColor { background-color: #A58760; }

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

This div background color is #A58760.


Border color

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

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

This div border color is #A58760.


Opacity

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

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

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

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

This text has shadow with #A58760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58760 on black background.


Color preview on white background

This text has color #A58760 on white background.



Black color preview on #A58760 background

This text has black color on #A58760 background.


White color preview on #A58760 background

This text has white color on #A58760 background.