COLOR #A38D0A

HEX: #A38D0A
RGB: (163,141,10)

Color info

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

RGB color model

#A38D0A color RGB value is (163,141,10).

  • red value is 163;
  • green value is 141;
  • blue value is 10.
RGB:
(163,141,10)
(64%,55%,4%)

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 10 of 255 = 4%

163
141
10

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

Portions of RGB colors in percentages

R + G + B =
163 + 141 + 10 = 314 (100%)
R 163 of 314 ~ 51.91%
G 141 of 314 ~ 44.9%
B 10 of 314 ~ 3.18%

%51.91
%44.9

CMYK color model

#A38D0A color CMYK value is (0,13,94,36).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 93.87%
  • key color value is 36.08%
CMYK:
(0,13,94,36)
C0M13Y94K36 
(0%,13%,94%,36%)
(0.00/0.13/0.94/0.36)	

CMYK percentages

%0
%13.5
%93.87
%36.08

Codes

Color #A38D0A in popluar color models

A38D0A
RGB16314110
HSL51°88.44%33.92%
HSB/HSV51°93.87%63.92%
CMYK0.00%13.50%93.87%
36.08%

Color #A38D0A in popluar number systems.

HEXA38D0A
Decimal16314110
Binary10100011100011011010
Octal24321512

Shades and tints

Shades of #A38D0A

#A38D0A
(163,141,10)
#95810A
(149,129,10)
#87750A
(135,117,10)
#79690A
(121,105,10)
#6B5D0A
(107,93,10)
#5D510A
(93,81,10)
#4F450A
(79,69,10)
#41390A
(65,57,10)
#332D0A
(51,45,10)
#25210A
(37,33,10)
#17150A
(23,21,10)
#000000
(0,0,0)

Tints of #A38D0A

#A38D0A
(163,141,10)
#AB9720
(171,151,32)
#B3A136
(179,161,54)
#BBAB4C
(187,171,76)
#C3B562
(195,181,98)
#CBBF78
(203,191,120)
#D3C98E
(211,201,142)
#DBD3A4
(219,211,164)
#E3DDBA
(227,221,186)
#EBE7D0
(235,231,208)
#F3F1E6
(243,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38D0A color. Also use rgb(163,141,10) instead hex code.

Text Font Color

.myTextColor { color: #A38D0A; }

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

This text font color is #A38D0A.


Background Color

.myBgColor { background-color: #A38D0A; }

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

This div background color is #A38D0A.


Border color

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

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

This div border color is #A38D0A.


Opacity

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

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

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

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

This text has shadow with #A38D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38D0A on black background.


Color preview on white background

This text has color #A38D0A on white background.



Black color preview on #A38D0A background

This text has black color on #A38D0A background.


White color preview on #A38D0A background

This text has white color on #A38D0A background.