COLOR #A79D99

HEX: #A79D99
RGB: (167,157,153)

Color info

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

RGB color model

#A79D99 color RGB value is (167,157,153).

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

RGB channels and saturation

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

167
157
153

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 153 = 477 (100%)
R 167 of 477 ~ 35.01%
G 157 of 477 ~ 32.91%
B 153 of 477 ~ 32.08%

%35.01
%32.91
%32.08

CMYK color model

#A79D99 color CMYK value is (0,6,8,35).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 8.38%
  • key color value is 34.51%
CMYK:
(0,6,8,35)
C0M6Y8K35 
(0%,6%,8%,35%)
(0.00/0.06/0.08/0.35)	

CMYK percentages

%0
%5.99
%8.38
%34.51

Codes

Color #A79D99 in popluar color models

A79D99
RGB167157153
HSL17°7.37%62.75%
HSB/HSV17°8.38%65.49%
CMYK0.00%5.99%8.38%
34.51%

Color #A79D99 in popluar number systems.

HEXA79D99
Decimal167157153
Binary101001111001110110011001
Octal247235231

Shades and tints

Shades of #A79D99

#A79D99
(167,157,153)
#988F8C
(152,143,140)
#89817F
(137,129,127)
#7A7372
(122,115,114)
#6B6565
(107,101,101)
#5C5758
(92,87,88)
#4D494B
(77,73,75)
#3E3B3E
(62,59,62)
#2F2D31
(47,45,49)
#201F24
(32,31,36)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #A79D99

#A79D99
(167,157,153)
#AFA5A2
(175,165,162)
#B7ADAB
(183,173,171)
#BFB5B4
(191,181,180)
#C7BDBD
(199,189,189)
#CFC5C6
(207,197,198)
#D7CDCF
(215,205,207)
#DFD5D8
(223,213,216)
#E7DDE1
(231,221,225)
#EFE5EA
(239,229,234)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79D99; }

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

This text font color is #A79D99.


Background Color

.myBgColor { background-color: #A79D99; }

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

This div background color is #A79D99.


Border color

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

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

This div border color is #A79D99.


Opacity

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

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

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

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

This text has shadow with #A79D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79D99 on black background.


Color preview on white background

This text has color #A79D99 on white background.



Black color preview on #A79D99 background

This text has black color on #A79D99 background.


White color preview on #A79D99 background

This text has white color on #A79D99 background.