COLOR #A78697

HEX: #A78697
RGB: (167,134,151)

Color info

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

RGB color model

#A78697 color RGB value is (167,134,151).

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

RGB channels and saturation

R 167 of 255 = 65%
G 134 of 255 = 53%
B 151 of 255 = 59%

167
134
151

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

Portions of RGB colors in percentages

R + G + B =
167 + 134 + 151 = 452 (100%)
R 167 of 452 ~ 36.95%
G 134 of 452 ~ 29.65%
B 151 of 452 ~ 33.41%

%36.95
%29.65
%33.41

CMYK color model

#A78697 color CMYK value is (0,20,10,35).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 9.58%
  • key color value is 34.51%
CMYK:
(0,20,10,35)
C0M20Y10K35 
(0%,20%,10%,35%)
(0.00/0.20/0.10/0.35)	

CMYK percentages

%0
%19.76
%9.58
%34.51

Codes

Color #A78697 in popluar color models

A78697
RGB167134151
HSL329°15.79%59.02%
HSB/HSV329°19.76%65.49%
CMYK0.00%19.76%9.58%
34.51%

Color #A78697 in popluar number systems.

HEXA78697
Decimal167134151
Binary101001111000011010010111
Octal247206227

Shades and tints

Shades of #A78697

#A78697
(167,134,151)
#987A8A
(152,122,138)
#896E7D
(137,110,125)
#7A6270
(122,98,112)
#6B5663
(107,86,99)
#5C4A56
(92,74,86)
#4D3E49
(77,62,73)
#3E323C
(62,50,60)
#2F262F
(47,38,47)
#201A22
(32,26,34)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #A78697

#A78697
(167,134,151)
#AF91A0
(175,145,160)
#B79CA9
(183,156,169)
#BFA7B2
(191,167,178)
#C7B2BB
(199,178,187)
#CFBDC4
(207,189,196)
#D7C8CD
(215,200,205)
#DFD3D6
(223,211,214)
#E7DEDF
(231,222,223)
#EFE9E8
(239,233,232)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78697; }

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

This text font color is #A78697.


Background Color

.myBgColor { background-color: #A78697; }

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

This div background color is #A78697.


Border color

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

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

This div border color is #A78697.


Opacity

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

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

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

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

This text has shadow with #A78697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78697 on black background.


Color preview on white background

This text has color #A78697 on white background.



Black color preview on #A78697 background

This text has black color on #A78697 background.


White color preview on #A78697 background

This text has white color on #A78697 background.