COLOR #A79F89

HEX: #A79F89
RGB: (167,159,137)

Color info

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

RGB color model

#A79F89 color RGB value is (167,159,137).

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

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 137 of 255 = 54%

167
159
137

R + G + B ~ 60%. #A79F89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 137 = 463 (100%)
R 167 of 463 ~ 36.07%
G 159 of 463 ~ 34.34%
B 137 of 463 ~ 29.59%

%36.07
%34.34
%29.59

CMYK color model

#A79F89 color CMYK value is (0,5,18,35).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK:
(0,5,18,35)
C0M5Y18K35 
(0%,5%,18%,35%)
(0.00/0.05/0.18/0.35)	

CMYK percentages

%0
%4.79
%17.96
%34.51

Codes

Color #A79F89 in popluar color models

A79F89
RGB167159137
HSL44°14.56%59.61%
HSB/HSV44°17.96%65.49%
CMYK0.00%4.79%17.96%
34.51%

Color #A79F89 in popluar number systems.

HEXA79F89
Decimal167159137
Binary101001111001111110001001
Octal247237211

Shades and tints

Shades of #A79F89

#A79F89
(167,159,137)
#98917D
(152,145,125)
#898371
(137,131,113)
#7A7565
(122,117,101)
#6B6759
(107,103,89)
#5C594D
(92,89,77)
#4D4B41
(77,75,65)
#3E3D35
(62,61,53)
#2F2F29
(47,47,41)
#20211D
(32,33,29)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A79F89

#A79F89
(167,159,137)
#AFA793
(175,167,147)
#B7AF9D
(183,175,157)
#BFB7A7
(191,183,167)
#C7BFB1
(199,191,177)
#CFC7BB
(207,199,187)
#D7CFC5
(215,207,197)
#DFD7CF
(223,215,207)
#E7DFD9
(231,223,217)
#EFE7E3
(239,231,227)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79F89; }

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

This text font color is #A79F89.


Background Color

.myBgColor { background-color: #A79F89; }

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

This div background color is #A79F89.


Border color

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

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

This div border color is #A79F89.


Opacity

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

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

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

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

This text has shadow with #A79F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79F89 on black background.


Color preview on white background

This text has color #A79F89 on white background.



Black color preview on #A79F89 background

This text has black color on #A79F89 background.


White color preview on #A79F89 background

This text has white color on #A79F89 background.