COLOR #A28D1F

HEX: #A28D1F
RGB: (162,141,31)

Color info

#A28D1F contains mainly red and green colors. Web safe color of #A28D1F is #999933 (or #993).

RGB color model

#A28D1F color RGB value is (162,141,31).

  • red value is 162;
  • green value is 141;
  • blue value is 31.
RGB:
(162,141,31)
(64%,55%,12%)

RGB channels and saturation

R 162 of 255 = 64%
G 141 of 255 = 55%
B 31 of 255 = 12%

162
141
31

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

Portions of RGB colors in percentages

R + G + B =
162 + 141 + 31 = 334 (100%)
R 162 of 334 ~ 48.5%
G 141 of 334 ~ 42.22%
B 31 of 334 ~ 9.28%

%48.5
%42.22

CMYK color model

#A28D1F color CMYK value is (0,13,81,36).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 80.86%
  • key color value is 36.47%
CMYK:
(0,13,81,36)
C0M13Y81K36 
(0%,13%,81%,36%)
(0.00/0.13/0.81/0.36)	

CMYK percentages

%0
%12.96
%80.86
%36.47

Codes

Color #A28D1F in popluar color models

A28D1F
RGB16214131
HSL50°67.88%37.84%
HSB/HSV50°80.86%63.53%
CMYK0.00%12.96%80.86%
36.47%

Color #A28D1F in popluar number systems.

HEXA28D1F
Decimal16214131
Binary101000101000110111111
Octal24221537

Shades and tints

Shades of #A28D1F

#A28D1F
(162,141,31)
#94811D
(148,129,29)
#86751B
(134,117,27)
#786919
(120,105,25)
#6A5D17
(106,93,23)
#5C5115
(92,81,21)
#4E4513
(78,69,19)
#403911
(64,57,17)
#322D0F
(50,45,15)
#24210D
(36,33,13)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #A28D1F

#A28D1F
(162,141,31)
#AA9733
(170,151,51)
#B2A147
(178,161,71)
#BAAB5B
(186,171,91)
#C2B56F
(194,181,111)
#CABF83
(202,191,131)
#D2C997
(210,201,151)
#DAD3AB
(218,211,171)
#E2DDBF
(226,221,191)
#EAE7D3
(234,231,211)
#F2F1E7
(242,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28D1F color. Also use rgb(162,141,31) instead hex code.

Text Font Color

.myTextColor { color: #A28D1F; }

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

This text font color is #A28D1F.


Background Color

.myBgColor { background-color: #A28D1F; }

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

This div background color is #A28D1F.


Border color

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

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

This div border color is #A28D1F.


Opacity

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

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

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

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

This text has shadow with #A28D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28D1F on black background.


Color preview on white background

This text has color #A28D1F on white background.



Black color preview on #A28D1F background

This text has black color on #A28D1F background.


White color preview on #A28D1F background

This text has white color on #A28D1F background.