COLOR #A79B9E

HEX: #A79B9E
RGB: (167,155,158)

Color info

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

RGB color model

#A79B9E color RGB value is (167,155,158).

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

RGB channels and saturation

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

167
155
158

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

Portions of RGB colors in percentages

R + G + B =
167 + 155 + 158 = 480 (100%)
R 167 of 480 ~ 34.79%
G 155 of 480 ~ 32.29%
B 158 of 480 ~ 32.92%

%34.79
%32.29
%32.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 5.39%
  • 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
%5.39
%34.51

Codes

Color #A79B9E in popluar color models

A79B9E
RGB167155158
HSL345°6.38%63.14%
HSB/HSV345°7.19%65.49%
CMYK0.00%7.19%5.39%
34.51%

Color #A79B9E in popluar number systems.

HEXA79B9E
Decimal167155158
Binary101001111001101110011110
Octal247233236

Shades and tints

Shades of #A79B9E

#A79B9E
(167,155,158)
#988D90
(152,141,144)
#897F82
(137,127,130)
#7A7174
(122,113,116)
#6B6366
(107,99,102)
#5C5558
(92,85,88)
#4D474A
(77,71,74)
#3E393C
(62,57,60)
#2F2B2E
(47,43,46)
#201D20
(32,29,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #A79B9E

#A79B9E
(167,155,158)
#AFA4A6
(175,164,166)
#B7ADAE
(183,173,174)
#BFB6B6
(191,182,182)
#C7BFBE
(199,191,190)
#CFC8C6
(207,200,198)
#D7D1CE
(215,209,206)
#DFDAD6
(223,218,214)
#E7E3DE
(231,227,222)
#EFECE6
(239,236,230)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79B9E; }

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

This text font color is #A79B9E.


Background Color

.myBgColor { background-color: #A79B9E; }

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

This div background color is #A79B9E.


Border color

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

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

This div border color is #A79B9E.


Opacity

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

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

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

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

This text has shadow with #A79B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79B9E on black background.


Color preview on white background

This text has color #A79B9E on white background.



Black color preview on #A79B9E background

This text has black color on #A79B9E background.


White color preview on #A79B9E background

This text has white color on #A79B9E background.