COLOR #A38B00

HEX: #A38B00
RGB: (163,139,0)

Color info

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

RGB color model

#A38B00 color RGB value is (163,139,0).

  • red value is 163;
  • green value is 139;
  • blue value is 0.
RGB:
(163,139,0)
(64%,55%,0%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 0 of 255 = 0%

163
139
0

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

Portions of RGB colors in percentages

R + G + B =
163 + 139 + 0 = 302 (100%)
R 163 of 302 ~ 53.97%
G 139 of 302 ~ 46.03%
B 0 of 302 ~ 0%

%53.97
%46.03

CMYK color model

#A38B00 color CMYK value is (0,15,100,36).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 100.00%
  • key color value is 36.08%
CMYK:
(0,15,100,36)
C0M15Y100K36 
(0%,15%,100%,36%)
(0.00/0.15/1.00/0.36)	

CMYK percentages

%0
%14.72
%100
%36.08

Codes

Color #A38B00 in popluar color models

A38B00
RGB1631390
HSL51°100.00%31.96%
HSB/HSV51°100.00%63.92%
CMYK0.00%14.72%100.00%
36.08%

Color #A38B00 in popluar number systems.

HEXA38B00
Decimal1631390
Binary10100011100010110
Octal2432130

Shades and tints

Shades of #A38B00

#A38B00
(163,139,0)
#957F00
(149,127,0)
#877300
(135,115,0)
#796700
(121,103,0)
#6B5B00
(107,91,0)
#5D4F00
(93,79,0)
#4F4300
(79,67,0)
#413700
(65,55,0)
#332B00
(51,43,0)
#251F00
(37,31,0)
#171300
(23,19,0)
#000000
(0,0,0)

Tints of #A38B00

#A38B00
(163,139,0)
#AB9517
(171,149,23)
#B39F2E
(179,159,46)
#BBA945
(187,169,69)
#C3B35C
(195,179,92)
#CBBD73
(203,189,115)
#D3C78A
(211,199,138)
#DBD1A1
(219,209,161)
#E3DBB8
(227,219,184)
#EBE5CF
(235,229,207)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38B00 color. Also use rgb(163,139,0) instead hex code.

Text Font Color

.myTextColor { color: #A38B00; }

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

This text font color is #A38B00.


Background Color

.myBgColor { background-color: #A38B00; }

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

This div background color is #A38B00.


Border color

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

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

This div border color is #A38B00.


Opacity

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

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

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

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

This text has shadow with #A38B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38B00 on black background.


Color preview on white background

This text has color #A38B00 on white background.



Black color preview on #A38B00 background

This text has black color on #A38B00 background.


White color preview on #A38B00 background

This text has white color on #A38B00 background.