COLOR #A58112

HEX: #A58112
RGB: (165,129,18)

Color info

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

RGB color model

#A58112 color RGB value is (165,129,18).

  • red value is 165;
  • green value is 129;
  • blue value is 18.
RGB:
(165,129,18)
(65%,51%,7%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 18 of 255 = 7%

165
129
18

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

Portions of RGB colors in percentages

R + G + B =
165 + 129 + 18 = 312 (100%)
R 165 of 312 ~ 52.88%
G 129 of 312 ~ 41.35%
B 18 of 312 ~ 5.77%

%52.88
%41.35

CMYK color model

#A58112 color CMYK value is (0,22,89,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 89.09%
  • key color value is 35.29%
CMYK:
(0,22,89,35)
C0M22Y89K35 
(0%,22%,89%,35%)
(0.00/0.22/0.89/0.35)	

CMYK percentages

%0
%21.82
%89.09
%35.29

Codes

Color #A58112 in popluar color models

A58112
RGB16512918
HSL45°80.33%35.88%
HSB/HSV45°89.09%64.71%
CMYK0.00%21.82%89.09%
35.29%

Color #A58112 in popluar number systems.

HEXA58112
Decimal16512918
Binary101001011000000110010
Octal24520122

Shades and tints

Shades of #A58112

#A58112
(165,129,18)
#967611
(150,118,17)
#876B10
(135,107,16)
#78600F
(120,96,15)
#69550E
(105,85,14)
#5A4A0D
(90,74,13)
#4B3F0C
(75,63,12)
#3C340B
(60,52,11)
#2D290A
(45,41,10)
#1E1E09
(30,30,9)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #A58112

#A58112
(165,129,18)
#AD8C27
(173,140,39)
#B5973C
(181,151,60)
#BDA251
(189,162,81)
#C5AD66
(197,173,102)
#CDB87B
(205,184,123)
#D5C390
(213,195,144)
#DDCEA5
(221,206,165)
#E5D9BA
(229,217,186)
#EDE4CF
(237,228,207)
#F5EFE4
(245,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58112 color. Also use rgb(165,129,18) instead hex code.

Text Font Color

.myTextColor { color: #A58112; }

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

This text font color is #A58112.


Background Color

.myBgColor { background-color: #A58112; }

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

This div background color is #A58112.


Border color

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

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

This div border color is #A58112.


Opacity

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

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

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

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

This text has shadow with #A58112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58112 on black background.


Color preview on white background

This text has color #A58112 on white background.



Black color preview on #A58112 background

This text has black color on #A58112 background.


White color preview on #A58112 background

This text has white color on #A58112 background.