COLOR #A78E82

HEX: #A78E82
RGB: (167,142,130)

Color info

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

RGB color model

#A78E82 color RGB value is (167,142,130).

  • red value is 167;
  • green value is 142;
  • blue value is 130.
RGB:
(167,142,130)
(65%,56%,51%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 130 of 255 = 51%

167
142
130

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

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 130 = 439 (100%)
R 167 of 439 ~ 38.04%
G 142 of 439 ~ 32.35%
B 130 of 439 ~ 29.61%

%38.04
%32.35
%29.61

CMYK color model

#A78E82 color CMYK value is (0,15,22,35).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 22.16%
  • key color value is 34.51%
CMYK:
(0,15,22,35)
C0M15Y22K35 
(0%,15%,22%,35%)
(0.00/0.15/0.22/0.35)	

CMYK percentages

%0
%14.97
%22.16
%34.51

Codes

Color #A78E82 in popluar color models

A78E82
RGB167142130
HSL19°17.37%58.24%
HSB/HSV19°22.16%65.49%
CMYK0.00%14.97%22.16%
34.51%

Color #A78E82 in popluar number systems.

HEXA78E82
Decimal167142130
Binary101001111000111010000010
Octal247216202

Shades and tints

Shades of #A78E82

#A78E82
(167,142,130)
#988277
(152,130,119)
#89766C
(137,118,108)
#7A6A61
(122,106,97)
#6B5E56
(107,94,86)
#5C524B
(92,82,75)
#4D4640
(77,70,64)
#3E3A35
(62,58,53)
#2F2E2A
(47,46,42)
#20221F
(32,34,31)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #A78E82

#A78E82
(167,142,130)
#AF988D
(175,152,141)
#B7A298
(183,162,152)
#BFACA3
(191,172,163)
#C7B6AE
(199,182,174)
#CFC0B9
(207,192,185)
#D7CAC4
(215,202,196)
#DFD4CF
(223,212,207)
#E7DEDA
(231,222,218)
#EFE8E5
(239,232,229)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78E82 color. Also use rgb(167,142,130) instead hex code.

Text Font Color

.myTextColor { color: #A78E82; }

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

This text font color is #A78E82.


Background Color

.myBgColor { background-color: #A78E82; }

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

This div background color is #A78E82.


Border color

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

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

This div border color is #A78E82.


Opacity

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

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

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

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

This text has shadow with #A78E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78E82 on black background.


Color preview on white background

This text has color #A78E82 on white background.



Black color preview on #A78E82 background

This text has black color on #A78E82 background.


White color preview on #A78E82 background

This text has white color on #A78E82 background.