COLOR #A39015

HEX: #A39015
RGB: (163,144,21)

Color info

#A39015 contains mainly red and green colors. Web safe color of #A39015 is #999900 (or #990).

RGB color model

#A39015 color RGB value is (163,144,21).

  • red value is 163;
  • green value is 144;
  • blue value is 21.
RGB:
(163,144,21)
(64%,56%,8%)

RGB channels and saturation

R 163 of 255 = 64%
G 144 of 255 = 56%
B 21 of 255 = 8%

163
144
21

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

Portions of RGB colors in percentages

R + G + B =
163 + 144 + 21 = 328 (100%)
R 163 of 328 ~ 49.7%
G 144 of 328 ~ 43.9%
B 21 of 328 ~ 6.4%

%49.7
%43.9

CMYK color model

#A39015 color CMYK value is (0,12,87,36).

  • cyan value is 0.00%
  • magenta value is 11.66%
  • yellow value is 87.12%
  • key color value is 36.08%
CMYK:
(0,12,87,36)
C0M12Y87K36 
(0%,12%,87%,36%)
(0.00/0.12/0.87/0.36)	

CMYK percentages

%0
%11.66
%87.12
%36.08

Codes

Color #A39015 in popluar color models

A39015
RGB16314421
HSL52°77.17%36.08%
HSB/HSV52°87.12%63.92%
CMYK0.00%11.66%87.12%
36.08%

Color #A39015 in popluar number systems.

HEXA39015
Decimal16314421
Binary101000111001000010101
Octal24322025

Shades and tints

Shades of #A39015

#A39015
(163,144,21)
#958314
(149,131,20)
#877613
(135,118,19)
#796912
(121,105,18)
#6B5C11
(107,92,17)
#5D4F10
(93,79,16)
#4F420F
(79,66,15)
#41350E
(65,53,14)
#33280D
(51,40,13)
#251B0C
(37,27,12)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #A39015

#A39015
(163,144,21)
#AB9A2A
(171,154,42)
#B3A43F
(179,164,63)
#BBAE54
(187,174,84)
#C3B869
(195,184,105)
#CBC27E
(203,194,126)
#D3CC93
(211,204,147)
#DBD6A8
(219,214,168)
#E3E0BD
(227,224,189)
#EBEAD2
(235,234,210)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39015 color. Also use rgb(163,144,21) instead hex code.

Text Font Color

.myTextColor { color: #A39015; }

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

This text font color is #A39015.


Background Color

.myBgColor { background-color: #A39015; }

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

This div background color is #A39015.


Border color

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

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

This div border color is #A39015.


Opacity

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

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

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

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

This text has shadow with #A39015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39015 on black background.


Color preview on white background

This text has color #A39015 on white background.



Black color preview on #A39015 background

This text has black color on #A39015 background.


White color preview on #A39015 background

This text has white color on #A39015 background.