COLOR #A78E8D

HEX: #A78E8D
RGB: (167,142,141)

Color info

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

RGB color model

#A78E8D color RGB value is (167,142,141).

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

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 141 of 255 = 55%

167
142
141

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

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 141 = 450 (100%)
R 167 of 450 ~ 37.11%
G 142 of 450 ~ 31.56%
B 141 of 450 ~ 31.33%

%37.11
%31.56
%31.33

CMYK color model

#A78E8D color CMYK value is (0,15,16,35).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(0,15,16,35)
C0M15Y16K35 
(0%,15%,16%,35%)
(0.00/0.15/0.16/0.35)	

CMYK percentages

%0
%14.97
%15.57
%34.51

Codes

Color #A78E8D in popluar color models

A78E8D
RGB167142141
HSL12.87%60.39%
HSB/HSV15.57%65.49%
CMYK0.00%14.97%15.57%
34.51%

Color #A78E8D in popluar number systems.

HEXA78E8D
Decimal167142141
Binary101001111000111010001101
Octal247216215

Shades and tints

Shades of #A78E8D

#A78E8D
(167,142,141)
#988281
(152,130,129)
#897675
(137,118,117)
#7A6A69
(122,106,105)
#6B5E5D
(107,94,93)
#5C5251
(92,82,81)
#4D4645
(77,70,69)
#3E3A39
(62,58,57)
#2F2E2D
(47,46,45)
#202221
(32,34,33)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A78E8D

#A78E8D
(167,142,141)
#AF9897
(175,152,151)
#B7A2A1
(183,162,161)
#BFACAB
(191,172,171)
#C7B6B5
(199,182,181)
#CFC0BF
(207,192,191)
#D7CAC9
(215,202,201)
#DFD4D3
(223,212,211)
#E7DEDD
(231,222,221)
#EFE8E7
(239,232,231)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78E8D; }

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

This text font color is #A78E8D.


Background Color

.myBgColor { background-color: #A78E8D; }

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

This div background color is #A78E8D.


Border color

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

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

This div border color is #A78E8D.


Opacity

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

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

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

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

This text has shadow with #A78E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78E8D on black background.


Color preview on white background

This text has color #A78E8D on white background.



Black color preview on #A78E8D background

This text has black color on #A78E8D background.


White color preview on #A78E8D background

This text has white color on #A78E8D background.