COLOR #A78496

HEX: #A78496
RGB: (167,132,150)

Color info

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

RGB color model

#A78496 color RGB value is (167,132,150).

  • red value is 167;
  • green value is 132;
  • blue value is 150.
RGB:
(167,132,150)
(65%,52%,59%)

RGB channels and saturation

R 167 of 255 = 65%
G 132 of 255 = 52%
B 150 of 255 = 59%

167
132
150

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

Portions of RGB colors in percentages

R + G + B =
167 + 132 + 150 = 449 (100%)
R 167 of 449 ~ 37.19%
G 132 of 449 ~ 29.4%
B 150 of 449 ~ 33.41%

%37.19
%29.4
%33.41

CMYK color model

#A78496 color CMYK value is (0,21,10,35).

  • cyan value is 0.00%
  • magenta value is 20.96%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(0,21,10,35)
C0M21Y10K35 
(0%,21%,10%,35%)
(0.00/0.21/0.10/0.35)	

CMYK percentages

%0
%20.96
%10.18
%34.51

Codes

Color #A78496 in popluar color models

A78496
RGB167132150
HSL329°16.59%58.63%
HSB/HSV329°20.96%65.49%
CMYK0.00%20.96%10.18%
34.51%

Color #A78496 in popluar number systems.

HEXA78496
Decimal167132150
Binary101001111000010010010110
Octal247204226

Shades and tints

Shades of #A78496

#A78496
(167,132,150)
#987889
(152,120,137)
#896C7C
(137,108,124)
#7A606F
(122,96,111)
#6B5462
(107,84,98)
#5C4855
(92,72,85)
#4D3C48
(77,60,72)
#3E303B
(62,48,59)
#2F242E
(47,36,46)
#201821
(32,24,33)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #A78496

#A78496
(167,132,150)
#AF8F9F
(175,143,159)
#B79AA8
(183,154,168)
#BFA5B1
(191,165,177)
#C7B0BA
(199,176,186)
#CFBBC3
(207,187,195)
#D7C6CC
(215,198,204)
#DFD1D5
(223,209,213)
#E7DCDE
(231,220,222)
#EFE7E7
(239,231,231)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78496; }

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

This text font color is #A78496.


Background Color

.myBgColor { background-color: #A78496; }

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

This div background color is #A78496.


Border color

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

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

This div border color is #A78496.


Opacity

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

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

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

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

This text has shadow with #A78496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78496 on black background.


Color preview on white background

This text has color #A78496 on white background.



Black color preview on #A78496 background

This text has black color on #A78496 background.


White color preview on #A78496 background

This text has white color on #A78496 background.