COLOR #A7979D

HEX: #A7979D RGB: (167,151,157)

Color info

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

RGB color model

#A7979D color RGB value is (167,151,157).

RGB: (167,151,157) (65%, 59%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 151 of 255 = 59%
B 157 of 255 = 62%

167
151
157

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

Portions of RGB colors in percentages

R + G + B = 167 + 151 + 157 = 475 (100%)
R 167 of 475 ~ 35.16%
G 151 of 475 ~ 31.79%
B 157 of 475 ~ 33.05'%

%35.16
%31.79
%33.05

CMYK color model

#A7979D color CMYK value is (0,10,6,35).

  • cyan value is 0.00%
  • magenta value is 9.58%
  • yellow value is 5.99%
  • key color value is 34.51%

CMYK: (0,10,6,35)
C0M10Y6K35 (0%, 10%, 6%, 35%)
(0.00 / 0.10 / 0.06 / 0.35)

CMYK percentages

%0
%9.58
%5.99
%34.51

Codes

Color #A7979D in popluar color models

A7 97 9D
RGB 167 151 157
HSL 338° 8.33% 62.35%
HSB/HSV 338° 9.58% 65.49%
CMYK 0.00% 9.58% 5.99%
34.51%

Color #A7979D in popluar number systems.

HEX A7 97 9D
Decimal 167 151 157
Binary 10100111 10010111 10011101
Octal 247 227 235

Shades and tints

Shades of #A7979D

#A7979D
(167,151,157)
#988A8F
(152,138,143)
#897D81
(137,125,129)
#7A7073
(122,112,115)
#6B6365
(107,99,101)
#5C5657
(92,86,87)
#4D4949
(77,73,73)
#3E3C3B
(62,60,59)
#2F2F2D
(47,47,45)
#20221F
(32,34,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7979D

#A7979D
(167,151,157)
#AFA0A5
(175,160,165)
#B7A9AD
(183,169,173)
#BFB2B5
(191,178,181)
#C7BBBD
(199,187,189)
#CFC4C5
(207,196,197)
#D7CDCD
(215,205,205)
#DFD6D5
(223,214,213)
#E7DFDD
(231,223,221)
#EFE8E5
(239,232,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7979D; }

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

This text font color is #A7979D.

Background Color

.myBgColor { background-color: #A7979D; }

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

This div background color is #A7979D.

Border color

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

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

This div border color is #A7979D.

Opacity

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

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

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

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

This text has shadow with #A7979D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7979D.

Preview

Color preview on black background

This text has color #A7979D on black background.


Color preview on white background

This text has color #A7979D on white background.


Black color preview on #A7979D background

This text has black color on #A7979D background.


White color preview on #A7979D background

This text has white color on #A7979D background.


Related colors

Complementary color

Complementary color for #hex is #586862.


I love getcolorcode.com

Triadic colors

1 #9DA797 and #979DA7 with #A7979D are triadic colors.

2 #9D97A7 and #97A79D with #A7979D are triadic colors.