COLOR #A8978F

HEX: #A8978F
RGB: (168,151,143)

Color info

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

RGB color model

#A8978F color RGB value is (168,151,143).

  • red value is 168;
  • green value is 151;
  • blue value is 143.
RGB:
(168,151,143)
(66%,59%,56%)

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 143 of 255 = 56%

168
151
143

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

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 143 = 462 (100%)
R 168 of 462 ~ 36.36%
G 151 of 462 ~ 32.68%
B 143 of 462 ~ 30.95%

%36.36
%32.68
%30.95

CMYK color model

#A8978F color CMYK value is (0,10,15,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK:
(0,10,15,34)
C0M10Y15K34 
(0%,10%,15%,34%)
(0.00/0.10/0.15/0.34)	

CMYK percentages

%0
%10.12
%14.88
%34.12

Codes

Color #A8978F in popluar color models

A8978F
RGB168151143
HSL19°12.56%60.98%
HSB/HSV19°14.88%65.88%
CMYK0.00%10.12%14.88%
34.12%

Color #A8978F in popluar number systems.

HEXA8978F
Decimal168151143
Binary101010001001011110001111
Octal250227217

Shades and tints

Shades of #A8978F

#A8978F
(168,151,143)
#998A82
(153,138,130)
#8A7D75
(138,125,117)
#7B7068
(123,112,104)
#6C635B
(108,99,91)
#5D564E
(93,86,78)
#4E4941
(78,73,65)
#3F3C34
(63,60,52)
#302F27
(48,47,39)
#21221A
(33,34,26)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #A8978F

#A8978F
(168,151,143)
#AFA099
(175,160,153)
#B6A9A3
(182,169,163)
#BDB2AD
(189,178,173)
#C4BBB7
(196,187,183)
#CBC4C1
(203,196,193)
#D2CDCB
(210,205,203)
#D9D6D5
(217,214,213)
#E0DFDF
(224,223,223)
#E7E8E9
(231,232,233)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8978F color. Also use rgb(168,151,143) instead hex code.

Text Font Color

.myTextColor { color: #A8978F; }

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

This text font color is #A8978F.


Background Color

.myBgColor { background-color: #A8978F; }

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

This div background color is #A8978F.


Border color

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

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

This div border color is #A8978F.


Opacity

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

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

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

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

This text has shadow with #A8978F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8978F on black background.


Color preview on white background

This text has color #A8978F on white background.



Black color preview on #A8978F background

This text has black color on #A8978F background.


White color preview on #A8978F background

This text has white color on #A8978F background.