COLOR #A79C88

HEX: #A79C88
RGB: (167,156,136)

Color info

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

RGB color model

#A79C88 color RGB value is (167,156,136).

  • red value is 167;
  • green value is 156;
  • blue value is 136.
RGB:
(167,156,136)
(65%,61%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 136 of 255 = 53%

167
156
136

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

Portions of RGB colors in percentages

R + G + B =
167 + 156 + 136 = 459 (100%)
R 167 of 459 ~ 36.38%
G 156 of 459 ~ 33.99%
B 136 of 459 ~ 29.63%

%36.38
%33.99
%29.63

CMYK color model

#A79C88 color CMYK value is (0,7,19,35).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK:
(0,7,19,35)
C0M7Y19K35 
(0%,7%,19%,35%)
(0.00/0.07/0.19/0.35)	

CMYK percentages

%0
%6.59
%18.56
%34.51

Codes

Color #A79C88 in popluar color models

A79C88
RGB167156136
HSL39°14.98%59.41%
HSB/HSV39°18.56%65.49%
CMYK0.00%6.59%18.56%
34.51%

Color #A79C88 in popluar number systems.

HEXA79C88
Decimal167156136
Binary101001111001110010001000
Octal247234210

Shades and tints

Shades of #A79C88

#A79C88
(167,156,136)
#988E7C
(152,142,124)
#898070
(137,128,112)
#7A7264
(122,114,100)
#6B6458
(107,100,88)
#5C564C
(92,86,76)
#4D4840
(77,72,64)
#3E3A34
(62,58,52)
#2F2C28
(47,44,40)
#201E1C
(32,30,28)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #A79C88

#A79C88
(167,156,136)
#AFA592
(175,165,146)
#B7AE9C
(183,174,156)
#BFB7A6
(191,183,166)
#C7C0B0
(199,192,176)
#CFC9BA
(207,201,186)
#D7D2C4
(215,210,196)
#DFDBCE
(223,219,206)
#E7E4D8
(231,228,216)
#EFEDE2
(239,237,226)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79C88 color. Also use rgb(167,156,136) instead hex code.

Text Font Color

.myTextColor { color: #A79C88; }

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

This text font color is #A79C88.


Background Color

.myBgColor { background-color: #A79C88; }

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

This div background color is #A79C88.


Border color

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

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

This div border color is #A79C88.


Opacity

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

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

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

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

This text has shadow with #A79C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79C88 on black background.


Color preview on white background

This text has color #A79C88 on white background.



Black color preview on #A79C88 background

This text has black color on #A79C88 background.


White color preview on #A79C88 background

This text has white color on #A79C88 background.