COLOR #A3979D

HEX: #A3979D RGB: (163,151,157)

Color info

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

RGB color model

#A3979D color RGB value is (163,151,157).

RGB: (163,151,157) (64%, 59%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 157 of 255 = 62%

163
151
157

R + G + B ~ 62%. #A3979D is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 151 + 157 = 471 (100%)
R 163 of 471 ~ 34.61%
G 151 of 471 ~ 32.06%
B 157 of 471 ~ 33.33'%

%34.61
%32.06
%33.33

CMYK color model

#A3979D color CMYK value is (0,7,4,36).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 3.68%
  • key color value is 36.08%
CMYK: (0,7,4,36) C0M7Y4K36 (0%,7%,4%,36%) (0.00/0.07/0.04/0.36) 

CMYK percentages

%0
%7.36
%3.68
%36.08

Codes

Color #A3979D in popluar color models

A3 97 9D
RGB 163 151 157
HSL 330° 6.12% 61.57%
HSB/HSV 330° 7.36% 63.92%
CMYK 0.00% 7.36% 3.68%
36.08%

Color #A3979D in popluar number systems.

HEX A3 97 9D
Decimal 163 151 157
Binary 10100011 10010111 10011101
Octal 243 227 235

Shades and tints

Shades of #A3979D

#A3979D
(163,151,157)
#958A8F
(149,138,143)
#877D81
(135,125,129)
#797073
(121,112,115)
#6B6365
(107,99,101)
#5D5657
(93,86,87)
#4F4949
(79,73,73)
#413C3B
(65,60,59)
#332F2D
(51,47,45)
#25221F
(37,34,31)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #A3979D

#A3979D
(163,151,157)
#ABA0A5
(171,160,165)
#B3A9AD
(179,169,173)
#BBB2B5
(187,178,181)
#C3BBBD
(195,187,189)
#CBC4C5
(203,196,197)
#D3CDCD
(211,205,205)
#DBD6D5
(219,214,213)
#E3DFDD
(227,223,221)
#EBE8E5
(235,232,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3979D; }

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

This text font color is #A3979D.

Background Color

.myBgColor { background-color: #A3979D; }

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

This div background color is #A3979D.

Border color

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

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

This div border color is #A3979D.

Opacity

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

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

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

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

This text has shadow with #A3979D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3979D.

Preview

Color preview on black background

This text has color #A3979D on black background.


Color preview on white background

This text has color #A3979D on white background.


Black color preview on #A3979D background

This text has black color on #A3979D background.


White color preview on #A3979D background

This text has white color on #A3979D background.


Related colors

Complementary color

Complementary color for #hex is #5C6862.


I love getcolorcode.com

Triadic colors

1 #9DA397 and #979DA3 with #A3979D are triadic colors.

2 #9D97A3 and #97A39D with #A3979D are triadic colors.