COLOR #A79583

HEX: #A79583
RGB: (167,149,131)

Color info

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

RGB color model

#A79583 color RGB value is (167,149,131).

  • red value is 167;
  • green value is 149;
  • blue value is 131.
RGB:
(167,149,131)
(65%,58%,51%)

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 131 of 255 = 51%

167
149
131

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

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 131 = 447 (100%)
R 167 of 447 ~ 37.36%
G 149 of 447 ~ 33.33%
B 131 of 447 ~ 29.31%

%37.36
%33.33
%29.31

CMYK color model

#A79583 color CMYK value is (0,11,22,35).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 21.56%
  • key color value is 34.51%
CMYK:
(0,11,22,35)
C0M11Y22K35 
(0%,11%,22%,35%)
(0.00/0.11/0.22/0.35)	

CMYK percentages

%0
%10.78
%21.56
%34.51

Codes

Color #A79583 in popluar color models

A79583
RGB167149131
HSL30°16.98%58.43%
HSB/HSV30°21.56%65.49%
CMYK0.00%10.78%21.56%
34.51%

Color #A79583 in popluar number systems.

HEXA79583
Decimal167149131
Binary101001111001010110000011
Octal247225203

Shades and tints

Shades of #A79583

#A79583
(167,149,131)
#988878
(152,136,120)
#897B6D
(137,123,109)
#7A6E62
(122,110,98)
#6B6157
(107,97,87)
#5C544C
(92,84,76)
#4D4741
(77,71,65)
#3E3A36
(62,58,54)
#2F2D2B
(47,45,43)
#202020
(32,32,32)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #A79583

#A79583
(167,149,131)
#AF9E8E
(175,158,142)
#B7A799
(183,167,153)
#BFB0A4
(191,176,164)
#C7B9AF
(199,185,175)
#CFC2BA
(207,194,186)
#D7CBC5
(215,203,197)
#DFD4D0
(223,212,208)
#E7DDDB
(231,221,219)
#EFE6E6
(239,230,230)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79583; }

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

This text font color is #A79583.


Background Color

.myBgColor { background-color: #A79583; }

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

This div background color is #A79583.


Border color

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

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

This div border color is #A79583.


Opacity

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

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

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

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

This text has shadow with #A79583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79583 on black background.


Color preview on white background

This text has color #A79583 on white background.



Black color preview on #A79583 background

This text has black color on #A79583 background.


White color preview on #A79583 background

This text has white color on #A79583 background.