COLOR #A79D98

HEX: #A79D98
RGB: (167,157,152)

Color info

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

RGB color model

#A79D98 color RGB value is (167,157,152).

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

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 152 of 255 = 60%

167
157
152

R + G + B ~ 62%. #A79D98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 152 = 476 (100%)
R 167 of 476 ~ 35.08%
G 157 of 476 ~ 32.98%
B 152 of 476 ~ 31.93%

%35.08
%32.98
%31.93

CMYK color model

#A79D98 color CMYK value is (0,6,9,35).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 8.98%
  • key color value is 34.51%
CMYK:
(0,6,9,35)
C0M6Y9K35 
(0%,6%,9%,35%)
(0.00/0.06/0.09/0.35)	

CMYK percentages

%0
%5.99
%8.98
%34.51

Codes

Color #A79D98 in popluar color models

A79D98
RGB167157152
HSL20°7.85%62.55%
HSB/HSV20°8.98%65.49%
CMYK0.00%5.99%8.98%
34.51%

Color #A79D98 in popluar number systems.

HEXA79D98
Decimal167157152
Binary101001111001110110011000
Octal247235230

Shades and tints

Shades of #A79D98

#A79D98
(167,157,152)
#988F8B
(152,143,139)
#89817E
(137,129,126)
#7A7371
(122,115,113)
#6B6564
(107,101,100)
#5C5757
(92,87,87)
#4D494A
(77,73,74)
#3E3B3D
(62,59,61)
#2F2D30
(47,45,48)
#201F23
(32,31,35)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #A79D98

#A79D98
(167,157,152)
#AFA5A1
(175,165,161)
#B7ADAA
(183,173,170)
#BFB5B3
(191,181,179)
#C7BDBC
(199,189,188)
#CFC5C5
(207,197,197)
#D7CDCE
(215,205,206)
#DFD5D7
(223,213,215)
#E7DDE0
(231,221,224)
#EFE5E9
(239,229,233)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79D98; }

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

This text font color is #A79D98.


Background Color

.myBgColor { background-color: #A79D98; }

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

This div background color is #A79D98.


Border color

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

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

This div border color is #A79D98.


Opacity

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

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

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

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

This text has shadow with #A79D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79D98 on black background.


Color preview on white background

This text has color #A79D98 on white background.



Black color preview on #A79D98 background

This text has black color on #A79D98 background.


White color preview on #A79D98 background

This text has white color on #A79D98 background.