COLOR #A38621

HEX: #A38621
RGB: (163,134,33)

Color info

#A38621 contains mainly red and green colors. Web safe color of #A38621 is #999933 (or #993).

RGB color model

#A38621 color RGB value is (163,134,33).

  • red value is 163;
  • green value is 134;
  • blue value is 33.
RGB:
(163,134,33)
(64%,53%,13%)

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 33 of 255 = 13%

163
134
33

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

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 33 = 330 (100%)
R 163 of 330 ~ 49.39%
G 134 of 330 ~ 40.61%
B 33 of 330 ~ 10%

%49.39
%40.61
%10

CMYK color model

#A38621 color CMYK value is (0,18,80,36).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 79.75%
  • key color value is 36.08%
CMYK:
(0,18,80,36)
C0M18Y80K36 
(0%,18%,80%,36%)
(0.00/0.18/0.80/0.36)	

CMYK percentages

%0
%17.79
%79.75
%36.08

Codes

Color #A38621 in popluar color models

A38621
RGB16313433
HSL47°66.33%38.43%
HSB/HSV47°79.75%63.92%
CMYK0.00%17.79%79.75%
36.08%

Color #A38621 in popluar number systems.

HEXA38621
Decimal16313433
Binary1010001110000110100001
Octal24320641

Shades and tints

Shades of #A38621

#A38621
(163,134,33)
#957A1E
(149,122,30)
#876E1B
(135,110,27)
#796218
(121,98,24)
#6B5615
(107,86,21)
#5D4A12
(93,74,18)
#4F3E0F
(79,62,15)
#41320C
(65,50,12)
#332609
(51,38,9)
#251A06
(37,26,6)
#170E03
(23,14,3)
#000000
(0,0,0)

Tints of #A38621

#A38621
(163,134,33)
#AB9135
(171,145,53)
#B39C49
(179,156,73)
#BBA75D
(187,167,93)
#C3B271
(195,178,113)
#CBBD85
(203,189,133)
#D3C899
(211,200,153)
#DBD3AD
(219,211,173)
#E3DEC1
(227,222,193)
#EBE9D5
(235,233,213)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38621 color. Also use rgb(163,134,33) instead hex code.

Text Font Color

.myTextColor { color: #A38621; }

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

This text font color is #A38621.


Background Color

.myBgColor { background-color: #A38621; }

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

This div background color is #A38621.


Border color

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

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

This div border color is #A38621.


Opacity

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

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

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

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

This text has shadow with #A38621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38621 on black background.


Color preview on white background

This text has color #A38621 on white background.



Black color preview on #A38621 background

This text has black color on #A38621 background.


White color preview on #A38621 background

This text has white color on #A38621 background.