COLOR #A79791

HEX: #A79791 RGB: (167,151,145)

Color info

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

RGB color model

#A79791 color RGB value is (167,151,145).

RGB: (167,151,145) (65%, 59%, 57%)

RGB channels and saturation

R 167 of 255 = 65%
G 151 of 255 = 59%
B 145 of 255 = 57%

167
151
145

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

Portions of RGB colors in percentages

R + G + B = 167 + 151 + 145 = 463 (100%)
R 167 of 463 ~ 36.07%
G 151 of 463 ~ 32.61%
B 145 of 463 ~ 31.32'%

%36.07
%32.61
%31.32

CMYK color model

#A79791 color CMYK value is (0,10,13,35).

  • cyan value is 0.00%
  • magenta value is 9.58%
  • yellow value is 13.17%
  • key color value is 34.51%

CMYK: (0,10,13,35)
C0M10Y13K35 (0%, 10%, 13%, 35%)
(0.00 / 0.10 / 0.13 / 0.35)

CMYK percentages

%0
%9.58
%13.17
%34.51

Codes

Color #A79791 in popluar color models

A7 97 91
RGB 167 151 145
HSL 16° 11.11% 61.18%
HSB/HSV 16° 13.17% 65.49%
CMYK 0.00% 9.58% 13.17%
34.51%

Color #A79791 in popluar number systems.

HEX A7 97 91
Decimal 167 151 145
Binary 10100111 10010111 10010001
Octal 247 227 221

Shades and tints

Shades of #A79791

#A79791
(167,151,145)
#988A84
(152,138,132)
#897D77
(137,125,119)
#7A706A
(122,112,106)
#6B635D
(107,99,93)
#5C5650
(92,86,80)
#4D4943
(77,73,67)
#3E3C36
(62,60,54)
#2F2F29
(47,47,41)
#20221C
(32,34,28)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #A79791

#A79791
(167,151,145)
#AFA09B
(175,160,155)
#B7A9A5
(183,169,165)
#BFB2AF
(191,178,175)
#C7BBB9
(199,187,185)
#CFC4C3
(207,196,195)
#D7CDCD
(215,205,205)
#DFD6D7
(223,214,215)
#E7DFE1
(231,223,225)
#EFE8EB
(239,232,235)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79791 color. Also use rgb(167,151,145) instead hex code.

Text Font Color

.myTextColor { color: #A79791; }

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

This text font color is #A79791.

Background Color

.myBgColor { background-color: #A79791; }

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

This div background color is #A79791.

Border color

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

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

This div border color is #A79791.

Opacity

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

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

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

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

This text has shadow with #A79791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79791.

Preview

Color preview on black background

This text has color #A79791 on black background.


Color preview on white background

This text has color #A79791 on white background.


Black color preview on #A79791 background

This text has black color on #A79791 background.


White color preview on #A79791 background

This text has white color on #A79791 background.


Related colors

Complementary color

Complementary color for #hex is #58686E.


I love getcolorcode.com

Triadic colors

1 #91A797 and #9791A7 with #A79791 are triadic colors.

2 #9197A7 and #97A791 with #A79791 are triadic colors.