COLOR #A59A4E

HEX: #A59A4E
RGB: (165,154,78)

Color info

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

RGB color model

#A59A4E color RGB value is (165,154,78).

  • red value is 165;
  • green value is 154;
  • blue value is 78.
RGB:
(165,154,78)
(65%,60%,31%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 78 of 255 = 31%

165
154
78

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

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 78 = 397 (100%)
R 165 of 397 ~ 41.56%
G 154 of 397 ~ 38.79%
B 78 of 397 ~ 19.65%

%41.56
%38.79
%19.65

CMYK color model

#A59A4E color CMYK value is (0,7,53,35).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 52.73%
  • key color value is 35.29%
CMYK:
(0,7,53,35)
C0M7Y53K35 
(0%,7%,53%,35%)
(0.00/0.07/0.53/0.35)	

CMYK percentages

%0
%6.67
%52.73
%35.29

Codes

Color #A59A4E in popluar color models

A59A4E
RGB16515478
HSL52°35.80%47.65%
HSB/HSV52°52.73%64.71%
CMYK0.00%6.67%52.73%
35.29%

Color #A59A4E in popluar number systems.

HEXA59A4E
Decimal16515478
Binary10100101100110101001110
Octal245232116

Shades and tints

Shades of #A59A4E

#A59A4E
(165,154,78)
#968C47
(150,140,71)
#877E40
(135,126,64)
#787039
(120,112,57)
#696232
(105,98,50)
#5A542B
(90,84,43)
#4B4624
(75,70,36)
#3C381D
(60,56,29)
#2D2A16
(45,42,22)
#1E1C0F
(30,28,15)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #A59A4E

#A59A4E
(165,154,78)
#ADA35E
(173,163,94)
#B5AC6E
(181,172,110)
#BDB57E
(189,181,126)
#C5BE8E
(197,190,142)
#CDC79E
(205,199,158)
#D5D0AE
(213,208,174)
#DDD9BE
(221,217,190)
#E5E2CE
(229,226,206)
#EDEBDE
(237,235,222)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59A4E color. Also use rgb(165,154,78) instead hex code.

Text Font Color

.myTextColor { color: #A59A4E; }

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

This text font color is #A59A4E.


Background Color

.myBgColor { background-color: #A59A4E; }

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

This div background color is #A59A4E.


Border color

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

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

This div border color is #A59A4E.


Opacity

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

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

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

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

This text has shadow with #A59A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59A4E on black background.


Color preview on white background

This text has color #A59A4E on white background.



Black color preview on #A59A4E background

This text has black color on #A59A4E background.


White color preview on #A59A4E background

This text has white color on #A59A4E background.