COLOR #A38044

HEX: #A38044
RGB: (163,128,68)

Color info

#A38044 contains mainly red and green colors. Web safe color of #A38044 is #996633 (or #963).

RGB color model

#A38044 color RGB value is (163,128,68).

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

RGB channels and saturation

R 163 of 255 = 64%
G 128 of 255 = 50%
B 68 of 255 = 27%

163
128
68

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

Portions of RGB colors in percentages

R + G + B =
163 + 128 + 68 = 359 (100%)
R 163 of 359 ~ 45.4%
G 128 of 359 ~ 35.65%
B 68 of 359 ~ 18.94%

%45.4
%35.65
%18.94

CMYK color model

#A38044 color CMYK value is (0,21,58,36).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 58.28%
  • key color value is 36.08%
CMYK:
(0,21,58,36)
C0M21Y58K36 
(0%,21%,58%,36%)
(0.00/0.21/0.58/0.36)	

CMYK percentages

%0
%21.47
%58.28
%36.08

Codes

Color #A38044 in popluar color models

A38044
RGB16312868
HSL38°41.13%45.29%
HSB/HSV38°58.28%63.92%
CMYK0.00%21.47%58.28%
36.08%

Color #A38044 in popluar number systems.

HEXA38044
Decimal16312868
Binary10100011100000001000100
Octal243200104

Shades and tints

Shades of #A38044

#A38044
(163,128,68)
#95753E
(149,117,62)
#876A38
(135,106,56)
#795F32
(121,95,50)
#6B542C
(107,84,44)
#5D4926
(93,73,38)
#4F3E20
(79,62,32)
#41331A
(65,51,26)
#332814
(51,40,20)
#251D0E
(37,29,14)
#171208
(23,18,8)
#000000
(0,0,0)

Tints of #A38044

#A38044
(163,128,68)
#AB8B55
(171,139,85)
#B39666
(179,150,102)
#BBA177
(187,161,119)
#C3AC88
(195,172,136)
#CBB799
(203,183,153)
#D3C2AA
(211,194,170)
#DBCDBB
(219,205,187)
#E3D8CC
(227,216,204)
#EBE3DD
(235,227,221)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38044; }

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

This text font color is #A38044.


Background Color

.myBgColor { background-color: #A38044; }

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

This div background color is #A38044.


Border color

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

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

This div border color is #A38044.


Opacity

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

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

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

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

This text has shadow with #A38044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38044 on black background.


Color preview on white background

This text has color #A38044 on white background.



Black color preview on #A38044 background

This text has black color on #A38044 background.


White color preview on #A38044 background

This text has white color on #A38044 background.