COLOR #A38400

HEX: #A38400 RGB: (163,132,0)

Color info

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

RGB color model

#A38400 color RGB value is (163,132,0).

RGB: (163,132,0) (64%, 52%, 0%)

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 0 of 255 = 0%

163
132
0

R + G + B ~ 39%. #A38400 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 163 + 132 + 0 = 295 (100%)
R 163 of 295 ~ 55.25%
G 132 of 295 ~ 44.75%
B 0 of 295 ~ 0'%

%55.25
%44.75

CMYK color model

#A38400 color CMYK value is (0,19,100,36).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 100.00%
  • key color value is 36.08%

CMYK: (0,19,100,36)
C0M19Y100K36 (0%, 19%, 100%, 36%)
(0.00 / 0.19 / 1.00 / 0.36)

CMYK percentages

%0
%19.02
%100
%36.08

Codes

Color #A38400 in popluar color models

A3 84 00
RGB 163 132 0
HSL 49° 100.00% 31.96%
HSB/HSV 49° 100.00% 63.92%
CMYK 0.00% 19.02% 100.00%
36.08%

Color #A38400 in popluar number systems.

HEX A3 84 00
Decimal 163 132 0
Binary 10100011 10000100 0
Octal 243 204 0

Shades and tints

Shades of #A38400

#A38400
(163,132,0)
#957800
(149,120,0)
#876C00
(135,108,0)
#796000
(121,96,0)
#6B5400
(107,84,0)
#5D4800
(93,72,0)
#4F3C00
(79,60,0)
#413000
(65,48,0)
#332400
(51,36,0)
#251800
(37,24,0)
#170C00
(23,12,0)
#000000
(0,0,0)

Tints of #A38400

#A38400
(163,132,0)
#AB8F17
(171,143,23)
#B39A2E
(179,154,46)
#BBA545
(187,165,69)
#C3B05C
(195,176,92)
#CBBB73
(203,187,115)
#D3C68A
(211,198,138)
#DBD1A1
(219,209,161)
#E3DCB8
(227,220,184)
#EBE7CF
(235,231,207)
#F3F2E6
(243,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38400; }

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

This text font color is #A38400.

Background Color

.myBgColor { background-color: #A38400; }

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

This div background color is #A38400.

Border color

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

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

This div border color is #A38400.

Opacity

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

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

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

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

This text has shadow with #A38400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38400.

Preview

Color preview on black background

This text has color #A38400 on black background.


Color preview on white background

This text has color #A38400 on white background.


Black color preview on #A38400 background

This text has black color on #A38400 background.


White color preview on #A38400 background

This text has white color on #A38400 background.


Related colors

Complementary color

Complementary color for #hex is #5C7BFF.


I love getcolorcode.com

Triadic colors

1 #00A384 and #8400A3 with #A38400 are triadic colors.

2 #0084A3 and #84A300 with #A38400 are triadic colors.