COLOR #A79191

HEX: #A79191 RGB: (167,145,145)

Color info

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

RGB color model

#A79191 color RGB value is (167,145,145).

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

RGB channels and saturation

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

167
145
145

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

Portions of RGB colors in percentages

R + G + B = 167 + 145 + 145 = 457 (100%)
R 167 of 457 ~ 36.54%
G 145 of 457 ~ 31.73%
B 145 of 457 ~ 31.73'%

%36.54
%31.73
%31.73

CMYK color model

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

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

CMYK: (0,13,13,35)
C0M13Y13K35 (0%, 13%, 13%, 35%)
(0.00 / 0.13 / 0.13 / 0.35)

CMYK percentages

%0
%13.17
%13.17
%34.51

Codes

Color #A79191 in popluar color models

A7 91 91
RGB 167 145 145
HSL 11.11% 61.18%
HSB/HSV 13.17% 65.49%
CMYK 0.00% 13.17% 13.17%
34.51%

Color #A79191 in popluar number systems.

HEX A7 91 91
Decimal 167 145 145
Binary 10100111 10010001 10010001
Octal 247 221 221

Shades and tints

Shades of #A79191

#A79191
(167,145,145)
#988484
(152,132,132)
#897777
(137,119,119)
#7A6A6A
(122,106,106)
#6B5D5D
(107,93,93)
#5C5050
(92,80,80)
#4D4343
(77,67,67)
#3E3636
(62,54,54)
#2F2929
(47,41,41)
#201C1C
(32,28,28)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #A79191

#A79191
(167,145,145)
#AF9B9B
(175,155,155)
#B7A5A5
(183,165,165)
#BFAFAF
(191,175,175)
#C7B9B9
(199,185,185)
#CFC3C3
(207,195,195)
#D7CDCD
(215,205,205)
#DFD7D7
(223,215,215)
#E7E1E1
(231,225,225)
#EFEBEB
(239,235,235)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79191; }

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

This text font color is #A79191.

Background Color

.myBgColor { background-color: #A79191; }

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

This div background color is #A79191.

Border color

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

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

This div border color is #A79191.

Opacity

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

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

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

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

This text has shadow with #A79191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79191.

Preview

Color preview on black background

This text has color #A79191 on black background.


Color preview on white background

This text has color #A79191 on white background.


Black color preview on #A79191 background

This text has black color on #A79191 background.


White color preview on #A79191 background

This text has white color on #A79191 background.


Related colors

Complementary color

Complementary color for #hex is #586E6E.


I love getcolorcode.com