COLOR #A59E51

HEX: #A59E51
RGB: (165,158,81)

Color info

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

RGB color model

#A59E51 color RGB value is (165,158,81).

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

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 81 of 255 = 32%

165
158
81

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

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 81 = 404 (100%)
R 165 of 404 ~ 40.84%
G 158 of 404 ~ 39.11%
B 81 of 404 ~ 20.05%

%40.84
%39.11
%20.05

CMYK color model

#A59E51 color CMYK value is (0,4,51,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 50.91%
  • key color value is 35.29%
CMYK:
(0,4,51,35)
C0M4Y51K35 
(0%,4%,51%,35%)
(0.00/0.04/0.51/0.35)	

CMYK percentages

%0
%4.24
%50.91
%35.29

Codes

Color #A59E51 in popluar color models

A59E51
RGB16515881
HSL55°34.15%48.24%
HSB/HSV55°50.91%64.71%
CMYK0.00%4.24%50.91%
35.29%

Color #A59E51 in popluar number systems.

HEXA59E51
Decimal16515881
Binary10100101100111101010001
Octal245236121

Shades and tints

Shades of #A59E51

#A59E51
(165,158,81)
#96904A
(150,144,74)
#878243
(135,130,67)
#78743C
(120,116,60)
#696635
(105,102,53)
#5A582E
(90,88,46)
#4B4A27
(75,74,39)
#3C3C20
(60,60,32)
#2D2E19
(45,46,25)
#1E2012
(30,32,18)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #A59E51

#A59E51
(165,158,81)
#ADA660
(173,166,96)
#B5AE6F
(181,174,111)
#BDB67E
(189,182,126)
#C5BE8D
(197,190,141)
#CDC69C
(205,198,156)
#D5CEAB
(213,206,171)
#DDD6BA
(221,214,186)
#E5DEC9
(229,222,201)
#EDE6D8
(237,230,216)
#F5EEE7
(245,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59E51; }

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

This text font color is #A59E51.


Background Color

.myBgColor { background-color: #A59E51; }

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

This div background color is #A59E51.


Border color

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

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

This div border color is #A59E51.


Opacity

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

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

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

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

This text has shadow with #A59E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59E51 on black background.


Color preview on white background

This text has color #A59E51 on white background.



Black color preview on #A59E51 background

This text has black color on #A59E51 background.


White color preview on #A59E51 background

This text has white color on #A59E51 background.