COLOR #A59E5F

HEX: #A59E5F
RGB: (165,158,95)

Color info

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

RGB color model

#A59E5F color RGB value is (165,158,95).

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

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 95 of 255 = 37%

165
158
95

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

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 95 = 418 (100%)
R 165 of 418 ~ 39.47%
G 158 of 418 ~ 37.8%
B 95 of 418 ~ 22.73%

%39.47
%37.8
%22.73

CMYK color model

#A59E5F color CMYK value is (0,4,42,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(0,4,42,35)
C0M4Y42K35 
(0%,4%,42%,35%)
(0.00/0.04/0.42/0.35)	

CMYK percentages

%0
%4.24
%42.42
%35.29

Codes

Color #A59E5F in popluar color models

A59E5F
RGB16515895
HSL54°28.00%50.98%
HSB/HSV54°42.42%64.71%
CMYK0.00%4.24%42.42%
35.29%

Color #A59E5F in popluar number systems.

HEXA59E5F
Decimal16515895
Binary10100101100111101011111
Octal245236137

Shades and tints

Shades of #A59E5F

#A59E5F
(165,158,95)
#969057
(150,144,87)
#87824F
(135,130,79)
#787447
(120,116,71)
#69663F
(105,102,63)
#5A5837
(90,88,55)
#4B4A2F
(75,74,47)
#3C3C27
(60,60,39)
#2D2E1F
(45,46,31)
#1E2017
(30,32,23)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #A59E5F

#A59E5F
(165,158,95)
#ADA66D
(173,166,109)
#B5AE7B
(181,174,123)
#BDB689
(189,182,137)
#C5BE97
(197,190,151)
#CDC6A5
(205,198,165)
#D5CEB3
(213,206,179)
#DDD6C1
(221,214,193)
#E5DECF
(229,222,207)
#EDE6DD
(237,230,221)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59E5F; }

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

This text font color is #A59E5F.


Background Color

.myBgColor { background-color: #A59E5F; }

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

This div background color is #A59E5F.


Border color

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

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

This div border color is #A59E5F.


Opacity

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

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

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

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

This text has shadow with #A59E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59E5F on black background.


Color preview on white background

This text has color #A59E5F on white background.



Black color preview on #A59E5F background

This text has black color on #A59E5F background.


White color preview on #A59E5F background

This text has white color on #A59E5F background.