COLOR #A58B5F

HEX: #A58B5F
RGB: (165,139,95)

Color info

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

RGB color model

#A58B5F color RGB value is (165,139,95).

  • red value is 165;
  • green value is 139;
  • blue value is 95.
RGB:
(165,139,95)
(65%,55%,37%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 95 of 255 = 37%

165
139
95

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

Portions of RGB colors in percentages

R + G + B =
165 + 139 + 95 = 399 (100%)
R 165 of 399 ~ 41.35%
G 139 of 399 ~ 34.84%
B 95 of 399 ~ 23.81%

%41.35
%34.84
%23.81

CMYK color model

#A58B5F color CMYK value is (0,16,42,35).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(0,16,42,35)
C0M16Y42K35 
(0%,16%,42%,35%)
(0.00/0.16/0.42/0.35)	

CMYK percentages

%0
%15.76
%42.42
%35.29

Codes

Color #A58B5F in popluar color models

A58B5F
RGB16513995
HSL38°28.00%50.98%
HSB/HSV38°42.42%64.71%
CMYK0.00%15.76%42.42%
35.29%

Color #A58B5F in popluar number systems.

HEXA58B5F
Decimal16513995
Binary10100101100010111011111
Octal245213137

Shades and tints

Shades of #A58B5F

#A58B5F
(165,139,95)
#967F57
(150,127,87)
#87734F
(135,115,79)
#786747
(120,103,71)
#695B3F
(105,91,63)
#5A4F37
(90,79,55)
#4B432F
(75,67,47)
#3C3727
(60,55,39)
#2D2B1F
(45,43,31)
#1E1F17
(30,31,23)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A58B5F

#A58B5F
(165,139,95)
#AD956D
(173,149,109)
#B59F7B
(181,159,123)
#BDA989
(189,169,137)
#C5B397
(197,179,151)
#CDBDA5
(205,189,165)
#D5C7B3
(213,199,179)
#DDD1C1
(221,209,193)
#E5DBCF
(229,219,207)
#EDE5DD
(237,229,221)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58B5F color. Also use rgb(165,139,95) instead hex code.

Text Font Color

.myTextColor { color: #A58B5F; }

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

This text font color is #A58B5F.


Background Color

.myBgColor { background-color: #A58B5F; }

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

This div background color is #A58B5F.


Border color

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

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

This div border color is #A58B5F.


Opacity

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

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

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

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

This text has shadow with #A58B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58B5F on black background.


Color preview on white background

This text has color #A58B5F on white background.



Black color preview on #A58B5F background

This text has black color on #A58B5F background.


White color preview on #A58B5F background

This text has white color on #A58B5F background.