COLOR #A3979A

HEX: #A3979A RGB: (163,151,154)

Color info

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

RGB color model

#A3979A color RGB value is (163,151,154).

RGB: (163,151,154) (64%, 59%, 60%)

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 154 of 255 = 60%

163
151
154

R + G + B ~ 61%. #A3979A is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 151 + 154 = 468 (100%)
R 163 of 468 ~ 34.83%
G 151 of 468 ~ 32.26%
B 154 of 468 ~ 32.91'%

%34.83
%32.26
%32.91

CMYK color model

#A3979A color CMYK value is (0,7,6,36).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 5.52%
  • key color value is 36.08%

CMYK: (0,7,6,36)
C0M7Y6K36 (0%, 7%, 6%, 36%)
(0.00 / 0.07 / 0.06 / 0.36)

CMYK percentages

%0
%7.36
%5.52
%36.08

Codes

Color #A3979A in popluar color models

A3 97 9A
RGB 163 151 154
HSL 345° 6.12% 61.57%
HSB/HSV 345° 7.36% 63.92%
CMYK 0.00% 7.36% 5.52%
36.08%

Color #A3979A in popluar number systems.

HEX A3 97 9A
Decimal 163 151 154
Binary 10100011 10010111 10011010
Octal 243 227 232

Shades and tints

Shades of #A3979A

#A3979A
(163,151,154)
#958A8C
(149,138,140)
#877D7E
(135,125,126)
#797070
(121,112,112)
#6B6362
(107,99,98)
#5D5654
(93,86,84)
#4F4946
(79,73,70)
#413C38
(65,60,56)
#332F2A
(51,47,42)
#25221C
(37,34,28)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #A3979A

#A3979A
(163,151,154)
#ABA0A3
(171,160,163)
#B3A9AC
(179,169,172)
#BBB2B5
(187,178,181)
#C3BBBE
(195,187,190)
#CBC4C7
(203,196,199)
#D3CDD0
(211,205,208)
#DBD6D9
(219,214,217)
#E3DFE2
(227,223,226)
#EBE8EB
(235,232,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3979A color. Also use rgb(163,151,154) instead hex code.

Text Font Color

.myTextColor { color: #A3979A; }

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

This text font color is #A3979A.

Background Color

.myBgColor { background-color: #A3979A; }

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

This div background color is #A3979A.

Border color

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

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

This div border color is #A3979A.

Opacity

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

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

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

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

This text has shadow with #A3979A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3979A.

Preview

Color preview on black background

This text has color #A3979A on black background.


Color preview on white background

This text has color #A3979A on white background.


Black color preview on #A3979A background

This text has black color on #A3979A background.


White color preview on #A3979A background

This text has white color on #A3979A background.


Related colors

Complementary color

Complementary color for #hex is #5C6865.


I love getcolorcode.com

Triadic colors

1 #9AA397 and #979AA3 with #A3979A are triadic colors.

2 #9A97A3 and #97A39A with #A3979A are triadic colors.