COLOR #A38B49

HEX: #A38B49
RGB: (163,139,73)

Color info

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

RGB color model

#A38B49 color RGB value is (163,139,73).

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

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 73 of 255 = 29%

163
139
73

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

Portions of RGB colors in percentages

R + G + B =
163 + 139 + 73 = 375 (100%)
R 163 of 375 ~ 43.47%
G 139 of 375 ~ 37.07%
B 73 of 375 ~ 19.47%

%43.47
%37.07
%19.47

CMYK color model

#A38B49 color CMYK value is (0,15,55,36).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 55.21%
  • key color value is 36.08%
CMYK:
(0,15,55,36)
C0M15Y55K36 
(0%,15%,55%,36%)
(0.00/0.15/0.55/0.36)	

CMYK percentages

%0
%14.72
%55.21
%36.08

Codes

Color #A38B49 in popluar color models

A38B49
RGB16313973
HSL44°38.14%46.27%
HSB/HSV44°55.21%63.92%
CMYK0.00%14.72%55.21%
36.08%

Color #A38B49 in popluar number systems.

HEXA38B49
Decimal16313973
Binary10100011100010111001001
Octal243213111

Shades and tints

Shades of #A38B49

#A38B49
(163,139,73)
#957F43
(149,127,67)
#87733D
(135,115,61)
#796737
(121,103,55)
#6B5B31
(107,91,49)
#5D4F2B
(93,79,43)
#4F4325
(79,67,37)
#41371F
(65,55,31)
#332B19
(51,43,25)
#251F13
(37,31,19)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A38B49

#A38B49
(163,139,73)
#AB9559
(171,149,89)
#B39F69
(179,159,105)
#BBA979
(187,169,121)
#C3B389
(195,179,137)
#CBBD99
(203,189,153)
#D3C7A9
(211,199,169)
#DBD1B9
(219,209,185)
#E3DBC9
(227,219,201)
#EBE5D9
(235,229,217)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38B49; }

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

This text font color is #A38B49.


Background Color

.myBgColor { background-color: #A38B49; }

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

This div background color is #A38B49.


Border color

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

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

This div border color is #A38B49.


Opacity

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

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

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

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

This text has shadow with #A38B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38B49 on black background.


Color preview on white background

This text has color #A38B49 on white background.



Black color preview on #A38B49 background

This text has black color on #A38B49 background.


White color preview on #A38B49 background

This text has white color on #A38B49 background.