COLOR #A79689

HEX: #A79689
RGB: (167,150,137)

Color info

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

RGB color model

#A79689 color RGB value is (167,150,137).

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

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 137 of 255 = 54%

167
150
137

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

Portions of RGB colors in percentages

R + G + B =
167 + 150 + 137 = 454 (100%)
R 167 of 454 ~ 36.78%
G 150 of 454 ~ 33.04%
B 137 of 454 ~ 30.18%

%36.78
%33.04
%30.18

CMYK color model

#A79689 color CMYK value is (0,10,18,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK:
(0,10,18,35)
C0M10Y18K35 
(0%,10%,18%,35%)
(0.00/0.10/0.18/0.35)	

CMYK percentages

%0
%10.18
%17.96
%34.51

Codes

Color #A79689 in popluar color models

A79689
RGB167150137
HSL26°14.56%59.61%
HSB/HSV26°17.96%65.49%
CMYK0.00%10.18%17.96%
34.51%

Color #A79689 in popluar number systems.

HEXA79689
Decimal167150137
Binary101001111001011010001001
Octal247226211

Shades and tints

Shades of #A79689

#A79689
(167,150,137)
#98897D
(152,137,125)
#897C71
(137,124,113)
#7A6F65
(122,111,101)
#6B6259
(107,98,89)
#5C554D
(92,85,77)
#4D4841
(77,72,65)
#3E3B35
(62,59,53)
#2F2E29
(47,46,41)
#20211D
(32,33,29)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A79689

#A79689
(167,150,137)
#AF9F93
(175,159,147)
#B7A89D
(183,168,157)
#BFB1A7
(191,177,167)
#C7BAB1
(199,186,177)
#CFC3BB
(207,195,187)
#D7CCC5
(215,204,197)
#DFD5CF
(223,213,207)
#E7DED9
(231,222,217)
#EFE7E3
(239,231,227)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79689; }

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

This text font color is #A79689.


Background Color

.myBgColor { background-color: #A79689; }

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

This div background color is #A79689.


Border color

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

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

This div border color is #A79689.


Opacity

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

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

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

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

This text has shadow with #A79689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79689 on black background.


Color preview on white background

This text has color #A79689 on white background.



Black color preview on #A79689 background

This text has black color on #A79689 background.


White color preview on #A79689 background

This text has white color on #A79689 background.