COLOR #A2978C

HEX: #A2978C RGB: (162,151,140)

Color info

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

RGB color model

#A2978C color RGB value is (162,151,140).

RGB: (162,151,140) (64%, 59%, 55%)

RGB channels and saturation

R 162 of 255 = 64%
G 151 of 255 = 59%
B 140 of 255 = 55%

162
151
140

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

Portions of RGB colors in percentages

R + G + B = 162 + 151 + 140 = 453 (100%)
R 162 of 453 ~ 35.76%
G 151 of 453 ~ 33.33%
B 140 of 453 ~ 30.91'%

%35.76
%33.33
%30.91

CMYK color model

#A2978C color CMYK value is (0,7,14,36).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 13.58%
  • key color value is 36.47%

CMYK: (0,7,14,36)
C0M7Y14K36 (0%, 7%, 14%, 36%)
(0.00 / 0.07 / 0.14 / 0.36)

CMYK percentages

%0
%6.79
%13.58
%36.47

Codes

Color #A2978C in popluar color models

A2 97 8C
RGB 162 151 140
HSL 30° 10.58% 59.22%
HSB/HSV 30° 13.58% 63.53%
CMYK 0.00% 6.79% 13.58%
36.47%

Color #A2978C in popluar number systems.

HEX A2 97 8C
Decimal 162 151 140
Binary 10100010 10010111 10001100
Octal 242 227 214

Shades and tints

Shades of #A2978C

#A2978C
(162,151,140)
#948A80
(148,138,128)
#867D74
(134,125,116)
#787068
(120,112,104)
#6A635C
(106,99,92)
#5C5650
(92,86,80)
#4E4944
(78,73,68)
#403C38
(64,60,56)
#322F2C
(50,47,44)
#242220
(36,34,32)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #A2978C

#A2978C
(162,151,140)
#AAA096
(170,160,150)
#B2A9A0
(178,169,160)
#BAB2AA
(186,178,170)
#C2BBB4
(194,187,180)
#CAC4BE
(202,196,190)
#D2CDC8
(210,205,200)
#DAD6D2
(218,214,210)
#E2DFDC
(226,223,220)
#EAE8E6
(234,232,230)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2978C; }

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

This text font color is #A2978C.

Background Color

.myBgColor { background-color: #A2978C; }

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

This div background color is #A2978C.

Border color

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

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

This div border color is #A2978C.

Opacity

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

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

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

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

This text has shadow with #A2978C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2978C.

Preview

Color preview on black background

This text has color #A2978C on black background.


Color preview on white background

This text has color #A2978C on white background.


Black color preview on #A2978C background

This text has black color on #A2978C background.


White color preview on #A2978C background

This text has white color on #A2978C background.


Related colors

Complementary color

Complementary color for #hex is #5D6873.


I love getcolorcode.com

Triadic colors

1 #8CA297 and #978CA2 with #A2978C are triadic colors.

2 #8C97A2 and #97A28C with #A2978C are triadic colors.