COLOR #A38B77

HEX: #A38B77
RGB: (163,139,119)

Color info

#A38B77 contains red, green and blue colors in about the same proportion. Web safe color of #A38B77 is #999966 (or #996).

RGB color model

#A38B77 color RGB value is (163,139,119).

  • red value is 163;
  • green value is 139;
  • blue value is 119.
RGB:
(163,139,119)
(64%,55%,47%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 119 of 255 = 47%

163
139
119

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

Portions of RGB colors in percentages

R + G + B =
163 + 139 + 119 = 421 (100%)
R 163 of 421 ~ 38.72%
G 139 of 421 ~ 33.02%
B 119 of 421 ~ 28.27%

%38.72
%33.02
%28.27

CMYK color model

#A38B77 color CMYK value is (0,15,27,36).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(0,15,27,36)
C0M15Y27K36 
(0%,15%,27%,36%)
(0.00/0.15/0.27/0.36)	

CMYK percentages

%0
%14.72
%26.99
%36.08

Codes

Color #A38B77 in popluar color models

A38B77
RGB163139119
HSL27°19.30%55.29%
HSB/HSV27°26.99%63.92%
CMYK0.00%14.72%26.99%
36.08%

Color #A38B77 in popluar number systems.

HEXA38B77
Decimal163139119
Binary10100011100010111110111
Octal243213167

Shades and tints

Shades of #A38B77

#A38B77
(163,139,119)
#957F6D
(149,127,109)
#877363
(135,115,99)
#796759
(121,103,89)
#6B5B4F
(107,91,79)
#5D4F45
(93,79,69)
#4F433B
(79,67,59)
#413731
(65,55,49)
#332B27
(51,43,39)
#251F1D
(37,31,29)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #A38B77

#A38B77
(163,139,119)
#AB9583
(171,149,131)
#B39F8F
(179,159,143)
#BBA99B
(187,169,155)
#C3B3A7
(195,179,167)
#CBBDB3
(203,189,179)
#D3C7BF
(211,199,191)
#DBD1CB
(219,209,203)
#E3DBD7
(227,219,215)
#EBE5E3
(235,229,227)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38B77 color. Also use rgb(163,139,119) instead hex code.

Text Font Color

.myTextColor { color: #A38B77; }

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

This text font color is #A38B77.


Background Color

.myBgColor { background-color: #A38B77; }

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

This div background color is #A38B77.


Border color

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

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

This div border color is #A38B77.


Opacity

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

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

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

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

This text has shadow with #A38B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38B77 on black background.


Color preview on white background

This text has color #A38B77 on white background.



Black color preview on #A38B77 background

This text has black color on #A38B77 background.


White color preview on #A38B77 background

This text has white color on #A38B77 background.