COLOR #A79B84

HEX: #A79B84 RGB: (167,155,132)

Color info

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

RGB color model

#A79B84 color RGB value is (167,155,132).

RGB: (167,155,132) (65%, 61%, 52%)

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 132 of 255 = 52%

167
155
132

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

Portions of RGB colors in percentages

R + G + B = 167 + 155 + 132 = 454 (100%)
R 167 of 454 ~ 36.78%
G 155 of 454 ~ 34.14%
B 132 of 454 ~ 29.07'%

%36.78
%34.14
%29.07

CMYK color model

#A79B84 color CMYK value is (0,7,21,35).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 20.96%
  • key color value is 34.51%

CMYK: (0,7,21,35)
C0M7Y21K35 (0%, 7%, 21%, 35%)
(0.00 / 0.07 / 0.21 / 0.35)

CMYK percentages

%0
%7.19
%20.96
%34.51

Codes

Color #A79B84 in popluar color models

A7 9B 84
RGB 167 155 132
HSL 39° 16.59% 58.63%
HSB/HSV 39° 20.96% 65.49%
CMYK 0.00% 7.19% 20.96%
34.51%

Color #A79B84 in popluar number systems.

HEX A7 9B 84
Decimal 167 155 132
Binary 10100111 10011011 10000100
Octal 247 233 204

Shades and tints

Shades of #A79B84

#A79B84
(167,155,132)
#988D78
(152,141,120)
#897F6C
(137,127,108)
#7A7160
(122,113,96)
#6B6354
(107,99,84)
#5C5548
(92,85,72)
#4D473C
(77,71,60)
#3E3930
(62,57,48)
#2F2B24
(47,43,36)
#201D18
(32,29,24)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #A79B84

#A79B84
(167,155,132)
#AFA48F
(175,164,143)
#B7AD9A
(183,173,154)
#BFB6A5
(191,182,165)
#C7BFB0
(199,191,176)
#CFC8BB
(207,200,187)
#D7D1C6
(215,209,198)
#DFDAD1
(223,218,209)
#E7E3DC
(231,227,220)
#EFECE7
(239,236,231)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79B84 color. Also use rgb(167,155,132) instead hex code.

Text Font Color

.myTextColor { color: #A79B84; }

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

This text font color is #A79B84.

Background Color

.myBgColor { background-color: #A79B84; }

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

This div background color is #A79B84.

Border color

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

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

This div border color is #A79B84.

Opacity

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

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

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

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

This text has shadow with #A79B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79B84.

Preview

Color preview on black background

This text has color #A79B84 on black background.


Color preview on white background

This text has color #A79B84 on white background.


Black color preview on #A79B84 background

This text has black color on #A79B84 background.


White color preview on #A79B84 background

This text has white color on #A79B84 background.


Related colors

Complementary color

Complementary color for #hex is #58647B.


I love getcolorcode.com

Triadic colors

1 #84A79B and #9B84A7 with #A79B84 are triadic colors.

2 #849BA7 and #9BA784 with #A79B84 are triadic colors.