COLOR #A38A15

HEX: #A38A15
RGB: (163,138,21)

Color info

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

RGB color model

#A38A15 color RGB value is (163,138,21).

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

RGB channels and saturation

R 163 of 255 = 64%
G 138 of 255 = 54%
B 21 of 255 = 8%

163
138
21

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

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 21 = 322 (100%)
R 163 of 322 ~ 50.62%
G 138 of 322 ~ 42.86%
B 21 of 322 ~ 6.52%

%50.62
%42.86

CMYK color model

#A38A15 color CMYK value is (0,15,87,36).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 87.12%
  • key color value is 36.08%
CMYK:
(0,15,87,36)
C0M15Y87K36 
(0%,15%,87%,36%)
(0.00/0.15/0.87/0.36)	

CMYK percentages

%0
%15.34
%87.12
%36.08

Codes

Color #A38A15 in popluar color models

A38A15
RGB16313821
HSL49°77.17%36.08%
HSB/HSV49°87.12%63.92%
CMYK0.00%15.34%87.12%
36.08%

Color #A38A15 in popluar number systems.

HEXA38A15
Decimal16313821
Binary101000111000101010101
Octal24321225

Shades and tints

Shades of #A38A15

#A38A15
(163,138,21)
#957E14
(149,126,20)
#877213
(135,114,19)
#796612
(121,102,18)
#6B5A11
(107,90,17)
#5D4E10
(93,78,16)
#4F420F
(79,66,15)
#41360E
(65,54,14)
#332A0D
(51,42,13)
#251E0C
(37,30,12)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #A38A15

#A38A15
(163,138,21)
#AB942A
(171,148,42)
#B39E3F
(179,158,63)
#BBA854
(187,168,84)
#C3B269
(195,178,105)
#CBBC7E
(203,188,126)
#D3C693
(211,198,147)
#DBD0A8
(219,208,168)
#E3DABD
(227,218,189)
#EBE4D2
(235,228,210)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38A15; }

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

This text font color is #A38A15.


Background Color

.myBgColor { background-color: #A38A15; }

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

This div background color is #A38A15.


Border color

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

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

This div border color is #A38A15.


Opacity

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

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

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

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

This text has shadow with #A38A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38A15 on black background.


Color preview on white background

This text has color #A38A15 on white background.



Black color preview on #A38A15 background

This text has black color on #A38A15 background.


White color preview on #A38A15 background

This text has white color on #A38A15 background.