COLOR #A79B8E

HEX: #A79B8E
RGB: (167,155,142)

Color info

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

RGB color model

#A79B8E color RGB value is (167,155,142).

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

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 142 of 255 = 56%

167
155
142

R + G + B ~ 61%. #A79B8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 155 + 142 = 464 (100%)
R 167 of 464 ~ 35.99%
G 155 of 464 ~ 33.41%
B 142 of 464 ~ 30.6%

%35.99
%33.41
%30.6

CMYK color model

#A79B8E color CMYK value is (0,7,15,35).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(0,7,15,35)
C0M7Y15K35 
(0%,7%,15%,35%)
(0.00/0.07/0.15/0.35)	

CMYK percentages

%0
%7.19
%14.97
%34.51

Codes

Color #A79B8E in popluar color models

A79B8E
RGB167155142
HSL31°12.44%60.59%
HSB/HSV31°14.97%65.49%
CMYK0.00%7.19%14.97%
34.51%

Color #A79B8E in popluar number systems.

HEXA79B8E
Decimal167155142
Binary101001111001101110001110
Octal247233216

Shades and tints

Shades of #A79B8E

#A79B8E
(167,155,142)
#988D82
(152,141,130)
#897F76
(137,127,118)
#7A716A
(122,113,106)
#6B635E
(107,99,94)
#5C5552
(92,85,82)
#4D4746
(77,71,70)
#3E393A
(62,57,58)
#2F2B2E
(47,43,46)
#201D22
(32,29,34)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #A79B8E

#A79B8E
(167,155,142)
#AFA498
(175,164,152)
#B7ADA2
(183,173,162)
#BFB6AC
(191,182,172)
#C7BFB6
(199,191,182)
#CFC8C0
(207,200,192)
#D7D1CA
(215,209,202)
#DFDAD4
(223,218,212)
#E7E3DE
(231,227,222)
#EFECE8
(239,236,232)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79B8E; }

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

This text font color is #A79B8E.


Background Color

.myBgColor { background-color: #A79B8E; }

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

This div background color is #A79B8E.


Border color

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

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

This div border color is #A79B8E.


Opacity

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

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

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

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

This text has shadow with #A79B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79B8E on black background.


Color preview on white background

This text has color #A79B8E on white background.



Black color preview on #A79B8E background

This text has black color on #A79B8E background.


White color preview on #A79B8E background

This text has white color on #A79B8E background.