COLOR #A79E8D

HEX: #A79E8D RGB: (167,158,141)

Color info

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

RGB color model

#A79E8D color RGB value is (167,158,141).

RGB: (167,158,141) (65%, 62%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 158 of 255 = 62%
B 141 of 255 = 55%

167
158
141

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

Portions of RGB colors in percentages

R + G + B = 167 + 158 + 141 = 466 (100%)
R 167 of 466 ~ 35.84%
G 158 of 466 ~ 33.91%
B 141 of 466 ~ 30.26'%

%35.84
%33.91
%30.26

CMYK color model

#A79E8D color CMYK value is (0,5,16,35).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 15.57%
  • key color value is 34.51%

CMYK: (0,5,16,35)
C0M5Y16K35 (0%, 5%, 16%, 35%)
(0.00 / 0.05 / 0.16 / 0.35)

CMYK percentages

%0
%5.39
%15.57
%34.51

Codes

Color #A79E8D in popluar color models

A7 9E 8D
RGB 167 158 141
HSL 39° 12.87% 60.39%
HSB/HSV 39° 15.57% 65.49%
CMYK 0.00% 5.39% 15.57%
34.51%

Color #A79E8D in popluar number systems.

HEX A7 9E 8D
Decimal 167 158 141
Binary 10100111 10011110 10001101
Octal 247 236 215

Shades and tints

Shades of #A79E8D

#A79E8D
(167,158,141)
#989081
(152,144,129)
#898275
(137,130,117)
#7A7469
(122,116,105)
#6B665D
(107,102,93)
#5C5851
(92,88,81)
#4D4A45
(77,74,69)
#3E3C39
(62,60,57)
#2F2E2D
(47,46,45)
#202021
(32,32,33)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A79E8D

#A79E8D
(167,158,141)
#AFA697
(175,166,151)
#B7AEA1
(183,174,161)
#BFB6AB
(191,182,171)
#C7BEB5
(199,190,181)
#CFC6BF
(207,198,191)
#D7CEC9
(215,206,201)
#DFD6D3
(223,214,211)
#E7DEDD
(231,222,221)
#EFE6E7
(239,230,231)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79E8D color. Also use rgb(167,158,141) instead hex code.

Text Font Color

.myTextColor { color: #A79E8D; }

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

This text font color is #A79E8D.

Background Color

.myBgColor { background-color: #A79E8D; }

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

This div background color is #A79E8D.

Border color

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

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

This div border color is #A79E8D.

Opacity

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

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

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

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

This text has shadow with #A79E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79E8D.

Preview

Color preview on black background

This text has color #A79E8D on black background.


Color preview on white background

This text has color #A79E8D on white background.


Black color preview on #A79E8D background

This text has black color on #A79E8D background.


White color preview on #A79E8D background

This text has white color on #A79E8D background.


Related colors

Complementary color

Complementary color for #hex is #586172.


I love getcolorcode.com

Triadic colors

1 #8DA79E and #9E8DA7 with #A79E8D are triadic colors.

2 #8D9EA7 and #9EA78D with #A79E8D are triadic colors.