COLOR #A1978C

HEX: #A1978C
RGB: (161,151,140)

Color info

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

RGB color model

#A1978C color RGB value is (161,151,140).

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

RGB channels and saturation

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

161
151
140

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

Portions of RGB colors in percentages

R + G + B =
161 + 151 + 140 = 452 (100%)
R 161 of 452 ~ 35.62%
G 151 of 452 ~ 33.41%
B 140 of 452 ~ 30.97%

%35.62
%33.41
%30.97

CMYK color model

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

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

CMYK percentages

%0
%6.21
%13.04
%36.86

Codes

Color #A1978C in popluar color models

A1978C
RGB161151140
HSL31°10.05%59.02%
HSB/HSV31°13.04%63.14%
CMYK0.00%6.21%13.04%
36.86%

Color #A1978C in popluar number systems.

HEXA1978C
Decimal161151140
Binary101000011001011110001100
Octal241227214

Shades and tints

Shades of #A1978C

#A1978C
(161,151,140)
#938A80
(147,138,128)
#857D74
(133,125,116)
#777068
(119,112,104)
#69635C
(105,99,92)
#5B5650
(91,86,80)
#4D4944
(77,73,68)
#3F3C38
(63,60,56)
#312F2C
(49,47,44)
#232220
(35,34,32)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #A1978C

#A1978C
(161,151,140)
#A9A096
(169,160,150)
#B1A9A0
(177,169,160)
#B9B2AA
(185,178,170)
#C1BBB4
(193,187,180)
#C9C4BE
(201,196,190)
#D1CDC8
(209,205,200)
#D9D6D2
(217,214,210)
#E1DFDC
(225,223,220)
#E9E8E6
(233,232,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1978C; }

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

This text font color is #A1978C.


Background Color

.myBgColor { background-color: #A1978C; }

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

This div background color is #A1978C.


Border color

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

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

This div border color is #A1978C.


Opacity

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

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

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

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

This text has shadow with #A1978C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1978C on black background.


Color preview on white background

This text has color #A1978C on white background.



Black color preview on #A1978C background

This text has black color on #A1978C background.


White color preview on #A1978C background

This text has white color on #A1978C background.