COLOR #A79A9F

HEX: #A79A9F RGB: (167,154,159)

Color info

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

RGB color model

#A79A9F color RGB value is (167,154,159).

RGB: (167,154,159) (65%, 60%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 154 of 255 = 60%
B 159 of 255 = 62%

167
154
159

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

Portions of RGB colors in percentages

R + G + B = 167 + 154 + 159 = 480 (100%)
R 167 of 480 ~ 34.79%
G 154 of 480 ~ 32.08%
B 159 of 480 ~ 33.13'%

%34.79
%32.08
%33.13

CMYK color model

#A79A9F color CMYK value is (0,8,5,35).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK: (0,8,5,35) C0M8Y5K35 (0%,8%,5%,35%) (0.00/0.08/0.05/0.35) 

CMYK percentages

%0
%7.78
%4.79
%34.51

Codes

Color #A79A9F in popluar color models

A7 9A 9F
RGB 167 154 159
HSL 337° 6.88% 62.94%
HSB/HSV 337° 7.78% 65.49%
CMYK 0.00% 7.78% 4.79%
34.51%

Color #A79A9F in popluar number systems.

HEX A7 9A 9F
Decimal 167 154 159
Binary 10100111 10011010 10011111
Octal 247 232 237

Shades and tints

Shades of #A79A9F

#A79A9F
(167,154,159)
#988C91
(152,140,145)
#897E83
(137,126,131)
#7A7075
(122,112,117)
#6B6267
(107,98,103)
#5C5459
(92,84,89)
#4D464B
(77,70,75)
#3E383D
(62,56,61)
#2F2A2F
(47,42,47)
#201C21
(32,28,33)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #A79A9F

#A79A9F
(167,154,159)
#AFA3A7
(175,163,167)
#B7ACAF
(183,172,175)
#BFB5B7
(191,181,183)
#C7BEBF
(199,190,191)
#CFC7C7
(207,199,199)
#D7D0CF
(215,208,207)
#DFD9D7
(223,217,215)
#E7E2DF
(231,226,223)
#EFEBE7
(239,235,231)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79A9F color. Also use rgb(167,154,159) instead hex code.

Text Font Color

.myTextColor { color: #A79A9F; }

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

This text font color is #A79A9F.

Background Color

.myBgColor { background-color: #A79A9F; }

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

This div background color is #A79A9F.

Border color

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

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

This div border color is #A79A9F.

Opacity

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

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

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

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

This text has shadow with #A79A9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79A9F.

Preview

Color preview on black background

This text has color #A79A9F on black background.


Color preview on white background

This text has color #A79A9F on white background.


Black color preview on #A79A9F background

This text has black color on #A79A9F background.


White color preview on #A79A9F background

This text has white color on #A79A9F background.


Related colors

Complementary color

Complementary color for #hex is #586560.


I love getcolorcode.com

Triadic colors

1 #9FA79A and #9A9FA7 with #A79A9F are triadic colors.

2 #9F9AA7 and #9AA79F with #A79A9F are triadic colors.