COLOR #A79995

HEX: #A79995
RGB: (167,153,149)

Color info

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

RGB color model

#A79995 color RGB value is (167,153,149).

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

RGB channels and saturation

R 167 of 255 = 65%
G 153 of 255 = 60%
B 149 of 255 = 58%

167
153
149

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

Portions of RGB colors in percentages

R + G + B =
167 + 153 + 149 = 469 (100%)
R 167 of 469 ~ 35.61%
G 153 of 469 ~ 32.62%
B 149 of 469 ~ 31.77%

%35.61
%32.62
%31.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(0,8,11,35)
C0M8Y11K35 
(0%,8%,11%,35%)
(0.00/0.08/0.11/0.35)	

CMYK percentages

%0
%8.38
%10.78
%34.51

Codes

Color #A79995 in popluar color models

A79995
RGB167153149
HSL13°9.28%61.96%
HSB/HSV13°10.78%65.49%
CMYK0.00%8.38%10.78%
34.51%

Color #A79995 in popluar number systems.

HEXA79995
Decimal167153149
Binary101001111001100110010101
Octal247231225

Shades and tints

Shades of #A79995

#A79995
(167,153,149)
#988C88
(152,140,136)
#897F7B
(137,127,123)
#7A726E
(122,114,110)
#6B6561
(107,101,97)
#5C5854
(92,88,84)
#4D4B47
(77,75,71)
#3E3E3A
(62,62,58)
#2F312D
(47,49,45)
#202420
(32,36,32)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #A79995

#A79995
(167,153,149)
#AFA29E
(175,162,158)
#B7ABA7
(183,171,167)
#BFB4B0
(191,180,176)
#C7BDB9
(199,189,185)
#CFC6C2
(207,198,194)
#D7CFCB
(215,207,203)
#DFD8D4
(223,216,212)
#E7E1DD
(231,225,221)
#EFEAE6
(239,234,230)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79995; }

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

This text font color is #A79995.


Background Color

.myBgColor { background-color: #A79995; }

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

This div background color is #A79995.


Border color

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

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

This div border color is #A79995.


Opacity

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

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

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

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

This text has shadow with #A79995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79995 on black background.


Color preview on white background

This text has color #A79995 on white background.



Black color preview on #A79995 background

This text has black color on #A79995 background.


White color preview on #A79995 background

This text has white color on #A79995 background.