COLOR #A78D83

HEX: #A78D83
RGB: (167,141,131)

Color info

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

RGB color model

#A78D83 color RGB value is (167,141,131).

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

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 131 of 255 = 51%

167
141
131

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

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 131 = 439 (100%)
R 167 of 439 ~ 38.04%
G 141 of 439 ~ 32.12%
B 131 of 439 ~ 29.84%

%38.04
%32.12
%29.84

CMYK color model

#A78D83 color CMYK value is (0,16,22,35).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 21.56%
  • key color value is 34.51%
CMYK:
(0,16,22,35)
C0M16Y22K35 
(0%,16%,22%,35%)
(0.00/0.16/0.22/0.35)	

CMYK percentages

%0
%15.57
%21.56
%34.51

Codes

Color #A78D83 in popluar color models

A78D83
RGB167141131
HSL17°16.98%58.43%
HSB/HSV17°21.56%65.49%
CMYK0.00%15.57%21.56%
34.51%

Color #A78D83 in popluar number systems.

HEXA78D83
Decimal167141131
Binary101001111000110110000011
Octal247215203

Shades and tints

Shades of #A78D83

#A78D83
(167,141,131)
#988178
(152,129,120)
#89756D
(137,117,109)
#7A6962
(122,105,98)
#6B5D57
(107,93,87)
#5C514C
(92,81,76)
#4D4541
(77,69,65)
#3E3936
(62,57,54)
#2F2D2B
(47,45,43)
#202120
(32,33,32)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A78D83

#A78D83
(167,141,131)
#AF978E
(175,151,142)
#B7A199
(183,161,153)
#BFABA4
(191,171,164)
#C7B5AF
(199,181,175)
#CFBFBA
(207,191,186)
#D7C9C5
(215,201,197)
#DFD3D0
(223,211,208)
#E7DDDB
(231,221,219)
#EFE7E6
(239,231,230)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78D83; }

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

This text font color is #A78D83.


Background Color

.myBgColor { background-color: #A78D83; }

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

This div background color is #A78D83.


Border color

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

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

This div border color is #A78D83.


Opacity

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

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

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

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

This text has shadow with #A78D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78D83 on black background.


Color preview on white background

This text has color #A78D83 on white background.



Black color preview on #A78D83 background

This text has black color on #A78D83 background.


White color preview on #A78D83 background

This text has white color on #A78D83 background.