COLOR #A78E8E

HEX: #A78E8E
RGB: (167,142,142)

Color info

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

RGB color model

#A78E8E color RGB value is (167,142,142).

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

RGB channels and saturation

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

167
142
142

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

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 142 = 451 (100%)
R 167 of 451 ~ 37.03%
G 142 of 451 ~ 31.49%
B 142 of 451 ~ 31.49%

%37.03
%31.49
%31.49

CMYK color model

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

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

CMYK percentages

%0
%14.97
%14.97
%34.51

Codes

Color #A78E8E in popluar color models

A78E8E
RGB167142142
HSL12.44%60.59%
HSB/HSV14.97%65.49%
CMYK0.00%14.97%14.97%
34.51%

Color #A78E8E in popluar number systems.

HEXA78E8E
Decimal167142142
Binary101001111000111010001110
Octal247216216

Shades and tints

Shades of #A78E8E

#A78E8E
(167,142,142)
#988282
(152,130,130)
#897676
(137,118,118)
#7A6A6A
(122,106,106)
#6B5E5E
(107,94,94)
#5C5252
(92,82,82)
#4D4646
(77,70,70)
#3E3A3A
(62,58,58)
#2F2E2E
(47,46,46)
#202222
(32,34,34)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #A78E8E

#A78E8E
(167,142,142)
#AF9898
(175,152,152)
#B7A2A2
(183,162,162)
#BFACAC
(191,172,172)
#C7B6B6
(199,182,182)
#CFC0C0
(207,192,192)
#D7CACA
(215,202,202)
#DFD4D4
(223,212,212)
#E7DEDE
(231,222,222)
#EFE8E8
(239,232,232)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78E8E; }

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

This text font color is #A78E8E.


Background Color

.myBgColor { background-color: #A78E8E; }

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

This div background color is #A78E8E.


Border color

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

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

This div border color is #A78E8E.


Opacity

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

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

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

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

This text has shadow with #A78E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78E8E on black background.


Color preview on white background

This text has color #A78E8E on white background.



Black color preview on #A78E8E background

This text has black color on #A78E8E background.


White color preview on #A78E8E background

This text has white color on #A78E8E background.