COLOR #A79D9D

HEX: #A79D9D
RGB: (167,157,157)

Color info

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

RGB color model

#A79D9D color RGB value is (167,157,157).

  • red value is 167;
  • green value is 157;
  • blue value is 157.
RGB:
(167,157,157)
(65%,62%,62%)

RGB channels and saturation

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

167
157
157

R + G + B ~ 63%. #A79D9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 157 = 481 (100%)
R 167 of 481 ~ 34.72%
G 157 of 481 ~ 32.64%
B 157 of 481 ~ 32.64%

%34.72
%32.64
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(0,6,6,35)
C0M6Y6K35 
(0%,6%,6%,35%)
(0.00/0.06/0.06/0.35)	

CMYK percentages

%0
%5.99
%5.99
%34.51

Codes

Color #A79D9D in popluar color models

A79D9D
RGB167157157
HSL5.38%63.53%
HSB/HSV5.99%65.49%
CMYK0.00%5.99%5.99%
34.51%

Color #A79D9D in popluar number systems.

HEXA79D9D
Decimal167157157
Binary101001111001110110011101
Octal247235235

Shades and tints

Shades of #A79D9D

#A79D9D
(167,157,157)
#988F8F
(152,143,143)
#898181
(137,129,129)
#7A7373
(122,115,115)
#6B6565
(107,101,101)
#5C5757
(92,87,87)
#4D4949
(77,73,73)
#3E3B3B
(62,59,59)
#2F2D2D
(47,45,45)
#201F1F
(32,31,31)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #A79D9D

#A79D9D
(167,157,157)
#AFA5A5
(175,165,165)
#B7ADAD
(183,173,173)
#BFB5B5
(191,181,181)
#C7BDBD
(199,189,189)
#CFC5C5
(207,197,197)
#D7CDCD
(215,205,205)
#DFD5D5
(223,213,213)
#E7DDDD
(231,221,221)
#EFE5E5
(239,229,229)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79D9D; }

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

This text font color is #A79D9D.


Background Color

.myBgColor { background-color: #A79D9D; }

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

This div background color is #A79D9D.


Border color

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

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

This div border color is #A79D9D.


Opacity

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

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

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

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

This text has shadow with #A79D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79D9D on black background.


Color preview on white background

This text has color #A79D9D on white background.



Black color preview on #A79D9D background

This text has black color on #A79D9D background.


White color preview on #A79D9D background

This text has white color on #A79D9D background.