COLOR #A79F83

HEX: #A79F83 RGB: (167,159,131)

Color info

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

RGB color model

#A79F83 color RGB value is (167,159,131).

RGB: (167,159,131) (65%, 62%, 51%)

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 131 of 255 = 51%

167
159
131

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

Portions of RGB colors in percentages

R + G + B = 167 + 159 + 131 = 457 (100%)
R 167 of 457 ~ 36.54%
G 159 of 457 ~ 34.79%
B 131 of 457 ~ 28.67'%

%36.54
%34.79
%28.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 21.56%
  • key color value is 34.51%

CMYK: (0,5,22,35)
C0M5Y22K35 (0%, 5%, 22%, 35%)
(0.00 / 0.05 / 0.22 / 0.35)

CMYK percentages

%0
%4.79
%21.56
%34.51

Codes

Color #A79F83 in popluar color models

A7 9F 83
RGB 167 159 131
HSL 47° 16.98% 58.43%
HSB/HSV 47° 21.56% 65.49%
CMYK 0.00% 4.79% 21.56%
34.51%

Color #A79F83 in popluar number systems.

HEX A7 9F 83
Decimal 167 159 131
Binary 10100111 10011111 10000011
Octal 247 237 203

Shades and tints

Shades of #A79F83

#A79F83
(167,159,131)
#989178
(152,145,120)
#89836D
(137,131,109)
#7A7562
(122,117,98)
#6B6757
(107,103,87)
#5C594C
(92,89,76)
#4D4B41
(77,75,65)
#3E3D36
(62,61,54)
#2F2F2B
(47,47,43)
#202120
(32,33,32)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #A79F83

#A79F83
(167,159,131)
#AFA78E
(175,167,142)
#B7AF99
(183,175,153)
#BFB7A4
(191,183,164)
#C7BFAF
(199,191,175)
#CFC7BA
(207,199,186)
#D7CFC5
(215,207,197)
#DFD7D0
(223,215,208)
#E7DFDB
(231,223,219)
#EFE7E6
(239,231,230)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79F83; }

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

This text font color is #A79F83.

Background Color

.myBgColor { background-color: #A79F83; }

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

This div background color is #A79F83.

Border color

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

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

This div border color is #A79F83.

Opacity

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

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

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

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

This text has shadow with #A79F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79F83.

Preview

Color preview on black background

This text has color #A79F83 on black background.


Color preview on white background

This text has color #A79F83 on white background.


Black color preview on #A79F83 background

This text has black color on #A79F83 background.


White color preview on #A79F83 background

This text has white color on #A79F83 background.


Related colors

Complementary color

Complementary color for #hex is #58607C.


I love getcolorcode.com

Triadic colors

1 #83A79F and #9F83A7 with #A79F83 are triadic colors.

2 #839FA7 and #9FA783 with #A79F83 are triadic colors.