COLOR #A0978C

HEX: #A0978C
RGB: (160,151,140)

Color info

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

RGB color model

#A0978C color RGB value is (160,151,140).

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

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 140 of 255 = 55%

160
151
140

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

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 140 = 451 (100%)
R 160 of 451 ~ 35.48%
G 151 of 451 ~ 33.48%
B 140 of 451 ~ 31.04%

%35.48
%33.48
%31.04

CMYK color model

#A0978C color CMYK value is (0,6,13,37).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 12.50%
  • key color value is 37.25%
CMYK:
(0,6,13,37)
C0M6Y13K37 
(0%,6%,13%,37%)
(0.00/0.06/0.13/0.37)	

CMYK percentages

%0
%5.63
%12.5
%37.25

Codes

Color #A0978C in popluar color models

A0978C
RGB160151140
HSL33°9.52%58.82%
HSB/HSV33°12.50%62.75%
CMYK0.00%5.63%12.50%
37.25%

Color #A0978C in popluar number systems.

HEXA0978C
Decimal160151140
Binary101000001001011110001100
Octal240227214

Shades and tints

Shades of #A0978C

#A0978C
(160,151,140)
#928A80
(146,138,128)
#847D74
(132,125,116)
#767068
(118,112,104)
#68635C
(104,99,92)
#5A5650
(90,86,80)
#4C4944
(76,73,68)
#3E3C38
(62,60,56)
#302F2C
(48,47,44)
#222220
(34,34,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #A0978C

#A0978C
(160,151,140)
#A8A096
(168,160,150)
#B0A9A0
(176,169,160)
#B8B2AA
(184,178,170)
#C0BBB4
(192,187,180)
#C8C4BE
(200,196,190)
#D0CDC8
(208,205,200)
#D8D6D2
(216,214,210)
#E0DFDC
(224,223,220)
#E8E8E6
(232,232,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0978C; }

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

This text font color is #A0978C.


Background Color

.myBgColor { background-color: #A0978C; }

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

This div background color is #A0978C.


Border color

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

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

This div border color is #A0978C.


Opacity

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

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

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

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

This text has shadow with #A0978C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0978C on black background.


Color preview on white background

This text has color #A0978C on white background.



Black color preview on #A0978C background

This text has black color on #A0978C background.


White color preview on #A0978C background

This text has white color on #A0978C background.