COLOR #A38657

HEX: #A38657
RGB: (163,134,87)

Color info

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

RGB color model

#A38657 color RGB value is (163,134,87).

  • red value is 163;
  • green value is 134;
  • blue value is 87.
RGB:
(163,134,87)
(64%,53%,34%)

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 87 of 255 = 34%

163
134
87

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

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 87 = 384 (100%)
R 163 of 384 ~ 42.45%
G 134 of 384 ~ 34.9%
B 87 of 384 ~ 22.66%

%42.45
%34.9
%22.66

CMYK color model

#A38657 color CMYK value is (0,18,47,36).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 46.63%
  • key color value is 36.08%
CMYK:
(0,18,47,36)
C0M18Y47K36 
(0%,18%,47%,36%)
(0.00/0.18/0.47/0.36)	

CMYK percentages

%0
%17.79
%46.63
%36.08

Codes

Color #A38657 in popluar color models

A38657
RGB16313487
HSL37°30.40%49.02%
HSB/HSV37°46.63%63.92%
CMYK0.00%17.79%46.63%
36.08%

Color #A38657 in popluar number systems.

HEXA38657
Decimal16313487
Binary10100011100001101010111
Octal243206127

Shades and tints

Shades of #A38657

#A38657
(163,134,87)
#957A50
(149,122,80)
#876E49
(135,110,73)
#796242
(121,98,66)
#6B563B
(107,86,59)
#5D4A34
(93,74,52)
#4F3E2D
(79,62,45)
#413226
(65,50,38)
#33261F
(51,38,31)
#251A18
(37,26,24)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #A38657

#A38657
(163,134,87)
#AB9166
(171,145,102)
#B39C75
(179,156,117)
#BBA784
(187,167,132)
#C3B293
(195,178,147)
#CBBDA2
(203,189,162)
#D3C8B1
(211,200,177)
#DBD3C0
(219,211,192)
#E3DECF
(227,222,207)
#EBE9DE
(235,233,222)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38657 color. Also use rgb(163,134,87) instead hex code.

Text Font Color

.myTextColor { color: #A38657; }

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

This text font color is #A38657.


Background Color

.myBgColor { background-color: #A38657; }

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

This div background color is #A38657.


Border color

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

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

This div border color is #A38657.


Opacity

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

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

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

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

This text has shadow with #A38657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38657 on black background.


Color preview on white background

This text has color #A38657 on white background.



Black color preview on #A38657 background

This text has black color on #A38657 background.


White color preview on #A38657 background

This text has white color on #A38657 background.