COLOR #A79895

HEX: #A79895
RGB: (167,152,149)

Color info

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

RGB color model

#A79895 color RGB value is (167,152,149).

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

RGB channels and saturation

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

167
152
149

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

Portions of RGB colors in percentages

R + G + B =
167 + 152 + 149 = 468 (100%)
R 167 of 468 ~ 35.68%
G 152 of 468 ~ 32.48%
B 149 of 468 ~ 31.84%

%35.68
%32.48
%31.84

CMYK color model

#A79895 color CMYK value is (0,9,11,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(0,9,11,35)
C0M9Y11K35 
(0%,9%,11%,35%)
(0.00/0.09/0.11/0.35)	

CMYK percentages

%0
%8.98
%10.78
%34.51

Codes

Color #A79895 in popluar color models

A79895
RGB167152149
HSL10°9.28%61.96%
HSB/HSV10°10.78%65.49%
CMYK0.00%8.98%10.78%
34.51%

Color #A79895 in popluar number systems.

HEXA79895
Decimal167152149
Binary101001111001100010010101
Octal247230225

Shades and tints

Shades of #A79895

#A79895
(167,152,149)
#988B88
(152,139,136)
#897E7B
(137,126,123)
#7A716E
(122,113,110)
#6B6461
(107,100,97)
#5C5754
(92,87,84)
#4D4A47
(77,74,71)
#3E3D3A
(62,61,58)
#2F302D
(47,48,45)
#202320
(32,35,32)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #A79895

#A79895
(167,152,149)
#AFA19E
(175,161,158)
#B7AAA7
(183,170,167)
#BFB3B0
(191,179,176)
#C7BCB9
(199,188,185)
#CFC5C2
(207,197,194)
#D7CECB
(215,206,203)
#DFD7D4
(223,215,212)
#E7E0DD
(231,224,221)
#EFE9E6
(239,233,230)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79895; }

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

This text font color is #A79895.


Background Color

.myBgColor { background-color: #A79895; }

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

This div background color is #A79895.


Border color

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

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

This div border color is #A79895.


Opacity

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

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

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

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

This text has shadow with #A79895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79895 on black background.


Color preview on white background

This text has color #A79895 on white background.



Black color preview on #A79895 background

This text has black color on #A79895 background.


White color preview on #A79895 background

This text has white color on #A79895 background.