COLOR #A78895

HEX: #A78895
RGB: (167,136,149)

Color info

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

RGB color model

#A78895 color RGB value is (167,136,149).

  • red value is 167;
  • green value is 136;
  • blue value is 149.
RGB:
(167,136,149)
(65%,53%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 149 of 255 = 58%

167
136
149

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

Portions of RGB colors in percentages

R + G + B =
167 + 136 + 149 = 452 (100%)
R 167 of 452 ~ 36.95%
G 136 of 452 ~ 30.09%
B 149 of 452 ~ 32.96%

%36.95
%30.09
%32.96

CMYK color model

#A78895 color CMYK value is (0,19,11,35).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(0,19,11,35)
C0M19Y11K35 
(0%,19%,11%,35%)
(0.00/0.19/0.11/0.35)	

CMYK percentages

%0
%18.56
%10.78
%34.51

Codes

Color #A78895 in popluar color models

A78895
RGB167136149
HSL335°14.98%59.41%
HSB/HSV335°18.56%65.49%
CMYK0.00%18.56%10.78%
34.51%

Color #A78895 in popluar number systems.

HEXA78895
Decimal167136149
Binary101001111000100010010101
Octal247210225

Shades and tints

Shades of #A78895

#A78895
(167,136,149)
#987C88
(152,124,136)
#89707B
(137,112,123)
#7A646E
(122,100,110)
#6B5861
(107,88,97)
#5C4C54
(92,76,84)
#4D4047
(77,64,71)
#3E343A
(62,52,58)
#2F282D
(47,40,45)
#201C20
(32,28,32)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #A78895

#A78895
(167,136,149)
#AF929E
(175,146,158)
#B79CA7
(183,156,167)
#BFA6B0
(191,166,176)
#C7B0B9
(199,176,185)
#CFBAC2
(207,186,194)
#D7C4CB
(215,196,203)
#DFCED4
(223,206,212)
#E7D8DD
(231,216,221)
#EFE2E6
(239,226,230)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78895; }

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

This text font color is #A78895.


Background Color

.myBgColor { background-color: #A78895; }

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

This div background color is #A78895.


Border color

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

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

This div border color is #A78895.


Opacity

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

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

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

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

This text has shadow with #A78895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78895 on black background.


Color preview on white background

This text has color #A78895 on white background.



Black color preview on #A78895 background

This text has black color on #A78895 background.


White color preview on #A78895 background

This text has white color on #A78895 background.