COLOR #A39B1F

HEX: #A39B1F
RGB: (163,155,31)

Color info

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

RGB color model

#A39B1F color RGB value is (163,155,31).

  • red value is 163;
  • green value is 155;
  • blue value is 31.
RGB:
(163,155,31)
(64%,61%,12%)

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 31 of 255 = 12%

163
155
31

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

Portions of RGB colors in percentages

R + G + B =
163 + 155 + 31 = 349 (100%)
R 163 of 349 ~ 46.7%
G 155 of 349 ~ 44.41%
B 31 of 349 ~ 8.88%

%46.7
%44.41

CMYK color model

#A39B1F color CMYK value is (0,5,81,36).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 80.98%
  • key color value is 36.08%
CMYK:
(0,5,81,36)
C0M5Y81K36 
(0%,5%,81%,36%)
(0.00/0.05/0.81/0.36)	

CMYK percentages

%0
%4.91
%80.98
%36.08

Codes

Color #A39B1F in popluar color models

A39B1F
RGB16315531
HSL56°68.04%38.04%
HSB/HSV56°80.98%63.92%
CMYK0.00%4.91%80.98%
36.08%

Color #A39B1F in popluar number systems.

HEXA39B1F
Decimal16315531
Binary101000111001101111111
Octal24323337

Shades and tints

Shades of #A39B1F

#A39B1F
(163,155,31)
#958D1D
(149,141,29)
#877F1B
(135,127,27)
#797119
(121,113,25)
#6B6317
(107,99,23)
#5D5515
(93,85,21)
#4F4713
(79,71,19)
#413911
(65,57,17)
#332B0F
(51,43,15)
#251D0D
(37,29,13)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #A39B1F

#A39B1F
(163,155,31)
#ABA433
(171,164,51)
#B3AD47
(179,173,71)
#BBB65B
(187,182,91)
#C3BF6F
(195,191,111)
#CBC883
(203,200,131)
#D3D197
(211,209,151)
#DBDAAB
(219,218,171)
#E3E3BF
(227,227,191)
#EBECD3
(235,236,211)
#F3F5E7
(243,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39B1F color. Also use rgb(163,155,31) instead hex code.

Text Font Color

.myTextColor { color: #A39B1F; }

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

This text font color is #A39B1F.


Background Color

.myBgColor { background-color: #A39B1F; }

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

This div background color is #A39B1F.


Border color

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

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

This div border color is #A39B1F.


Opacity

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

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

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

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

This text has shadow with #A39B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39B1F on black background.


Color preview on white background

This text has color #A39B1F on white background.



Black color preview on #A39B1F background

This text has black color on #A39B1F background.


White color preview on #A39B1F background

This text has white color on #A39B1F background.