COLOR #A79195

HEX: #A79195
RGB: (167,145,149)

Color info

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

RGB color model

#A79195 color RGB value is (167,145,149).

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

RGB channels and saturation

R 167 of 255 = 65%
G 145 of 255 = 57%
B 149 of 255 = 58%

167
145
149

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

Portions of RGB colors in percentages

R + G + B =
167 + 145 + 149 = 461 (100%)
R 167 of 461 ~ 36.23%
G 145 of 461 ~ 31.45%
B 149 of 461 ~ 32.32%

%36.23
%31.45
%32.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.17%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(0,13,11,35)
C0M13Y11K35 
(0%,13%,11%,35%)
(0.00/0.13/0.11/0.35)	

CMYK percentages

%0
%13.17
%10.78
%34.51

Codes

Color #A79195 in popluar color models

A79195
RGB167145149
HSL349°11.11%61.18%
HSB/HSV349°13.17%65.49%
CMYK0.00%13.17%10.78%
34.51%

Color #A79195 in popluar number systems.

HEXA79195
Decimal167145149
Binary101001111001000110010101
Octal247221225

Shades and tints

Shades of #A79195

#A79195
(167,145,149)
#988488
(152,132,136)
#89777B
(137,119,123)
#7A6A6E
(122,106,110)
#6B5D61
(107,93,97)
#5C5054
(92,80,84)
#4D4347
(77,67,71)
#3E363A
(62,54,58)
#2F292D
(47,41,45)
#201C20
(32,28,32)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A79195

#A79195
(167,145,149)
#AF9B9E
(175,155,158)
#B7A5A7
(183,165,167)
#BFAFB0
(191,175,176)
#C7B9B9
(199,185,185)
#CFC3C2
(207,195,194)
#D7CDCB
(215,205,203)
#DFD7D4
(223,215,212)
#E7E1DD
(231,225,221)
#EFEBE6
(239,235,230)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79195; }

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

This text font color is #A79195.


Background Color

.myBgColor { background-color: #A79195; }

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

This div background color is #A79195.


Border color

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

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

This div border color is #A79195.


Opacity

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

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

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

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

This text has shadow with #A79195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79195 on black background.


Color preview on white background

This text has color #A79195 on white background.



Black color preview on #A79195 background

This text has black color on #A79195 background.


White color preview on #A79195 background

This text has white color on #A79195 background.