COLOR #A78D8A

HEX: #A78D8A
RGB: (167,141,138)

Color info

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

RGB color model

#A78D8A color RGB value is (167,141,138).

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

RGB channels and saturation

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

167
141
138

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

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 138 = 446 (100%)
R 167 of 446 ~ 37.44%
G 141 of 446 ~ 31.61%
B 138 of 446 ~ 30.94%

%37.44
%31.61
%30.94

CMYK color model

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

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

CMYK percentages

%0
%15.57
%17.37
%34.51

Codes

Color #A78D8A in popluar color models

A78D8A
RGB167141138
HSL14.15%59.80%
HSB/HSV17.37%65.49%
CMYK0.00%15.57%17.37%
34.51%

Color #A78D8A in popluar number systems.

HEXA78D8A
Decimal167141138
Binary101001111000110110001010
Octal247215212

Shades and tints

Shades of #A78D8A

#A78D8A
(167,141,138)
#98817E
(152,129,126)
#897572
(137,117,114)
#7A6966
(122,105,102)
#6B5D5A
(107,93,90)
#5C514E
(92,81,78)
#4D4542
(77,69,66)
#3E3936
(62,57,54)
#2F2D2A
(47,45,42)
#20211E
(32,33,30)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A78D8A

#A78D8A
(167,141,138)
#AF9794
(175,151,148)
#B7A19E
(183,161,158)
#BFABA8
(191,171,168)
#C7B5B2
(199,181,178)
#CFBFBC
(207,191,188)
#D7C9C6
(215,201,198)
#DFD3D0
(223,211,208)
#E7DDDA
(231,221,218)
#EFE7E4
(239,231,228)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78D8A; }

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

This text font color is #A78D8A.


Background Color

.myBgColor { background-color: #A78D8A; }

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

This div background color is #A78D8A.


Border color

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

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

This div border color is #A78D8A.


Opacity

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

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

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

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

This text has shadow with #A78D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78D8A on black background.


Color preview on white background

This text has color #A78D8A on white background.



Black color preview on #A78D8A background

This text has black color on #A78D8A background.


White color preview on #A78D8A background

This text has white color on #A78D8A background.