COLOR #A79B9F

HEX: #A79B9F
RGB: (167,155,159)

Color info

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

RGB color model

#A79B9F color RGB value is (167,155,159).

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

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 159 of 255 = 62%

167
155
159

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

Portions of RGB colors in percentages

R + G + B =
167 + 155 + 159 = 481 (100%)
R 167 of 481 ~ 34.72%
G 155 of 481 ~ 32.22%
B 159 of 481 ~ 33.06%

%34.72
%32.22
%33.06

CMYK color model

#A79B9F color CMYK value is (0,7,5,35).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(0,7,5,35)
C0M7Y5K35 
(0%,7%,5%,35%)
(0.00/0.07/0.05/0.35)	

CMYK percentages

%0
%7.19
%4.79
%34.51

Codes

Color #A79B9F in popluar color models

A79B9F
RGB167155159
HSL340°6.38%63.14%
HSB/HSV340°7.19%65.49%
CMYK0.00%7.19%4.79%
34.51%

Color #A79B9F in popluar number systems.

HEXA79B9F
Decimal167155159
Binary101001111001101110011111
Octal247233237

Shades and tints

Shades of #A79B9F

#A79B9F
(167,155,159)
#988D91
(152,141,145)
#897F83
(137,127,131)
#7A7175
(122,113,117)
#6B6367
(107,99,103)
#5C5559
(92,85,89)
#4D474B
(77,71,75)
#3E393D
(62,57,61)
#2F2B2F
(47,43,47)
#201D21
(32,29,33)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A79B9F

#A79B9F
(167,155,159)
#AFA4A7
(175,164,167)
#B7ADAF
(183,173,175)
#BFB6B7
(191,182,183)
#C7BFBF
(199,191,191)
#CFC8C7
(207,200,199)
#D7D1CF
(215,209,207)
#DFDAD7
(223,218,215)
#E7E3DF
(231,227,223)
#EFECE7
(239,236,231)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79B9F; }

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

This text font color is #A79B9F.


Background Color

.myBgColor { background-color: #A79B9F; }

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

This div background color is #A79B9F.


Border color

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

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

This div border color is #A79B9F.


Opacity

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

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

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

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

This text has shadow with #A79B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79B9F on black background.


Color preview on white background

This text has color #A79B9F on white background.



Black color preview on #A79B9F background

This text has black color on #A79B9F background.


White color preview on #A79B9F background

This text has white color on #A79B9F background.