COLOR #A79E6C

HEX: #A79E6C RGB: (167,158,108)

Color info

#A79E6C contains red, green and blue colors in about the same proportion. Web safe color of #A79E6C is #999966 (or #996).

RGB color model

#A79E6C color RGB value is (167,158,108).

RGB: (167,158,108) (65%, 62%, 42%)

RGB channels and saturation

R 167 of 255 = 65%
G 158 of 255 = 62%
B 108 of 255 = 42%

167
158
108

R + G + B ~ 56%. #A79E6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 167 + 158 + 108 = 433 (100%)
R 167 of 433 ~ 38.57%
G 158 of 433 ~ 36.49%
B 108 of 433 ~ 24.94'%

%38.57
%36.49
%24.94

CMYK color model

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

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

CMYK: (0,5,35,35)
C0M5Y35K35 (0%, 5%, 35%, 35%)
(0.00 / 0.05 / 0.35 / 0.35)

CMYK percentages

%0
%5.39
%35.33
%34.51

Codes

Color #A79E6C in popluar color models

A7 9E 6C
RGB 167 158 108
HSL 51° 25.11% 53.92%
HSB/HSV 51° 35.33% 65.49%
CMYK 0.00% 5.39% 35.33%
34.51%

Color #A79E6C in popluar number systems.

HEX A7 9E 6C
Decimal 167 158 108
Binary 10100111 10011110 1101100
Octal 247 236 154

Shades and tints

Shades of #A79E6C

#A79E6C
(167,158,108)
#989063
(152,144,99)
#89825A
(137,130,90)
#7A7451
(122,116,81)
#6B6648
(107,102,72)
#5C583F
(92,88,63)
#4D4A36
(77,74,54)
#3E3C2D
(62,60,45)
#2F2E24
(47,46,36)
#20201B
(32,32,27)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #A79E6C

#A79E6C
(167,158,108)
#AFA679
(175,166,121)
#B7AE86
(183,174,134)
#BFB693
(191,182,147)
#C7BEA0
(199,190,160)
#CFC6AD
(207,198,173)
#D7CEBA
(215,206,186)
#DFD6C7
(223,214,199)
#E7DED4
(231,222,212)
#EFE6E1
(239,230,225)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79E6C; }

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

This text font color is #A79E6C.

Background Color

.myBgColor { background-color: #A79E6C; }

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

This div background color is #A79E6C.

Border color

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

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

This div border color is #A79E6C.

Opacity

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

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

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

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

This text has shadow with #A79E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79E6C.

Preview

Color preview on black background

This text has color #A79E6C on black background.


Color preview on white background

This text has color #A79E6C on white background.


Black color preview on #A79E6C background

This text has black color on #A79E6C background.


White color preview on #A79E6C background

This text has white color on #A79E6C background.


Related colors

Complementary color

Complementary color for #hex is #586193.


I love getcolorcode.com

Triadic colors

1 #6CA79E and #9E6CA7 with #A79E6C are triadic colors.

2 #6C9EA7 and #9EA76C with #A79E6C are triadic colors.