COLOR #A79E80

HEX: #A79E80
RGB: (167,158,128)

Color info

#A79E80 contains red, green and blue colors in about the same proportion. Web safe color of #A79E80 is #999966 (or #996).

RGB color model

#A79E80 color RGB value is (167,158,128).

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

RGB channels and saturation

R 167 of 255 = 65%
G 158 of 255 = 62%
B 128 of 255 = 50%

167
158
128

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

Portions of RGB colors in percentages

R + G + B =
167 + 158 + 128 = 453 (100%)
R 167 of 453 ~ 36.87%
G 158 of 453 ~ 34.88%
B 128 of 453 ~ 28.26%

%36.87
%34.88
%28.26

CMYK color model

#A79E80 color CMYK value is (0,5,23,35).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 23.35%
  • key color value is 34.51%
CMYK:
(0,5,23,35)
C0M5Y23K35 
(0%,5%,23%,35%)
(0.00/0.05/0.23/0.35)	

CMYK percentages

%0
%5.39
%23.35
%34.51

Codes

Color #A79E80 in popluar color models

A79E80
RGB167158128
HSL46°18.14%57.84%
HSB/HSV46°23.35%65.49%
CMYK0.00%5.39%23.35%
34.51%

Color #A79E80 in popluar number systems.

HEXA79E80
Decimal167158128
Binary101001111001111010000000
Octal247236200

Shades and tints

Shades of #A79E80

#A79E80
(167,158,128)
#989075
(152,144,117)
#89826A
(137,130,106)
#7A745F
(122,116,95)
#6B6654
(107,102,84)
#5C5849
(92,88,73)
#4D4A3E
(77,74,62)
#3E3C33
(62,60,51)
#2F2E28
(47,46,40)
#20201D
(32,32,29)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #A79E80

#A79E80
(167,158,128)
#AFA68B
(175,166,139)
#B7AE96
(183,174,150)
#BFB6A1
(191,182,161)
#C7BEAC
(199,190,172)
#CFC6B7
(207,198,183)
#D7CEC2
(215,206,194)
#DFD6CD
(223,214,205)
#E7DED8
(231,222,216)
#EFE6E3
(239,230,227)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79E80; }

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

This text font color is #A79E80.


Background Color

.myBgColor { background-color: #A79E80; }

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

This div background color is #A79E80.


Border color

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

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

This div border color is #A79E80.


Opacity

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

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

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

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

This text has shadow with #A79E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79E80 on black background.


Color preview on white background

This text has color #A79E80 on white background.



Black color preview on #A79E80 background

This text has black color on #A79E80 background.


White color preview on #A79E80 background

This text has white color on #A79E80 background.