COLOR #A59546

HEX: #A59546
RGB: (165,149,70)

Color info

#A59546 contains mainly red and green colors. Web safe color of #A59546 is #999933 (or #993).

RGB color model

#A59546 color RGB value is (165,149,70).

  • red value is 165;
  • green value is 149;
  • blue value is 70.
RGB:
(165,149,70)
(65%,58%,27%)

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 70 of 255 = 27%

165
149
70

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 70 = 384 (100%)
R 165 of 384 ~ 42.97%
G 149 of 384 ~ 38.8%
B 70 of 384 ~ 18.23%

%42.97
%38.8
%18.23

CMYK color model

#A59546 color CMYK value is (0,10,58,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 57.58%
  • key color value is 35.29%
CMYK:
(0,10,58,35)
C0M10Y58K35 
(0%,10%,58%,35%)
(0.00/0.10/0.58/0.35)	

CMYK percentages

%0
%9.7
%57.58
%35.29

Codes

Color #A59546 in popluar color models

A59546
RGB16514970
HSL50°40.43%46.08%
HSB/HSV50°57.58%64.71%
CMYK0.00%9.70%57.58%
35.29%

Color #A59546 in popluar number systems.

HEXA59546
Decimal16514970
Binary10100101100101011000110
Octal245225106

Shades and tints

Shades of #A59546

#A59546
(165,149,70)
#968840
(150,136,64)
#877B3A
(135,123,58)
#786E34
(120,110,52)
#69612E
(105,97,46)
#5A5428
(90,84,40)
#4B4722
(75,71,34)
#3C3A1C
(60,58,28)
#2D2D16
(45,45,22)
#1E2010
(30,32,16)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #A59546

#A59546
(165,149,70)
#AD9E56
(173,158,86)
#B5A766
(181,167,102)
#BDB076
(189,176,118)
#C5B986
(197,185,134)
#CDC296
(205,194,150)
#D5CBA6
(213,203,166)
#DDD4B6
(221,212,182)
#E5DDC6
(229,221,198)
#EDE6D6
(237,230,214)
#F5EFE6
(245,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59546 color. Also use rgb(165,149,70) instead hex code.

Text Font Color

.myTextColor { color: #A59546; }

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

This text font color is #A59546.


Background Color

.myBgColor { background-color: #A59546; }

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

This div background color is #A59546.


Border color

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

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

This div border color is #A59546.


Opacity

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

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

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

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

This text has shadow with #A59546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59546 on black background.


Color preview on white background

This text has color #A59546 on white background.



Black color preview on #A59546 background

This text has black color on #A59546 background.


White color preview on #A59546 background

This text has white color on #A59546 background.