COLOR #A78196

HEX: #A78196
RGB: (167,129,150)

Color info

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

RGB color model

#A78196 color RGB value is (167,129,150).

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

RGB channels and saturation

R 167 of 255 = 65%
G 129 of 255 = 51%
B 150 of 255 = 59%

167
129
150

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

Portions of RGB colors in percentages

R + G + B =
167 + 129 + 150 = 446 (100%)
R 167 of 446 ~ 37.44%
G 129 of 446 ~ 28.92%
B 150 of 446 ~ 33.63%

%37.44
%28.92
%33.63

CMYK color model

#A78196 color CMYK value is (0,23,10,35).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(0,23,10,35)
C0M23Y10K35 
(0%,23%,10%,35%)
(0.00/0.23/0.10/0.35)	

CMYK percentages

%0
%22.75
%10.18
%34.51

Codes

Color #A78196 in popluar color models

A78196
RGB167129150
HSL327°17.76%58.04%
HSB/HSV327°22.75%65.49%
CMYK0.00%22.75%10.18%
34.51%

Color #A78196 in popluar number systems.

HEXA78196
Decimal167129150
Binary101001111000000110010110
Octal247201226

Shades and tints

Shades of #A78196

#A78196
(167,129,150)
#987689
(152,118,137)
#896B7C
(137,107,124)
#7A606F
(122,96,111)
#6B5562
(107,85,98)
#5C4A55
(92,74,85)
#4D3F48
(77,63,72)
#3E343B
(62,52,59)
#2F292E
(47,41,46)
#201E21
(32,30,33)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #A78196

#A78196
(167,129,150)
#AF8C9F
(175,140,159)
#B797A8
(183,151,168)
#BFA2B1
(191,162,177)
#C7ADBA
(199,173,186)
#CFB8C3
(207,184,195)
#D7C3CC
(215,195,204)
#DFCED5
(223,206,213)
#E7D9DE
(231,217,222)
#EFE4E7
(239,228,231)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78196; }

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

This text font color is #A78196.


Background Color

.myBgColor { background-color: #A78196; }

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

This div background color is #A78196.


Border color

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

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

This div border color is #A78196.


Opacity

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

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

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

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

This text has shadow with #A78196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78196 on black background.


Color preview on white background

This text has color #A78196 on white background.



Black color preview on #A78196 background

This text has black color on #A78196 background.


White color preview on #A78196 background

This text has white color on #A78196 background.