COLOR #A8978A

HEX: #A8978A
RGB: (168,151,138)

Color info

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

RGB color model

#A8978A color RGB value is (168,151,138).

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

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 138 of 255 = 54%

168
151
138

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

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 138 = 457 (100%)
R 168 of 457 ~ 36.76%
G 151 of 457 ~ 33.04%
B 138 of 457 ~ 30.2%

%36.76
%33.04
%30.2

CMYK color model

#A8978A color CMYK value is (0,10,18,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(0,10,18,34)
C0M10Y18K34 
(0%,10%,18%,34%)
(0.00/0.10/0.18/0.34)	

CMYK percentages

%0
%10.12
%17.86
%34.12

Codes

Color #A8978A in popluar color models

A8978A
RGB168151138
HSL26°14.71%60.00%
HSB/HSV26°17.86%65.88%
CMYK0.00%10.12%17.86%
34.12%

Color #A8978A in popluar number systems.

HEXA8978A
Decimal168151138
Binary101010001001011110001010
Octal250227212

Shades and tints

Shades of #A8978A

#A8978A
(168,151,138)
#998A7E
(153,138,126)
#8A7D72
(138,125,114)
#7B7066
(123,112,102)
#6C635A
(108,99,90)
#5D564E
(93,86,78)
#4E4942
(78,73,66)
#3F3C36
(63,60,54)
#302F2A
(48,47,42)
#21221E
(33,34,30)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #A8978A

#A8978A
(168,151,138)
#AFA094
(175,160,148)
#B6A99E
(182,169,158)
#BDB2A8
(189,178,168)
#C4BBB2
(196,187,178)
#CBC4BC
(203,196,188)
#D2CDC6
(210,205,198)
#D9D6D0
(217,214,208)
#E0DFDA
(224,223,218)
#E7E8E4
(231,232,228)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8978A; }

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

This text font color is #A8978A.


Background Color

.myBgColor { background-color: #A8978A; }

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

This div background color is #A8978A.


Border color

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

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

This div border color is #A8978A.


Opacity

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

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

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

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

This text has shadow with #A8978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8978A on black background.


Color preview on white background

This text has color #A8978A on white background.



Black color preview on #A8978A background

This text has black color on #A8978A background.


White color preview on #A8978A background

This text has white color on #A8978A background.