COLOR #A79182

HEX: #A79182 RGB: (167,145,130)

Color info

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

RGB color model

#A79182 color RGB value is (167,145,130).

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

RGB channels and saturation

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

167
145
130

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

Portions of RGB colors in percentages

R + G + B = 167 + 145 + 130 = 442 (100%)
R 167 of 442 ~ 37.78%
G 145 of 442 ~ 32.81%
B 130 of 442 ~ 29.41'%

%37.78
%32.81
%29.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.17%
  • yellow value is 22.16%
  • key color value is 34.51%
CMYK: (0,13,22,35) C0M13Y22K35 (0%,13%,22%,35%) (0.00/0.13/0.22/0.35) 

CMYK percentages

%0
%13.17
%22.16
%34.51

Codes

Color #A79182 in popluar color models

A7 91 82
RGB 167 145 130
HSL 24° 17.37% 58.24%
HSB/HSV 24° 22.16% 65.49%
CMYK 0.00% 13.17% 22.16%
34.51%

Color #A79182 in popluar number systems.

HEX A7 91 82
Decimal 167 145 130
Binary 10100111 10010001 10000010
Octal 247 221 202

Shades and tints

Shades of #A79182

#A79182
(167,145,130)
#988477
(152,132,119)
#89776C
(137,119,108)
#7A6A61
(122,106,97)
#6B5D56
(107,93,86)
#5C504B
(92,80,75)
#4D4340
(77,67,64)
#3E3635
(62,54,53)
#2F292A
(47,41,42)
#201C1F
(32,28,31)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #A79182

#A79182
(167,145,130)
#AF9B8D
(175,155,141)
#B7A598
(183,165,152)
#BFAFA3
(191,175,163)
#C7B9AE
(199,185,174)
#CFC3B9
(207,195,185)
#D7CDC4
(215,205,196)
#DFD7CF
(223,215,207)
#E7E1DA
(231,225,218)
#EFEBE5
(239,235,229)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79182; }

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

This text font color is #A79182.

Background Color

.myBgColor { background-color: #A79182; }

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

This div background color is #A79182.

Border color

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

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

This div border color is #A79182.

Opacity

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

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

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

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

This text has shadow with #A79182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79182.

Preview

Color preview on black background

This text has color #A79182 on black background.


Color preview on white background

This text has color #A79182 on white background.


Black color preview on #A79182 background

This text has black color on #A79182 background.


White color preview on #A79182 background

This text has white color on #A79182 background.


Related colors

Complementary color

Complementary color for #hex is #586E7D.


I love getcolorcode.com

Triadic colors

1 #82A791 and #9182A7 with #A79182 are triadic colors.

2 #8291A7 and #91A782 with #A79182 are triadic colors.