COLOR #A78E92

HEX: #A78E92
RGB: (167,142,146)

Color info

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

RGB color model

#A78E92 color RGB value is (167,142,146).

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

RGB channels and saturation

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

167
142
146

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

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 146 = 455 (100%)
R 167 of 455 ~ 36.7%
G 142 of 455 ~ 31.21%
B 146 of 455 ~ 32.09%

%36.7
%31.21
%32.09

CMYK color model

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

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

CMYK percentages

%0
%14.97
%12.57
%34.51

Codes

Color #A78E92 in popluar color models

A78E92
RGB167142146
HSL350°12.44%60.59%
HSB/HSV350°14.97%65.49%
CMYK0.00%14.97%12.57%
34.51%

Color #A78E92 in popluar number systems.

HEXA78E92
Decimal167142146
Binary101001111000111010010010
Octal247216222

Shades and tints

Shades of #A78E92

#A78E92
(167,142,146)
#988285
(152,130,133)
#897678
(137,118,120)
#7A6A6B
(122,106,107)
#6B5E5E
(107,94,94)
#5C5251
(92,82,81)
#4D4644
(77,70,68)
#3E3A37
(62,58,55)
#2F2E2A
(47,46,42)
#20221D
(32,34,29)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #A78E92

#A78E92
(167,142,146)
#AF989B
(175,152,155)
#B7A2A4
(183,162,164)
#BFACAD
(191,172,173)
#C7B6B6
(199,182,182)
#CFC0BF
(207,192,191)
#D7CAC8
(215,202,200)
#DFD4D1
(223,212,209)
#E7DEDA
(231,222,218)
#EFE8E3
(239,232,227)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78E92; }

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

This text font color is #A78E92.


Background Color

.myBgColor { background-color: #A78E92; }

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

This div background color is #A78E92.


Border color

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

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

This div border color is #A78E92.


Opacity

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

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

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

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

This text has shadow with #A78E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78E92 on black background.


Color preview on white background

This text has color #A78E92 on white background.



Black color preview on #A78E92 background

This text has black color on #A78E92 background.


White color preview on #A78E92 background

This text has white color on #A78E92 background.