COLOR #A39C27

HEX: #A39C27
RGB: (163,156,39)

Color info

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

RGB color model

#A39C27 color RGB value is (163,156,39).

  • red value is 163;
  • green value is 156;
  • blue value is 39.
RGB:
(163,156,39)
(64%,61%,15%)

RGB channels and saturation

R 163 of 255 = 64%
G 156 of 255 = 61%
B 39 of 255 = 15%

163
156
39

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

Portions of RGB colors in percentages

R + G + B =
163 + 156 + 39 = 358 (100%)
R 163 of 358 ~ 45.53%
G 156 of 358 ~ 43.58%
B 39 of 358 ~ 10.89%

%45.53
%43.58
%10.89

CMYK color model

#A39C27 color CMYK value is (0,4,76,36).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 76.07%
  • key color value is 36.08%
CMYK:
(0,4,76,36)
C0M4Y76K36 
(0%,4%,76%,36%)
(0.00/0.04/0.76/0.36)	

CMYK percentages

%0
%4.29
%76.07
%36.08

Codes

Color #A39C27 in popluar color models

A39C27
RGB16315639
HSL57°61.39%39.61%
HSB/HSV57°76.07%63.92%
CMYK0.00%4.29%76.07%
36.08%

Color #A39C27 in popluar number systems.

HEXA39C27
Decimal16315639
Binary1010001110011100100111
Octal24323447

Shades and tints

Shades of #A39C27

#A39C27
(163,156,39)
#958E24
(149,142,36)
#878021
(135,128,33)
#79721E
(121,114,30)
#6B641B
(107,100,27)
#5D5618
(93,86,24)
#4F4815
(79,72,21)
#413A12
(65,58,18)
#332C0F
(51,44,15)
#251E0C
(37,30,12)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #A39C27

#A39C27
(163,156,39)
#ABA53A
(171,165,58)
#B3AE4D
(179,174,77)
#BBB760
(187,183,96)
#C3C073
(195,192,115)
#CBC986
(203,201,134)
#D3D299
(211,210,153)
#DBDBAC
(219,219,172)
#E3E4BF
(227,228,191)
#EBEDD2
(235,237,210)
#F3F6E5
(243,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39C27 color. Also use rgb(163,156,39) instead hex code.

Text Font Color

.myTextColor { color: #A39C27; }

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

This text font color is #A39C27.


Background Color

.myBgColor { background-color: #A39C27; }

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

This div background color is #A39C27.


Border color

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

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

This div border color is #A39C27.


Opacity

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

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

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

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

This text has shadow with #A39C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39C27 on black background.


Color preview on white background

This text has color #A39C27 on white background.



Black color preview on #A39C27 background

This text has black color on #A39C27 background.


White color preview on #A39C27 background

This text has white color on #A39C27 background.