COLOR #A79699

HEX: #A79699
RGB: (167,150,153)

Color info

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

RGB color model

#A79699 color RGB value is (167,150,153).

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

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 153 of 255 = 60%

167
150
153

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

Portions of RGB colors in percentages

R + G + B =
167 + 150 + 153 = 470 (100%)
R 167 of 470 ~ 35.53%
G 150 of 470 ~ 31.91%
B 153 of 470 ~ 32.55%

%35.53
%31.91
%32.55

CMYK color model

#A79699 color CMYK value is (0,10,8,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 8.38%
  • key color value is 34.51%
CMYK:
(0,10,8,35)
C0M10Y8K35 
(0%,10%,8%,35%)
(0.00/0.10/0.08/0.35)	

CMYK percentages

%0
%10.18
%8.38
%34.51

Codes

Color #A79699 in popluar color models

A79699
RGB167150153
HSL349°8.81%62.16%
HSB/HSV349°10.18%65.49%
CMYK0.00%10.18%8.38%
34.51%

Color #A79699 in popluar number systems.

HEXA79699
Decimal167150153
Binary101001111001011010011001
Octal247226231

Shades and tints

Shades of #A79699

#A79699
(167,150,153)
#98898C
(152,137,140)
#897C7F
(137,124,127)
#7A6F72
(122,111,114)
#6B6265
(107,98,101)
#5C5558
(92,85,88)
#4D484B
(77,72,75)
#3E3B3E
(62,59,62)
#2F2E31
(47,46,49)
#202124
(32,33,36)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A79699

#A79699
(167,150,153)
#AF9FA2
(175,159,162)
#B7A8AB
(183,168,171)
#BFB1B4
(191,177,180)
#C7BABD
(199,186,189)
#CFC3C6
(207,195,198)
#D7CCCF
(215,204,207)
#DFD5D8
(223,213,216)
#E7DEE1
(231,222,225)
#EFE7EA
(239,231,234)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79699; }

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

This text font color is #A79699.


Background Color

.myBgColor { background-color: #A79699; }

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

This div background color is #A79699.


Border color

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

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

This div border color is #A79699.


Opacity

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

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

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

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

This text has shadow with #A79699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79699 on black background.


Color preview on white background

This text has color #A79699 on white background.



Black color preview on #A79699 background

This text has black color on #A79699 background.


White color preview on #A79699 background

This text has white color on #A79699 background.