COLOR #A38916

HEX: #A38916
RGB: (163,137,22)

Color info

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

RGB color model

#A38916 color RGB value is (163,137,22).

  • red value is 163;
  • green value is 137;
  • blue value is 22.
RGB:
(163,137,22)
(64%,54%,9%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 22 of 255 = 9%

163
137
22

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

Portions of RGB colors in percentages

R + G + B =
163 + 137 + 22 = 322 (100%)
R 163 of 322 ~ 50.62%
G 137 of 322 ~ 42.55%
B 22 of 322 ~ 6.83%

%50.62
%42.55

CMYK color model

#A38916 color CMYK value is (0,16,87,36).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 86.50%
  • key color value is 36.08%
CMYK:
(0,16,87,36)
C0M16Y87K36 
(0%,16%,87%,36%)
(0.00/0.16/0.87/0.36)	

CMYK percentages

%0
%15.95
%86.5
%36.08

Codes

Color #A38916 in popluar color models

A38916
RGB16313722
HSL49°76.22%36.27%
HSB/HSV49°86.50%63.92%
CMYK0.00%15.95%86.50%
36.08%

Color #A38916 in popluar number systems.

HEXA38916
Decimal16313722
Binary101000111000100110110
Octal24321126

Shades and tints

Shades of #A38916

#A38916
(163,137,22)
#957D14
(149,125,20)
#877112
(135,113,18)
#796510
(121,101,16)
#6B590E
(107,89,14)
#5D4D0C
(93,77,12)
#4F410A
(79,65,10)
#413508
(65,53,8)
#332906
(51,41,6)
#251D04
(37,29,4)
#171102
(23,17,2)
#000000
(0,0,0)

Tints of #A38916

#A38916
(163,137,22)
#AB932B
(171,147,43)
#B39D40
(179,157,64)
#BBA755
(187,167,85)
#C3B16A
(195,177,106)
#CBBB7F
(203,187,127)
#D3C594
(211,197,148)
#DBCFA9
(219,207,169)
#E3D9BE
(227,217,190)
#EBE3D3
(235,227,211)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38916 color. Also use rgb(163,137,22) instead hex code.

Text Font Color

.myTextColor { color: #A38916; }

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

This text font color is #A38916.


Background Color

.myBgColor { background-color: #A38916; }

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

This div background color is #A38916.


Border color

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

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

This div border color is #A38916.


Opacity

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

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

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

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

This text has shadow with #A38916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38916 on black background.


Color preview on white background

This text has color #A38916 on white background.



Black color preview on #A38916 background

This text has black color on #A38916 background.


White color preview on #A38916 background

This text has white color on #A38916 background.