COLOR #A38922

HEX: #A38922
RGB: (163,137,34)

Color info

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

RGB color model

#A38922 color RGB value is (163,137,34).

  • red value is 163;
  • green value is 137;
  • blue value is 34.
RGB:
(163,137,34)
(64%,54%,13%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 34 of 255 = 13%

163
137
34

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

Portions of RGB colors in percentages

R + G + B =
163 + 137 + 34 = 334 (100%)
R 163 of 334 ~ 48.8%
G 137 of 334 ~ 41.02%
B 34 of 334 ~ 10.18%

%48.8
%41.02
%10.18

CMYK color model

#A38922 color CMYK value is (0,16,79,36).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 79.14%
  • key color value is 36.08%
CMYK:
(0,16,79,36)
C0M16Y79K36 
(0%,16%,79%,36%)
(0.00/0.16/0.79/0.36)	

CMYK percentages

%0
%15.95
%79.14
%36.08

Codes

Color #A38922 in popluar color models

A38922
RGB16313734
HSL48°65.48%38.63%
HSB/HSV48°79.14%63.92%
CMYK0.00%15.95%79.14%
36.08%

Color #A38922 in popluar number systems.

HEXA38922
Decimal16313734
Binary1010001110001001100010
Octal24321142

Shades and tints

Shades of #A38922

#A38922
(163,137,34)
#957D1F
(149,125,31)
#87711C
(135,113,28)
#796519
(121,101,25)
#6B5916
(107,89,22)
#5D4D13
(93,77,19)
#4F4110
(79,65,16)
#41350D
(65,53,13)
#33290A
(51,41,10)
#251D07
(37,29,7)
#171104
(23,17,4)
#000000
(0,0,0)

Tints of #A38922

#A38922
(163,137,34)
#AB9336
(171,147,54)
#B39D4A
(179,157,74)
#BBA75E
(187,167,94)
#C3B172
(195,177,114)
#CBBB86
(203,187,134)
#D3C59A
(211,197,154)
#DBCFAE
(219,207,174)
#E3D9C2
(227,217,194)
#EBE3D6
(235,227,214)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38922 color. Also use rgb(163,137,34) instead hex code.

Text Font Color

.myTextColor { color: #A38922; }

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

This text font color is #A38922.


Background Color

.myBgColor { background-color: #A38922; }

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

This div background color is #A38922.


Border color

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

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

This div border color is #A38922.


Opacity

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

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

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

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

This text has shadow with #A38922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38922 on black background.


Color preview on white background

This text has color #A38922 on white background.



Black color preview on #A38922 background

This text has black color on #A38922 background.


White color preview on #A38922 background

This text has white color on #A38922 background.