COLOR #A79B96

HEX: #A79B96
RGB: (167,155,150)

Color info

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

RGB color model

#A79B96 color RGB value is (167,155,150).

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

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 150 of 255 = 59%

167
155
150

R + G + B ~ 62%. #A79B96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 155 + 150 = 472 (100%)
R 167 of 472 ~ 35.38%
G 155 of 472 ~ 32.84%
B 150 of 472 ~ 31.78%

%35.38
%32.84
%31.78

CMYK color model

#A79B96 color CMYK value is (0,7,10,35).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(0,7,10,35)
C0M7Y10K35 
(0%,7%,10%,35%)
(0.00/0.07/0.10/0.35)	

CMYK percentages

%0
%7.19
%10.18
%34.51

Codes

Color #A79B96 in popluar color models

A79B96
RGB167155150
HSL18°8.81%62.16%
HSB/HSV18°10.18%65.49%
CMYK0.00%7.19%10.18%
34.51%

Color #A79B96 in popluar number systems.

HEXA79B96
Decimal167155150
Binary101001111001101110010110
Octal247233226

Shades and tints

Shades of #A79B96

#A79B96
(167,155,150)
#988D89
(152,141,137)
#897F7C
(137,127,124)
#7A716F
(122,113,111)
#6B6362
(107,99,98)
#5C5555
(92,85,85)
#4D4748
(77,71,72)
#3E393B
(62,57,59)
#2F2B2E
(47,43,46)
#201D21
(32,29,33)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #A79B96

#A79B96
(167,155,150)
#AFA49F
(175,164,159)
#B7ADA8
(183,173,168)
#BFB6B1
(191,182,177)
#C7BFBA
(199,191,186)
#CFC8C3
(207,200,195)
#D7D1CC
(215,209,204)
#DFDAD5
(223,218,213)
#E7E3DE
(231,227,222)
#EFECE7
(239,236,231)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79B96; }

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

This text font color is #A79B96.


Background Color

.myBgColor { background-color: #A79B96; }

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

This div background color is #A79B96.


Border color

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

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

This div border color is #A79B96.


Opacity

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

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

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

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

This text has shadow with #A79B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79B96 on black background.


Color preview on white background

This text has color #A79B96 on white background.



Black color preview on #A79B96 background

This text has black color on #A79B96 background.


White color preview on #A79B96 background

This text has white color on #A79B96 background.