COLOR #A78D8D

HEX: #A78D8D
RGB: (167,141,141)

Color info

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

RGB color model

#A78D8D color RGB value is (167,141,141).

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

RGB channels and saturation

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

167
141
141

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

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 141 = 449 (100%)
R 167 of 449 ~ 37.19%
G 141 of 449 ~ 31.4%
B 141 of 449 ~ 31.4%

%37.19
%31.4
%31.4

CMYK color model

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

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

CMYK percentages

%0
%15.57
%15.57
%34.51

Codes

Color #A78D8D in popluar color models

A78D8D
RGB167141141
HSL12.87%60.39%
HSB/HSV15.57%65.49%
CMYK0.00%15.57%15.57%
34.51%

Color #A78D8D in popluar number systems.

HEXA78D8D
Decimal167141141
Binary101001111000110110001101
Octal247215215

Shades and tints

Shades of #A78D8D

#A78D8D
(167,141,141)
#988181
(152,129,129)
#897575
(137,117,117)
#7A6969
(122,105,105)
#6B5D5D
(107,93,93)
#5C5151
(92,81,81)
#4D4545
(77,69,69)
#3E3939
(62,57,57)
#2F2D2D
(47,45,45)
#202121
(32,33,33)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A78D8D

#A78D8D
(167,141,141)
#AF9797
(175,151,151)
#B7A1A1
(183,161,161)
#BFABAB
(191,171,171)
#C7B5B5
(199,181,181)
#CFBFBF
(207,191,191)
#D7C9C9
(215,201,201)
#DFD3D3
(223,211,211)
#E7DDDD
(231,221,221)
#EFE7E7
(239,231,231)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78D8D; }

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

This text font color is #A78D8D.


Background Color

.myBgColor { background-color: #A78D8D; }

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

This div background color is #A78D8D.


Border color

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

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

This div border color is #A78D8D.


Opacity

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

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

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

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

This text has shadow with #A78D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78D8D on black background.


Color preview on white background

This text has color #A78D8D on white background.



Black color preview on #A78D8D background

This text has black color on #A78D8D background.


White color preview on #A78D8D background

This text has white color on #A78D8D background.