COLOR #A79493

HEX: #A79493
RGB: (167,148,147)

Color info

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

RGB color model

#A79493 color RGB value is (167,148,147).

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

RGB channels and saturation

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

167
148
147

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

Portions of RGB colors in percentages

R + G + B =
167 + 148 + 147 = 462 (100%)
R 167 of 462 ~ 36.15%
G 148 of 462 ~ 32.03%
B 147 of 462 ~ 31.82%

%36.15
%32.03
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 11.98%
  • key color value is 34.51%
CMYK:
(0,11,12,35)
C0M11Y12K35 
(0%,11%,12%,35%)
(0.00/0.11/0.12/0.35)	

CMYK percentages

%0
%11.38
%11.98
%34.51

Codes

Color #A79493 in popluar color models

A79493
RGB167148147
HSL10.20%61.57%
HSB/HSV11.98%65.49%
CMYK0.00%11.38%11.98%
34.51%

Color #A79493 in popluar number systems.

HEXA79493
Decimal167148147
Binary101001111001010010010011
Octal247224223

Shades and tints

Shades of #A79493

#A79493
(167,148,147)
#988786
(152,135,134)
#897A79
(137,122,121)
#7A6D6C
(122,109,108)
#6B605F
(107,96,95)
#5C5352
(92,83,82)
#4D4645
(77,70,69)
#3E3938
(62,57,56)
#2F2C2B
(47,44,43)
#201F1E
(32,31,30)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #A79493

#A79493
(167,148,147)
#AF9D9C
(175,157,156)
#B7A6A5
(183,166,165)
#BFAFAE
(191,175,174)
#C7B8B7
(199,184,183)
#CFC1C0
(207,193,192)
#D7CAC9
(215,202,201)
#DFD3D2
(223,211,210)
#E7DCDB
(231,220,219)
#EFE5E4
(239,229,228)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79493; }

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

This text font color is #A79493.


Background Color

.myBgColor { background-color: #A79493; }

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

This div background color is #A79493.


Border color

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

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

This div border color is #A79493.


Opacity

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

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

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

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

This text has shadow with #A79493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79493 on black background.


Color preview on white background

This text has color #A79493 on white background.



Black color preview on #A79493 background

This text has black color on #A79493 background.


White color preview on #A79493 background

This text has white color on #A79493 background.