COLOR #A38983

HEX: #A38983
RGB: (163,137,131)

Color info

#A38983 contains red, green and blue colors in about the same proportion. Web safe color of #A38983 is #999999 (or #999).

RGB color model

#A38983 color RGB value is (163,137,131).

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

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 131 of 255 = 51%

163
137
131

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

Portions of RGB colors in percentages

R + G + B =
163 + 137 + 131 = 431 (100%)
R 163 of 431 ~ 37.82%
G 137 of 431 ~ 31.79%
B 131 of 431 ~ 30.39%

%37.82
%31.79
%30.39

CMYK color model

#A38983 color CMYK value is (0,16,20,36).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 19.63%
  • key color value is 36.08%
CMYK:
(0,16,20,36)
C0M16Y20K36 
(0%,16%,20%,36%)
(0.00/0.16/0.20/0.36)	

CMYK percentages

%0
%15.95
%19.63
%36.08

Codes

Color #A38983 in popluar color models

A38983
RGB163137131
HSL11°14.81%57.65%
HSB/HSV11°19.63%63.92%
CMYK0.00%15.95%19.63%
36.08%

Color #A38983 in popluar number systems.

HEXA38983
Decimal163137131
Binary101000111000100110000011
Octal243211203

Shades and tints

Shades of #A38983

#A38983
(163,137,131)
#957D78
(149,125,120)
#87716D
(135,113,109)
#796562
(121,101,98)
#6B5957
(107,89,87)
#5D4D4C
(93,77,76)
#4F4141
(79,65,65)
#413536
(65,53,54)
#33292B
(51,41,43)
#251D20
(37,29,32)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A38983

#A38983
(163,137,131)
#AB938E
(171,147,142)
#B39D99
(179,157,153)
#BBA7A4
(187,167,164)
#C3B1AF
(195,177,175)
#CBBBBA
(203,187,186)
#D3C5C5
(211,197,197)
#DBCFD0
(219,207,208)
#E3D9DB
(227,217,219)
#EBE3E6
(235,227,230)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38983; }

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

This text font color is #A38983.


Background Color

.myBgColor { background-color: #A38983; }

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

This div background color is #A38983.


Border color

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

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

This div border color is #A38983.


Opacity

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

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

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

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

This text has shadow with #A38983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38983 on black background.


Color preview on white background

This text has color #A38983 on white background.



Black color preview on #A38983 background

This text has black color on #A38983 background.


White color preview on #A38983 background

This text has white color on #A38983 background.