COLOR #A79594

HEX: #A79594
RGB: (167,149,148)

Color info

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

RGB color model

#A79594 color RGB value is (167,149,148).

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

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 148 of 255 = 58%

167
149
148

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

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 148 = 464 (100%)
R 167 of 464 ~ 35.99%
G 149 of 464 ~ 32.11%
B 148 of 464 ~ 31.9%

%35.99
%32.11
%31.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 11.38%
  • key color value is 34.51%
CMYK:
(0,11,11,35)
C0M11Y11K35 
(0%,11%,11%,35%)
(0.00/0.11/0.11/0.35)	

CMYK percentages

%0
%10.78
%11.38
%34.51

Codes

Color #A79594 in popluar color models

A79594
RGB167149148
HSL9.74%61.76%
HSB/HSV11.38%65.49%
CMYK0.00%10.78%11.38%
34.51%

Color #A79594 in popluar number systems.

HEXA79594
Decimal167149148
Binary101001111001010110010100
Octal247225224

Shades and tints

Shades of #A79594

#A79594
(167,149,148)
#988887
(152,136,135)
#897B7A
(137,123,122)
#7A6E6D
(122,110,109)
#6B6160
(107,97,96)
#5C5453
(92,84,83)
#4D4746
(77,71,70)
#3E3A39
(62,58,57)
#2F2D2C
(47,45,44)
#20201F
(32,32,31)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #A79594

#A79594
(167,149,148)
#AF9E9D
(175,158,157)
#B7A7A6
(183,167,166)
#BFB0AF
(191,176,175)
#C7B9B8
(199,185,184)
#CFC2C1
(207,194,193)
#D7CBCA
(215,203,202)
#DFD4D3
(223,212,211)
#E7DDDC
(231,221,220)
#EFE6E5
(239,230,229)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79594; }

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

This text font color is #A79594.


Background Color

.myBgColor { background-color: #A79594; }

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

This div background color is #A79594.


Border color

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

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

This div border color is #A79594.


Opacity

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

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

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

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

This text has shadow with #A79594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79594 on black background.


Color preview on white background

This text has color #A79594 on white background.



Black color preview on #A79594 background

This text has black color on #A79594 background.


White color preview on #A79594 background

This text has white color on #A79594 background.