COLOR #A78695

HEX: #A78695
RGB: (167,134,149)

Color info

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

RGB color model

#A78695 color RGB value is (167,134,149).

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

RGB channels and saturation

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

167
134
149

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

Portions of RGB colors in percentages

R + G + B =
167 + 134 + 149 = 450 (100%)
R 167 of 450 ~ 37.11%
G 134 of 450 ~ 29.78%
B 149 of 450 ~ 33.11%

%37.11
%29.78
%33.11

CMYK color model

#A78695 color CMYK value is (0,20,11,35).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(0,20,11,35)
C0M20Y11K35 
(0%,20%,11%,35%)
(0.00/0.20/0.11/0.35)	

CMYK percentages

%0
%19.76
%10.78
%34.51

Codes

Color #A78695 in popluar color models

A78695
RGB167134149
HSL333°15.79%59.02%
HSB/HSV333°19.76%65.49%
CMYK0.00%19.76%10.78%
34.51%

Color #A78695 in popluar number systems.

HEXA78695
Decimal167134149
Binary101001111000011010010101
Octal247206225

Shades and tints

Shades of #A78695

#A78695
(167,134,149)
#987A88
(152,122,136)
#896E7B
(137,110,123)
#7A626E
(122,98,110)
#6B5661
(107,86,97)
#5C4A54
(92,74,84)
#4D3E47
(77,62,71)
#3E323A
(62,50,58)
#2F262D
(47,38,45)
#201A20
(32,26,32)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #A78695

#A78695
(167,134,149)
#AF919E
(175,145,158)
#B79CA7
(183,156,167)
#BFA7B0
(191,167,176)
#C7B2B9
(199,178,185)
#CFBDC2
(207,189,194)
#D7C8CB
(215,200,203)
#DFD3D4
(223,211,212)
#E7DEDD
(231,222,221)
#EFE9E6
(239,233,230)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78695; }

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

This text font color is #A78695.


Background Color

.myBgColor { background-color: #A78695; }

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

This div background color is #A78695.


Border color

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

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

This div border color is #A78695.


Opacity

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

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

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

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

This text has shadow with #A78695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78695 on black background.


Color preview on white background

This text has color #A78695 on white background.



Black color preview on #A78695 background

This text has black color on #A78695 background.


White color preview on #A78695 background

This text has white color on #A78695 background.