COLOR #A79597

HEX: #A79597
RGB: (167,149,151)

Color info

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

RGB color model

#A79597 color RGB value is (167,149,151).

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

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 151 of 255 = 59%

167
149
151

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

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 151 = 467 (100%)
R 167 of 467 ~ 35.76%
G 149 of 467 ~ 31.91%
B 151 of 467 ~ 32.33%

%35.76
%31.91
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 9.58%
  • key color value is 34.51%
CMYK:
(0,11,10,35)
C0M11Y10K35 
(0%,11%,10%,35%)
(0.00/0.11/0.10/0.35)	

CMYK percentages

%0
%10.78
%9.58
%34.51

Codes

Color #A79597 in popluar color models

A79597
RGB167149151
HSL353°9.28%61.96%
HSB/HSV353°10.78%65.49%
CMYK0.00%10.78%9.58%
34.51%

Color #A79597 in popluar number systems.

HEXA79597
Decimal167149151
Binary101001111001010110010111
Octal247225227

Shades and tints

Shades of #A79597

#A79597
(167,149,151)
#98888A
(152,136,138)
#897B7D
(137,123,125)
#7A6E70
(122,110,112)
#6B6163
(107,97,99)
#5C5456
(92,84,86)
#4D4749
(77,71,73)
#3E3A3C
(62,58,60)
#2F2D2F
(47,45,47)
#202022
(32,32,34)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #A79597

#A79597
(167,149,151)
#AF9EA0
(175,158,160)
#B7A7A9
(183,167,169)
#BFB0B2
(191,176,178)
#C7B9BB
(199,185,187)
#CFC2C4
(207,194,196)
#D7CBCD
(215,203,205)
#DFD4D6
(223,212,214)
#E7DDDF
(231,221,223)
#EFE6E8
(239,230,232)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79597; }

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

This text font color is #A79597.


Background Color

.myBgColor { background-color: #A79597; }

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

This div background color is #A79597.


Border color

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

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

This div border color is #A79597.


Opacity

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

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

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

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

This text has shadow with #A79597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79597 on black background.


Color preview on white background

This text has color #A79597 on white background.



Black color preview on #A79597 background

This text has black color on #A79597 background.


White color preview on #A79597 background

This text has white color on #A79597 background.