COLOR #A28020

HEX: #A28020
RGB: (162,128,32)

Color info

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

RGB color model

#A28020 color RGB value is (162,128,32).

  • red value is 162;
  • green value is 128;
  • blue value is 32.
RGB:
(162,128,32)
(64%,50%,13%)

RGB channels and saturation

R 162 of 255 = 64%
G 128 of 255 = 50%
B 32 of 255 = 13%

162
128
32

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

Portions of RGB colors in percentages

R + G + B =
162 + 128 + 32 = 322 (100%)
R 162 of 322 ~ 50.31%
G 128 of 322 ~ 39.75%
B 32 of 322 ~ 9.94%

%50.31
%39.75
%9.94

CMYK color model

#A28020 color CMYK value is (0,21,80,36).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 80.25%
  • key color value is 36.47%
CMYK:
(0,21,80,36)
C0M21Y80K36 
(0%,21%,80%,36%)
(0.00/0.21/0.80/0.36)	

CMYK percentages

%0
%20.99
%80.25
%36.47

Codes

Color #A28020 in popluar color models

A28020
RGB16212832
HSL44°67.01%38.04%
HSB/HSV44°80.25%63.53%
CMYK0.00%20.99%80.25%
36.47%

Color #A28020 in popluar number systems.

HEXA28020
Decimal16212832
Binary1010001010000000100000
Octal24220040

Shades and tints

Shades of #A28020

#A28020
(162,128,32)
#94751E
(148,117,30)
#866A1C
(134,106,28)
#785F1A
(120,95,26)
#6A5418
(106,84,24)
#5C4916
(92,73,22)
#4E3E14
(78,62,20)
#403312
(64,51,18)
#322810
(50,40,16)
#241D0E
(36,29,14)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #A28020

#A28020
(162,128,32)
#AA8B34
(170,139,52)
#B29648
(178,150,72)
#BAA15C
(186,161,92)
#C2AC70
(194,172,112)
#CAB784
(202,183,132)
#D2C298
(210,194,152)
#DACDAC
(218,205,172)
#E2D8C0
(226,216,192)
#EAE3D4
(234,227,212)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28020 color. Also use rgb(162,128,32) instead hex code.

Text Font Color

.myTextColor { color: #A28020; }

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

This text font color is #A28020.


Background Color

.myBgColor { background-color: #A28020; }

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

This div background color is #A28020.


Border color

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

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

This div border color is #A28020.


Opacity

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

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

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

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

This text has shadow with #A28020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28020 on black background.


Color preview on white background

This text has color #A28020 on white background.



Black color preview on #A28020 background

This text has black color on #A28020 background.


White color preview on #A28020 background

This text has white color on #A28020 background.