COLOR #A79390

HEX: #A79390
RGB: (167,147,144)

Color info

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

RGB color model

#A79390 color RGB value is (167,147,144).

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

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 144 of 255 = 56%

167
147
144

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

Portions of RGB colors in percentages

R + G + B =
167 + 147 + 144 = 458 (100%)
R 167 of 458 ~ 36.46%
G 147 of 458 ~ 32.1%
B 144 of 458 ~ 31.44%

%36.46
%32.1
%31.44

CMYK color model

#A79390 color CMYK value is (0,12,14,35).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 13.77%
  • key color value is 34.51%
CMYK:
(0,12,14,35)
C0M12Y14K35 
(0%,12%,14%,35%)
(0.00/0.12/0.14/0.35)	

CMYK percentages

%0
%11.98
%13.77
%34.51

Codes

Color #A79390 in popluar color models

A79390
RGB167147144
HSL11.56%60.98%
HSB/HSV13.77%65.49%
CMYK0.00%11.98%13.77%
34.51%

Color #A79390 in popluar number systems.

HEXA79390
Decimal167147144
Binary101001111001001110010000
Octal247223220

Shades and tints

Shades of #A79390

#A79390
(167,147,144)
#988683
(152,134,131)
#897976
(137,121,118)
#7A6C69
(122,108,105)
#6B5F5C
(107,95,92)
#5C524F
(92,82,79)
#4D4542
(77,69,66)
#3E3835
(62,56,53)
#2F2B28
(47,43,40)
#201E1B
(32,30,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #A79390

#A79390
(167,147,144)
#AF9C9A
(175,156,154)
#B7A5A4
(183,165,164)
#BFAEAE
(191,174,174)
#C7B7B8
(199,183,184)
#CFC0C2
(207,192,194)
#D7C9CC
(215,201,204)
#DFD2D6
(223,210,214)
#E7DBE0
(231,219,224)
#EFE4EA
(239,228,234)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79390; }

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

This text font color is #A79390.


Background Color

.myBgColor { background-color: #A79390; }

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

This div background color is #A79390.


Border color

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

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

This div border color is #A79390.


Opacity

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

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

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

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

This text has shadow with #A79390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79390 on black background.


Color preview on white background

This text has color #A79390 on white background.



Black color preview on #A79390 background

This text has black color on #A79390 background.


White color preview on #A79390 background

This text has white color on #A79390 background.