COLOR #A38853

HEX: #A38853
RGB: (163,136,83)

Color info

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

RGB color model

#A38853 color RGB value is (163,136,83).

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

RGB channels and saturation

R 163 of 255 = 64%
G 136 of 255 = 53%
B 83 of 255 = 33%

163
136
83

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

Portions of RGB colors in percentages

R + G + B =
163 + 136 + 83 = 382 (100%)
R 163 of 382 ~ 42.67%
G 136 of 382 ~ 35.6%
B 83 of 382 ~ 21.73%

%42.67
%35.6
%21.73

CMYK color model

#A38853 color CMYK value is (0,17,49,36).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 49.08%
  • key color value is 36.08%
CMYK:
(0,17,49,36)
C0M17Y49K36 
(0%,17%,49%,36%)
(0.00/0.17/0.49/0.36)	

CMYK percentages

%0
%16.56
%49.08
%36.08

Codes

Color #A38853 in popluar color models

A38853
RGB16313683
HSL40°32.52%48.24%
HSB/HSV40°49.08%63.92%
CMYK0.00%16.56%49.08%
36.08%

Color #A38853 in popluar number systems.

HEXA38853
Decimal16313683
Binary10100011100010001010011
Octal243210123

Shades and tints

Shades of #A38853

#A38853
(163,136,83)
#957C4C
(149,124,76)
#877045
(135,112,69)
#79643E
(121,100,62)
#6B5837
(107,88,55)
#5D4C30
(93,76,48)
#4F4029
(79,64,41)
#413422
(65,52,34)
#33281B
(51,40,27)
#251C14
(37,28,20)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #A38853

#A38853
(163,136,83)
#AB9262
(171,146,98)
#B39C71
(179,156,113)
#BBA680
(187,166,128)
#C3B08F
(195,176,143)
#CBBA9E
(203,186,158)
#D3C4AD
(211,196,173)
#DBCEBC
(219,206,188)
#E3D8CB
(227,216,203)
#EBE2DA
(235,226,218)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38853; }

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

This text font color is #A38853.


Background Color

.myBgColor { background-color: #A38853; }

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

This div background color is #A38853.


Border color

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

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

This div border color is #A38853.


Opacity

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

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

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

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

This text has shadow with #A38853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38853 on black background.


Color preview on white background

This text has color #A38853 on white background.



Black color preview on #A38853 background

This text has black color on #A38853 background.


White color preview on #A38853 background

This text has white color on #A38853 background.