COLOR #A0978E

HEX: #A0978E
RGB: (160,151,142)

Color info

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

RGB color model

#A0978E color RGB value is (160,151,142).

  • red value is 160;
  • green value is 151;
  • blue value is 142.
RGB:
(160,151,142)
(63%,59%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 142 of 255 = 56%

160
151
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 142 = 453 (100%)
R 160 of 453 ~ 35.32%
G 151 of 453 ~ 33.33%
B 142 of 453 ~ 31.35%

%35.32
%33.33
%31.35

CMYK color model

#A0978E color CMYK value is (0,6,11,37).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 11.25%
  • key color value is 37.25%
CMYK:
(0,6,11,37)
C0M6Y11K37 
(0%,6%,11%,37%)
(0.00/0.06/0.11/0.37)	

CMYK percentages

%0
%5.63
%11.25
%37.25

Codes

Color #A0978E in popluar color models

A0978E
RGB160151142
HSL30°8.65%59.22%
HSB/HSV30°11.25%62.75%
CMYK0.00%5.63%11.25%
37.25%

Color #A0978E in popluar number systems.

HEXA0978E
Decimal160151142
Binary101000001001011110001110
Octal240227216

Shades and tints

Shades of #A0978E

#A0978E
(160,151,142)
#928A82
(146,138,130)
#847D76
(132,125,118)
#76706A
(118,112,106)
#68635E
(104,99,94)
#5A5652
(90,86,82)
#4C4946
(76,73,70)
#3E3C3A
(62,60,58)
#302F2E
(48,47,46)
#222222
(34,34,34)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #A0978E

#A0978E
(160,151,142)
#A8A098
(168,160,152)
#B0A9A2
(176,169,162)
#B8B2AC
(184,178,172)
#C0BBB6
(192,187,182)
#C8C4C0
(200,196,192)
#D0CDCA
(208,205,202)
#D8D6D4
(216,214,212)
#E0DFDE
(224,223,222)
#E8E8E8
(232,232,232)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0978E color. Also use rgb(160,151,142) instead hex code.

Text Font Color

.myTextColor { color: #A0978E; }

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

This text font color is #A0978E.


Background Color

.myBgColor { background-color: #A0978E; }

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

This div background color is #A0978E.


Border color

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

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

This div border color is #A0978E.


Opacity

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

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

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

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

This text has shadow with #A0978E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0978E on black background.


Color preview on white background

This text has color #A0978E on white background.



Black color preview on #A0978E background

This text has black color on #A0978E background.


White color preview on #A0978E background

This text has white color on #A0978E background.