COLOR #A78983

HEX: #A78983
RGB: (167,137,131)

Color info

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

RGB color model

#A78983 color RGB value is (167,137,131).

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

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 131 of 255 = 51%

167
137
131

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

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 131 = 435 (100%)
R 167 of 435 ~ 38.39%
G 137 of 435 ~ 31.49%
B 131 of 435 ~ 30.11%

%38.39
%31.49
%30.11

CMYK color model

#A78983 color CMYK value is (0,18,22,35).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 21.56%
  • key color value is 34.51%
CMYK:
(0,18,22,35)
C0M18Y22K35 
(0%,18%,22%,35%)
(0.00/0.18/0.22/0.35)	

CMYK percentages

%0
%17.96
%21.56
%34.51

Codes

Color #A78983 in popluar color models

A78983
RGB167137131
HSL10°16.98%58.43%
HSB/HSV10°21.56%65.49%
CMYK0.00%17.96%21.56%
34.51%

Color #A78983 in popluar number systems.

HEXA78983
Decimal167137131
Binary101001111000100110000011
Octal247211203

Shades and tints

Shades of #A78983

#A78983
(167,137,131)
#987D78
(152,125,120)
#89716D
(137,113,109)
#7A6562
(122,101,98)
#6B5957
(107,89,87)
#5C4D4C
(92,77,76)
#4D4141
(77,65,65)
#3E3536
(62,53,54)
#2F292B
(47,41,43)
#201D20
(32,29,32)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #A78983

#A78983
(167,137,131)
#AF938E
(175,147,142)
#B79D99
(183,157,153)
#BFA7A4
(191,167,164)
#C7B1AF
(199,177,175)
#CFBBBA
(207,187,186)
#D7C5C5
(215,197,197)
#DFCFD0
(223,207,208)
#E7D9DB
(231,217,219)
#EFE3E6
(239,227,230)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78983; }

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

This text font color is #A78983.


Background Color

.myBgColor { background-color: #A78983; }

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

This div background color is #A78983.


Border color

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

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

This div border color is #A78983.


Opacity

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

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

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

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

This text has shadow with #A78983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78983 on black background.


Color preview on white background

This text has color #A78983 on white background.



Black color preview on #A78983 background

This text has black color on #A78983 background.


White color preview on #A78983 background

This text has white color on #A78983 background.