COLOR #A78D93

HEX: #A78D93
RGB: (167,141,147)

Color info

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

RGB color model

#A78D93 color RGB value is (167,141,147).

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

RGB channels and saturation

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

167
141
147

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

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 147 = 455 (100%)
R 167 of 455 ~ 36.7%
G 141 of 455 ~ 30.99%
B 147 of 455 ~ 32.31%

%36.7
%30.99
%32.31

CMYK color model

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

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

CMYK percentages

%0
%15.57
%11.98
%34.51

Codes

Color #A78D93 in popluar color models

A78D93
RGB167141147
HSL346°12.87%60.39%
HSB/HSV346°15.57%65.49%
CMYK0.00%15.57%11.98%
34.51%

Color #A78D93 in popluar number systems.

HEXA78D93
Decimal167141147
Binary101001111000110110010011
Octal247215223

Shades and tints

Shades of #A78D93

#A78D93
(167,141,147)
#988186
(152,129,134)
#897579
(137,117,121)
#7A696C
(122,105,108)
#6B5D5F
(107,93,95)
#5C5152
(92,81,82)
#4D4545
(77,69,69)
#3E3938
(62,57,56)
#2F2D2B
(47,45,43)
#20211E
(32,33,30)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A78D93

#A78D93
(167,141,147)
#AF979C
(175,151,156)
#B7A1A5
(183,161,165)
#BFABAE
(191,171,174)
#C7B5B7
(199,181,183)
#CFBFC0
(207,191,192)
#D7C9C9
(215,201,201)
#DFD3D2
(223,211,210)
#E7DDDB
(231,221,219)
#EFE7E4
(239,231,228)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78D93; }

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

This text font color is #A78D93.


Background Color

.myBgColor { background-color: #A78D93; }

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

This div background color is #A78D93.


Border color

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

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

This div border color is #A78D93.


Opacity

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

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

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

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

This text has shadow with #A78D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78D93 on black background.


Color preview on white background

This text has color #A78D93 on white background.



Black color preview on #A78D93 background

This text has black color on #A78D93 background.


White color preview on #A78D93 background

This text has white color on #A78D93 background.