COLOR #A38244

HEX: #A38244
RGB: (163,130,68)

Color info

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

RGB color model

#A38244 color RGB value is (163,130,68).

  • red value is 163;
  • green value is 130;
  • blue value is 68.
RGB:
(163,130,68)
(64%,51%,27%)

RGB channels and saturation

R 163 of 255 = 64%
G 130 of 255 = 51%
B 68 of 255 = 27%

163
130
68

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

Portions of RGB colors in percentages

R + G + B =
163 + 130 + 68 = 361 (100%)
R 163 of 361 ~ 45.15%
G 130 of 361 ~ 36.01%
B 68 of 361 ~ 18.84%

%45.15
%36.01
%18.84

CMYK color model

#A38244 color CMYK value is (0,20,58,36).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 58.28%
  • key color value is 36.08%
CMYK:
(0,20,58,36)
C0M20Y58K36 
(0%,20%,58%,36%)
(0.00/0.20/0.58/0.36)	

CMYK percentages

%0
%20.25
%58.28
%36.08

Codes

Color #A38244 in popluar color models

A38244
RGB16313068
HSL39°41.13%45.29%
HSB/HSV39°58.28%63.92%
CMYK0.00%20.25%58.28%
36.08%

Color #A38244 in popluar number systems.

HEXA38244
Decimal16313068
Binary10100011100000101000100
Octal243202104

Shades and tints

Shades of #A38244

#A38244
(163,130,68)
#95773E
(149,119,62)
#876C38
(135,108,56)
#796132
(121,97,50)
#6B562C
(107,86,44)
#5D4B26
(93,75,38)
#4F4020
(79,64,32)
#41351A
(65,53,26)
#332A14
(51,42,20)
#251F0E
(37,31,14)
#171408
(23,20,8)
#000000
(0,0,0)

Tints of #A38244

#A38244
(163,130,68)
#AB8D55
(171,141,85)
#B39866
(179,152,102)
#BBA377
(187,163,119)
#C3AE88
(195,174,136)
#CBB999
(203,185,153)
#D3C4AA
(211,196,170)
#DBCFBB
(219,207,187)
#E3DACC
(227,218,204)
#EBE5DD
(235,229,221)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38244 color. Also use rgb(163,130,68) instead hex code.

Text Font Color

.myTextColor { color: #A38244; }

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

This text font color is #A38244.


Background Color

.myBgColor { background-color: #A38244; }

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

This div background color is #A38244.


Border color

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

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

This div border color is #A38244.


Opacity

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

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

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

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

This text has shadow with #A38244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38244 on black background.


Color preview on white background

This text has color #A38244 on white background.



Black color preview on #A38244 background

This text has black color on #A38244 background.


White color preview on #A38244 background

This text has white color on #A38244 background.