COLOR #A79497

HEX: #A79497
RGB: (167,148,151)

Color info

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

RGB color model

#A79497 color RGB value is (167,148,151).

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

RGB channels and saturation

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

167
148
151

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

Portions of RGB colors in percentages

R + G + B =
167 + 148 + 151 = 466 (100%)
R 167 of 466 ~ 35.84%
G 148 of 466 ~ 31.76%
B 151 of 466 ~ 32.4%

%35.84
%31.76
%32.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.38%
  • 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
%11.38
%9.58
%34.51

Codes

Color #A79497 in popluar color models

A79497
RGB167148151
HSL351°9.74%61.76%
HSB/HSV351°11.38%65.49%
CMYK0.00%11.38%9.58%
34.51%

Color #A79497 in popluar number systems.

HEXA79497
Decimal167148151
Binary101001111001010010010111
Octal247224227

Shades and tints

Shades of #A79497

#A79497
(167,148,151)
#98878A
(152,135,138)
#897A7D
(137,122,125)
#7A6D70
(122,109,112)
#6B6063
(107,96,99)
#5C5356
(92,83,86)
#4D4649
(77,70,73)
#3E393C
(62,57,60)
#2F2C2F
(47,44,47)
#201F22
(32,31,34)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A79497

#A79497
(167,148,151)
#AF9DA0
(175,157,160)
#B7A6A9
(183,166,169)
#BFAFB2
(191,175,178)
#C7B8BB
(199,184,187)
#CFC1C4
(207,193,196)
#D7CACD
(215,202,205)
#DFD3D6
(223,211,214)
#E7DCDF
(231,220,223)
#EFE5E8
(239,229,232)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79497; }

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

This text font color is #A79497.


Background Color

.myBgColor { background-color: #A79497; }

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

This div background color is #A79497.


Border color

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

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

This div border color is #A79497.


Opacity

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

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

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

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

This text has shadow with #A79497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79497 on black background.


Color preview on white background

This text has color #A79497 on white background.



Black color preview on #A79497 background

This text has black color on #A79497 background.


White color preview on #A79497 background

This text has white color on #A79497 background.