COLOR #A0978F

HEX: #A0978F
RGB: (160,151,143)

Color info

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

RGB color model

#A0978F color RGB value is (160,151,143).

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

RGB channels and saturation

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

160
151
143

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

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 143 = 454 (100%)
R 160 of 454 ~ 35.24%
G 151 of 454 ~ 33.26%
B 143 of 454 ~ 31.5%

%35.24
%33.26
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 10.63%
  • 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
%10.63
%37.25

Codes

Color #A0978F in popluar color models

A0978F
RGB160151143
HSL28°8.21%59.41%
HSB/HSV28°10.63%62.75%
CMYK0.00%5.63%10.63%
37.25%

Color #A0978F in popluar number systems.

HEXA0978F
Decimal160151143
Binary101000001001011110001111
Octal240227217

Shades and tints

Shades of #A0978F

#A0978F
(160,151,143)
#928A82
(146,138,130)
#847D75
(132,125,117)
#767068
(118,112,104)
#68635B
(104,99,91)
#5A564E
(90,86,78)
#4C4941
(76,73,65)
#3E3C34
(62,60,52)
#302F27
(48,47,39)
#22221A
(34,34,26)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #A0978F

#A0978F
(160,151,143)
#A8A099
(168,160,153)
#B0A9A3
(176,169,163)
#B8B2AD
(184,178,173)
#C0BBB7
(192,187,183)
#C8C4C1
(200,196,193)
#D0CDCB
(208,205,203)
#D8D6D5
(216,214,213)
#E0DFDF
(224,223,223)
#E8E8E9
(232,232,233)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0978F; }

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

This text font color is #A0978F.


Background Color

.myBgColor { background-color: #A0978F; }

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

This div background color is #A0978F.


Border color

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

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

This div border color is #A0978F.


Opacity

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

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

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

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

This text has shadow with #A0978F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0978F on black background.


Color preview on white background

This text has color #A0978F on white background.



Black color preview on #A0978F background

This text has black color on #A0978F background.


White color preview on #A0978F background

This text has white color on #A0978F background.