COLOR #A79DAA

HEX: #A79DAA
RGB: (167,157,170)

Color info

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

RGB color model

#A79DAA color RGB value is (167,157,170).

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

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 170 of 255 = 67%

167
157
170

R + G + B ~ 65%. #A79DAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 170 = 494 (100%)
R 167 of 494 ~ 33.81%
G 157 of 494 ~ 31.78%
B 170 of 494 ~ 34.41%

%33.81
%31.78
%34.41

CMYK color model

#A79DAA color CMYK value is (2,8,0,33).

  • cyan value is 1.76%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,8,0,33)
C2M8Y0K33 
(2%,8%,0%,33%)
(0.02/0.08/0.00/0.33)	

CMYK percentages

%1.76
%7.65
%0
%33.33

Codes

Color #A79DAA in popluar color models

A79DAA
RGB167157170
HSL286°7.10%64.12%
HSB/HSV286°7.65%66.67%
CMYK1.76%7.65%0.00%
33.33%

Color #A79DAA in popluar number systems.

HEXA79DAA
Decimal167157170
Binary101001111001110110101010
Octal247235252

Shades and tints

Shades of #A79DAA

#A79DAA
(167,157,170)
#988F9B
(152,143,155)
#89818C
(137,129,140)
#7A737D
(122,115,125)
#6B656E
(107,101,110)
#5C575F
(92,87,95)
#4D4950
(77,73,80)
#3E3B41
(62,59,65)
#2F2D32
(47,45,50)
#201F23
(32,31,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #A79DAA

#A79DAA
(167,157,170)
#AFA5B1
(175,165,177)
#B7ADB8
(183,173,184)
#BFB5BF
(191,181,191)
#C7BDC6
(199,189,198)
#CFC5CD
(207,197,205)
#D7CDD4
(215,205,212)
#DFD5DB
(223,213,219)
#E7DDE2
(231,221,226)
#EFE5E9
(239,229,233)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79DAA; }

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

This text font color is #A79DAA.


Background Color

.myBgColor { background-color: #A79DAA; }

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

This div background color is #A79DAA.


Border color

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

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

This div border color is #A79DAA.


Opacity

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

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

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

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

This text has shadow with #A79DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79DAA on black background.


Color preview on white background

This text has color #A79DAA on white background.



Black color preview on #A79DAA background

This text has black color on #A79DAA background.


White color preview on #A79DAA background

This text has white color on #A79DAA background.