COLOR #A79B94

HEX: #A79B94
RGB: (167,155,148)

Color info

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

RGB color model

#A79B94 color RGB value is (167,155,148).

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

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 148 of 255 = 58%

167
155
148

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

Portions of RGB colors in percentages

R + G + B =
167 + 155 + 148 = 470 (100%)
R 167 of 470 ~ 35.53%
G 155 of 470 ~ 32.98%
B 148 of 470 ~ 31.49%

%35.53
%32.98
%31.49

CMYK color model

#A79B94 color CMYK value is (0,7,11,35).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 11.38%
  • key color value is 34.51%
CMYK:
(0,7,11,35)
C0M7Y11K35 
(0%,7%,11%,35%)
(0.00/0.07/0.11/0.35)	

CMYK percentages

%0
%7.19
%11.38
%34.51

Codes

Color #A79B94 in popluar color models

A79B94
RGB167155148
HSL22°9.74%61.76%
HSB/HSV22°11.38%65.49%
CMYK0.00%7.19%11.38%
34.51%

Color #A79B94 in popluar number systems.

HEXA79B94
Decimal167155148
Binary101001111001101110010100
Octal247233224

Shades and tints

Shades of #A79B94

#A79B94
(167,155,148)
#988D87
(152,141,135)
#897F7A
(137,127,122)
#7A716D
(122,113,109)
#6B6360
(107,99,96)
#5C5553
(92,85,83)
#4D4746
(77,71,70)
#3E3939
(62,57,57)
#2F2B2C
(47,43,44)
#201D1F
(32,29,31)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #A79B94

#A79B94
(167,155,148)
#AFA49D
(175,164,157)
#B7ADA6
(183,173,166)
#BFB6AF
(191,182,175)
#C7BFB8
(199,191,184)
#CFC8C1
(207,200,193)
#D7D1CA
(215,209,202)
#DFDAD3
(223,218,211)
#E7E3DC
(231,227,220)
#EFECE5
(239,236,229)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79B94; }

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

This text font color is #A79B94.


Background Color

.myBgColor { background-color: #A79B94; }

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

This div background color is #A79B94.


Border color

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

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

This div border color is #A79B94.


Opacity

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

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

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

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

This text has shadow with #A79B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79B94 on black background.


Color preview on white background

This text has color #A79B94 on white background.



Black color preview on #A79B94 background

This text has black color on #A79B94 background.


White color preview on #A79B94 background

This text has white color on #A79B94 background.