COLOR #A38353

HEX: #A38353
RGB: (163,131,83)

Color info

#A38353 contains mainly red and green colors. Web safe color of #A38353 is #999966 (or #996).

RGB color model

#A38353 color RGB value is (163,131,83).

  • red value is 163;
  • green value is 131;
  • blue value is 83.
RGB:
(163,131,83)
(64%,51%,33%)

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 83 of 255 = 33%

163
131
83

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

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 83 = 377 (100%)
R 163 of 377 ~ 43.24%
G 131 of 377 ~ 34.75%
B 83 of 377 ~ 22.02%

%43.24
%34.75
%22.02

CMYK color model

#A38353 color CMYK value is (0,20,49,36).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 49.08%
  • key color value is 36.08%
CMYK:
(0,20,49,36)
C0M20Y49K36 
(0%,20%,49%,36%)
(0.00/0.20/0.49/0.36)	

CMYK percentages

%0
%19.63
%49.08
%36.08

Codes

Color #A38353 in popluar color models

A38353
RGB16313183
HSL36°32.52%48.24%
HSB/HSV36°49.08%63.92%
CMYK0.00%19.63%49.08%
36.08%

Color #A38353 in popluar number systems.

HEXA38353
Decimal16313183
Binary10100011100000111010011
Octal243203123

Shades and tints

Shades of #A38353

#A38353
(163,131,83)
#95784C
(149,120,76)
#876D45
(135,109,69)
#79623E
(121,98,62)
#6B5737
(107,87,55)
#5D4C30
(93,76,48)
#4F4129
(79,65,41)
#413622
(65,54,34)
#332B1B
(51,43,27)
#252014
(37,32,20)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #A38353

#A38353
(163,131,83)
#AB8E62
(171,142,98)
#B39971
(179,153,113)
#BBA480
(187,164,128)
#C3AF8F
(195,175,143)
#CBBA9E
(203,186,158)
#D3C5AD
(211,197,173)
#DBD0BC
(219,208,188)
#E3DBCB
(227,219,203)
#EBE6DA
(235,230,218)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38353 color. Also use rgb(163,131,83) instead hex code.

Text Font Color

.myTextColor { color: #A38353; }

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

This text font color is #A38353.


Background Color

.myBgColor { background-color: #A38353; }

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

This div background color is #A38353.


Border color

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

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

This div border color is #A38353.


Opacity

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

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

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

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

This text has shadow with #A38353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38353 on black background.


Color preview on white background

This text has color #A38353 on white background.



Black color preview on #A38353 background

This text has black color on #A38353 background.


White color preview on #A38353 background

This text has white color on #A38353 background.