COLOR #A79896

HEX: #A79896 RGB: (167,152,150)

Color info

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

RGB color model

#A79896 color RGB value is (167,152,150).

RGB: (167,152,150) (65%, 60%, 59%)

RGB channels and saturation

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

167
152
150

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

Portions of RGB colors in percentages

R + G + B = 167 + 152 + 150 = 469 (100%)
R 167 of 469 ~ 35.61%
G 152 of 469 ~ 32.41%
B 150 of 469 ~ 31.98'%

%35.61
%32.41
%31.98

CMYK color model

#A79896 color CMYK value is (0,9,10,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 10.18%
  • key color value is 34.51%

CMYK: (0,9,10,35)
C0M9Y10K35 (0%, 9%, 10%, 35%)
(0.00 / 0.09 / 0.10 / 0.35)

CMYK percentages

%0
%8.98
%10.18
%34.51

Codes

Color #A79896 in popluar color models

A7 98 96
RGB 167 152 150
HSL 8.81% 62.16%
HSB/HSV 10.18% 65.49%
CMYK 0.00% 8.98% 10.18%
34.51%

Color #A79896 in popluar number systems.

HEX A7 98 96
Decimal 167 152 150
Binary 10100111 10011000 10010110
Octal 247 230 226

Shades and tints

Shades of #A79896

#A79896
(167,152,150)
#988B89
(152,139,137)
#897E7C
(137,126,124)
#7A716F
(122,113,111)
#6B6462
(107,100,98)
#5C5755
(92,87,85)
#4D4A48
(77,74,72)
#3E3D3B
(62,61,59)
#2F302E
(47,48,46)
#202321
(32,35,33)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #A79896

#A79896
(167,152,150)
#AFA19F
(175,161,159)
#B7AAA8
(183,170,168)
#BFB3B1
(191,179,177)
#C7BCBA
(199,188,186)
#CFC5C3
(207,197,195)
#D7CECC
(215,206,204)
#DFD7D5
(223,215,213)
#E7E0DE
(231,224,222)
#EFE9E7
(239,233,231)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79896; }

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

This text font color is #A79896.

Background Color

.myBgColor { background-color: #A79896; }

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

This div background color is #A79896.

Border color

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

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

This div border color is #A79896.

Opacity

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

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

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

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

This text has shadow with #A79896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79896.

Preview

Color preview on black background

This text has color #A79896 on black background.


Color preview on white background

This text has color #A79896 on white background.


Black color preview on #A79896 background

This text has black color on #A79896 background.


White color preview on #A79896 background

This text has white color on #A79896 background.


Related colors

Complementary color

Complementary color for #hex is #586769.


I love getcolorcode.com

Triadic colors

1 #96A798 and #9896A7 with #A79896 are triadic colors.

2 #9698A7 and #98A796 with #A79896 are triadic colors.