COLOR #A59114

HEX: #A59114
RGB: (165,145,20)

Color info

#A59114 contains mainly red and green colors. Web safe color of #A59114 is #999900 (or #990).

RGB color model

#A59114 color RGB value is (165,145,20).

  • red value is 165;
  • green value is 145;
  • blue value is 20.
RGB:
(165,145,20)
(65%,57%,8%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 20 of 255 = 8%

165
145
20

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

Portions of RGB colors in percentages

R + G + B =
165 + 145 + 20 = 330 (100%)
R 165 of 330 ~ 50%
G 145 of 330 ~ 43.94%
B 20 of 330 ~ 6.06%

%50
%43.94

CMYK color model

#A59114 color CMYK value is (0,12,88,35).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 87.88%
  • key color value is 35.29%
CMYK:
(0,12,88,35)
C0M12Y88K35 
(0%,12%,88%,35%)
(0.00/0.12/0.88/0.35)	

CMYK percentages

%0
%12.12
%87.88
%35.29

Codes

Color #A59114 in popluar color models

A59114
RGB16514520
HSL52°78.38%36.27%
HSB/HSV52°87.88%64.71%
CMYK0.00%12.12%87.88%
35.29%

Color #A59114 in popluar number systems.

HEXA59114
Decimal16514520
Binary101001011001000110100
Octal24522124

Shades and tints

Shades of #A59114

#A59114
(165,145,20)
#968413
(150,132,19)
#877712
(135,119,18)
#786A11
(120,106,17)
#695D10
(105,93,16)
#5A500F
(90,80,15)
#4B430E
(75,67,14)
#3C360D
(60,54,13)
#2D290C
(45,41,12)
#1E1C0B
(30,28,11)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #A59114

#A59114
(165,145,20)
#AD9B29
(173,155,41)
#B5A53E
(181,165,62)
#BDAF53
(189,175,83)
#C5B968
(197,185,104)
#CDC37D
(205,195,125)
#D5CD92
(213,205,146)
#DDD7A7
(221,215,167)
#E5E1BC
(229,225,188)
#EDEBD1
(237,235,209)
#F5F5E6
(245,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59114 color. Also use rgb(165,145,20) instead hex code.

Text Font Color

.myTextColor { color: #A59114; }

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

This text font color is #A59114.


Background Color

.myBgColor { background-color: #A59114; }

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

This div background color is #A59114.


Border color

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

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

This div border color is #A59114.


Opacity

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

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

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

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

This text has shadow with #A59114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59114 on black background.


Color preview on white background

This text has color #A59114 on white background.



Black color preview on #A59114 background

This text has black color on #A59114 background.


White color preview on #A59114 background

This text has white color on #A59114 background.