COLOR #A58010

HEX: #A58010
RGB: (165,128,16)

Color info

#A58010 contains mainly red and green colors. Web safe color of #A58010 is #996600 (or #960).

RGB color model

#A58010 color RGB value is (165,128,16).

  • red value is 165;
  • green value is 128;
  • blue value is 16.
RGB:
(165,128,16)
(65%,50%,6%)

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 16 of 255 = 6%

165
128
16

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

Portions of RGB colors in percentages

R + G + B =
165 + 128 + 16 = 309 (100%)
R 165 of 309 ~ 53.4%
G 128 of 309 ~ 41.42%
B 16 of 309 ~ 5.18%

%53.4
%41.42

CMYK color model

#A58010 color CMYK value is (0,22,90,35).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 90.30%
  • key color value is 35.29%
CMYK:
(0,22,90,35)
C0M22Y90K35 
(0%,22%,90%,35%)
(0.00/0.22/0.90/0.35)	

CMYK percentages

%0
%22.42
%90.3
%35.29

Codes

Color #A58010 in popluar color models

A58010
RGB16512816
HSL45°82.32%35.49%
HSB/HSV45°90.30%64.71%
CMYK0.00%22.42%90.30%
35.29%

Color #A58010 in popluar number systems.

HEXA58010
Decimal16512816
Binary101001011000000010000
Octal24520020

Shades and tints

Shades of #A58010

#A58010
(165,128,16)
#96750F
(150,117,15)
#876A0E
(135,106,14)
#785F0D
(120,95,13)
#69540C
(105,84,12)
#5A490B
(90,73,11)
#4B3E0A
(75,62,10)
#3C3309
(60,51,9)
#2D2808
(45,40,8)
#1E1D07
(30,29,7)
#0F1206
(15,18,6)
#000000
(0,0,0)

Tints of #A58010

#A58010
(165,128,16)
#AD8B25
(173,139,37)
#B5963A
(181,150,58)
#BDA14F
(189,161,79)
#C5AC64
(197,172,100)
#CDB779
(205,183,121)
#D5C28E
(213,194,142)
#DDCDA3
(221,205,163)
#E5D8B8
(229,216,184)
#EDE3CD
(237,227,205)
#F5EEE2
(245,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58010 color. Also use rgb(165,128,16) instead hex code.

Text Font Color

.myTextColor { color: #A58010; }

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

This text font color is #A58010.


Background Color

.myBgColor { background-color: #A58010; }

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

This div background color is #A58010.


Border color

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

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

This div border color is #A58010.


Opacity

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

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

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

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

This text has shadow with #A58010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58010 on black background.


Color preview on white background

This text has color #A58010 on white background.



Black color preview on #A58010 background

This text has black color on #A58010 background.


White color preview on #A58010 background

This text has white color on #A58010 background.