COLOR #A38E0F

HEX: #A38E0F
RGB: (163,142,15)

Color info

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

RGB color model

#A38E0F color RGB value is (163,142,15).

  • red value is 163;
  • green value is 142;
  • blue value is 15.
RGB:
(163,142,15)
(64%,56%,6%)

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 15 of 255 = 6%

163
142
15

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

Portions of RGB colors in percentages

R + G + B =
163 + 142 + 15 = 320 (100%)
R 163 of 320 ~ 50.94%
G 142 of 320 ~ 44.38%
B 15 of 320 ~ 4.69%

%50.94
%44.38

CMYK color model

#A38E0F color CMYK value is (0,13,91,36).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 90.80%
  • key color value is 36.08%
CMYK:
(0,13,91,36)
C0M13Y91K36 
(0%,13%,91%,36%)
(0.00/0.13/0.91/0.36)	

CMYK percentages

%0
%12.88
%90.8
%36.08

Codes

Color #A38E0F in popluar color models

A38E0F
RGB16314215
HSL51°83.15%34.90%
HSB/HSV51°90.80%63.92%
CMYK0.00%12.88%90.80%
36.08%

Color #A38E0F in popluar number systems.

HEXA38E0F
Decimal16314215
Binary10100011100011101111
Octal24321617

Shades and tints

Shades of #A38E0F

#A38E0F
(163,142,15)
#95820E
(149,130,14)
#87760D
(135,118,13)
#796A0C
(121,106,12)
#6B5E0B
(107,94,11)
#5D520A
(93,82,10)
#4F4609
(79,70,9)
#413A08
(65,58,8)
#332E07
(51,46,7)
#252206
(37,34,6)
#171605
(23,22,5)
#000000
(0,0,0)

Tints of #A38E0F

#A38E0F
(163,142,15)
#AB9824
(171,152,36)
#B3A239
(179,162,57)
#BBAC4E
(187,172,78)
#C3B663
(195,182,99)
#CBC078
(203,192,120)
#D3CA8D
(211,202,141)
#DBD4A2
(219,212,162)
#E3DEB7
(227,222,183)
#EBE8CC
(235,232,204)
#F3F2E1
(243,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38E0F color. Also use rgb(163,142,15) instead hex code.

Text Font Color

.myTextColor { color: #A38E0F; }

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

This text font color is #A38E0F.


Background Color

.myBgColor { background-color: #A38E0F; }

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

This div background color is #A38E0F.


Border color

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

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

This div border color is #A38E0F.


Opacity

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

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

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

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

This text has shadow with #A38E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38E0F on black background.


Color preview on white background

This text has color #A38E0F on white background.



Black color preview on #A38E0F background

This text has black color on #A38E0F background.


White color preview on #A38E0F background

This text has white color on #A38E0F background.