COLOR #A79596

HEX: #A79596
RGB: (167,149,150)

Color info

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

RGB color model

#A79596 color RGB value is (167,149,150).

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

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 150 of 255 = 59%

167
149
150

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

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 150 = 466 (100%)
R 167 of 466 ~ 35.84%
G 149 of 466 ~ 31.97%
B 150 of 466 ~ 32.19%

%35.84
%31.97
%32.19

CMYK color model

#A79596 color CMYK value is (0,11,10,35).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(0,11,10,35)
C0M11Y10K35 
(0%,11%,10%,35%)
(0.00/0.11/0.10/0.35)	

CMYK percentages

%0
%10.78
%10.18
%34.51

Codes

Color #A79596 in popluar color models

A79596
RGB167149150
HSL357°9.28%61.96%
HSB/HSV357°10.78%65.49%
CMYK0.00%10.78%10.18%
34.51%

Color #A79596 in popluar number systems.

HEXA79596
Decimal167149150
Binary101001111001010110010110
Octal247225226

Shades and tints

Shades of #A79596

#A79596
(167,149,150)
#988889
(152,136,137)
#897B7C
(137,123,124)
#7A6E6F
(122,110,111)
#6B6162
(107,97,98)
#5C5455
(92,84,85)
#4D4748
(77,71,72)
#3E3A3B
(62,58,59)
#2F2D2E
(47,45,46)
#202021
(32,32,33)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #A79596

#A79596
(167,149,150)
#AF9E9F
(175,158,159)
#B7A7A8
(183,167,168)
#BFB0B1
(191,176,177)
#C7B9BA
(199,185,186)
#CFC2C3
(207,194,195)
#D7CBCC
(215,203,204)
#DFD4D5
(223,212,213)
#E7DDDE
(231,221,222)
#EFE6E7
(239,230,231)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79596; }

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

This text font color is #A79596.


Background Color

.myBgColor { background-color: #A79596; }

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

This div background color is #A79596.


Border color

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

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

This div border color is #A79596.


Opacity

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

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

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

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

This text has shadow with #A79596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79596 on black background.


Color preview on white background

This text has color #A79596 on white background.



Black color preview on #A79596 background

This text has black color on #A79596 background.


White color preview on #A79596 background

This text has white color on #A79596 background.