COLOR #A58026

HEX: #A58026
RGB: (165,128,38)

Color info

#A58026 contains mainly red and green colors. Web safe color of #A58026 is #996633 (or #963).

RGB color model

#A58026 color RGB value is (165,128,38).

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

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 38 of 255 = 15%

165
128
38

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

Portions of RGB colors in percentages

R + G + B =
165 + 128 + 38 = 331 (100%)
R 165 of 331 ~ 49.85%
G 128 of 331 ~ 38.67%
B 38 of 331 ~ 11.48%

%49.85
%38.67
%11.48

CMYK color model

#A58026 color CMYK value is (0,22,77,35).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 76.97%
  • key color value is 35.29%
CMYK:
(0,22,77,35)
C0M22Y77K35 
(0%,22%,77%,35%)
(0.00/0.22/0.77/0.35)	

CMYK percentages

%0
%22.42
%76.97
%35.29

Codes

Color #A58026 in popluar color models

A58026
RGB16512838
HSL43°62.56%39.80%
HSB/HSV43°76.97%64.71%
CMYK0.00%22.42%76.97%
35.29%

Color #A58026 in popluar number systems.

HEXA58026
Decimal16512838
Binary1010010110000000100110
Octal24520046

Shades and tints

Shades of #A58026

#A58026
(165,128,38)
#967523
(150,117,35)
#876A20
(135,106,32)
#785F1D
(120,95,29)
#69541A
(105,84,26)
#5A4917
(90,73,23)
#4B3E14
(75,62,20)
#3C3311
(60,51,17)
#2D280E
(45,40,14)
#1E1D0B
(30,29,11)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #A58026

#A58026
(165,128,38)
#AD8B39
(173,139,57)
#B5964C
(181,150,76)
#BDA15F
(189,161,95)
#C5AC72
(197,172,114)
#CDB785
(205,183,133)
#D5C298
(213,194,152)
#DDCDAB
(221,205,171)
#E5D8BE
(229,216,190)
#EDE3D1
(237,227,209)
#F5EEE4
(245,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58026; }

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

This text font color is #A58026.


Background Color

.myBgColor { background-color: #A58026; }

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

This div background color is #A58026.


Border color

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

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

This div border color is #A58026.


Opacity

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

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

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

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

This text has shadow with #A58026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58026 on black background.


Color preview on white background

This text has color #A58026 on white background.



Black color preview on #A58026 background

This text has black color on #A58026 background.


White color preview on #A58026 background

This text has white color on #A58026 background.