COLOR #A79187

HEX: #A79187
RGB: (167,145,135)

Color info

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

RGB color model

#A79187 color RGB value is (167,145,135).

  • red value is 167;
  • green value is 145;
  • blue value is 135.
RGB:
(167,145,135)
(65%,57%,53%)

RGB channels and saturation

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

167
145
135

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

Portions of RGB colors in percentages

R + G + B =
167 + 145 + 135 = 447 (100%)
R 167 of 447 ~ 37.36%
G 145 of 447 ~ 32.44%
B 135 of 447 ~ 30.2%

%37.36
%32.44
%30.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.17%
  • yellow value is 19.16%
  • key color value is 34.51%
CMYK:
(0,13,19,35)
C0M13Y19K35 
(0%,13%,19%,35%)
(0.00/0.13/0.19/0.35)	

CMYK percentages

%0
%13.17
%19.16
%34.51

Codes

Color #A79187 in popluar color models

A79187
RGB167145135
HSL19°15.38%59.22%
HSB/HSV19°19.16%65.49%
CMYK0.00%13.17%19.16%
34.51%

Color #A79187 in popluar number systems.

HEXA79187
Decimal167145135
Binary101001111001000110000111
Octal247221207

Shades and tints

Shades of #A79187

#A79187
(167,145,135)
#98847B
(152,132,123)
#89776F
(137,119,111)
#7A6A63
(122,106,99)
#6B5D57
(107,93,87)
#5C504B
(92,80,75)
#4D433F
(77,67,63)
#3E3633
(62,54,51)
#2F2927
(47,41,39)
#201C1B
(32,28,27)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #A79187

#A79187
(167,145,135)
#AF9B91
(175,155,145)
#B7A59B
(183,165,155)
#BFAFA5
(191,175,165)
#C7B9AF
(199,185,175)
#CFC3B9
(207,195,185)
#D7CDC3
(215,205,195)
#DFD7CD
(223,215,205)
#E7E1D7
(231,225,215)
#EFEBE1
(239,235,225)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79187; }

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

This text font color is #A79187.


Background Color

.myBgColor { background-color: #A79187; }

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

This div background color is #A79187.


Border color

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

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

This div border color is #A79187.


Opacity

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

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

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

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

This text has shadow with #A79187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79187 on black background.


Color preview on white background

This text has color #A79187 on white background.



Black color preview on #A79187 background

This text has black color on #A79187 background.


White color preview on #A79187 background

This text has white color on #A79187 background.