COLOR #A79785

HEX: #A79785
RGB: (167,151,133)

Color info

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

RGB color model

#A79785 color RGB value is (167,151,133).

  • red value is 167;
  • green value is 151;
  • blue value is 133.
RGB:
(167,151,133)
(65%,59%,52%)

RGB channels and saturation

R 167 of 255 = 65%
G 151 of 255 = 59%
B 133 of 255 = 52%

167
151
133

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

Portions of RGB colors in percentages

R + G + B =
167 + 151 + 133 = 451 (100%)
R 167 of 451 ~ 37.03%
G 151 of 451 ~ 33.48%
B 133 of 451 ~ 29.49%

%37.03
%33.48
%29.49

CMYK color model

#A79785 color CMYK value is (0,10,20,35).

  • cyan value is 0.00%
  • magenta value is 9.58%
  • yellow value is 20.36%
  • key color value is 34.51%
CMYK:
(0,10,20,35)
C0M10Y20K35 
(0%,10%,20%,35%)
(0.00/0.10/0.20/0.35)	

CMYK percentages

%0
%9.58
%20.36
%34.51

Codes

Color #A79785 in popluar color models

A79785
RGB167151133
HSL32°16.19%58.82%
HSB/HSV32°20.36%65.49%
CMYK0.00%9.58%20.36%
34.51%

Color #A79785 in popluar number systems.

HEXA79785
Decimal167151133
Binary101001111001011110000101
Octal247227205

Shades and tints

Shades of #A79785

#A79785
(167,151,133)
#988A79
(152,138,121)
#897D6D
(137,125,109)
#7A7061
(122,112,97)
#6B6355
(107,99,85)
#5C5649
(92,86,73)
#4D493D
(77,73,61)
#3E3C31
(62,60,49)
#2F2F25
(47,47,37)
#202219
(32,34,25)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #A79785

#A79785
(167,151,133)
#AFA090
(175,160,144)
#B7A99B
(183,169,155)
#BFB2A6
(191,178,166)
#C7BBB1
(199,187,177)
#CFC4BC
(207,196,188)
#D7CDC7
(215,205,199)
#DFD6D2
(223,214,210)
#E7DFDD
(231,223,221)
#EFE8E8
(239,232,232)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79785; }

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

This text font color is #A79785.


Background Color

.myBgColor { background-color: #A79785; }

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

This div background color is #A79785.


Border color

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

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

This div border color is #A79785.


Opacity

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

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

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

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

This text has shadow with #A79785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79785 on black background.


Color preview on white background

This text has color #A79785 on white background.



Black color preview on #A79785 background

This text has black color on #A79785 background.


White color preview on #A79785 background

This text has white color on #A79785 background.