COLOR #A79085

HEX: #A79085
RGB: (167,144,133)

Color info

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

RGB color model

#A79085 color RGB value is (167,144,133).

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

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 133 of 255 = 52%

167
144
133

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

Portions of RGB colors in percentages

R + G + B =
167 + 144 + 133 = 444 (100%)
R 167 of 444 ~ 37.61%
G 144 of 444 ~ 32.43%
B 133 of 444 ~ 29.95%

%37.61
%32.43
%29.95

CMYK color model

#A79085 color CMYK value is (0,14,20,35).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 20.36%
  • key color value is 34.51%
CMYK:
(0,14,20,35)
C0M14Y20K35 
(0%,14%,20%,35%)
(0.00/0.14/0.20/0.35)	

CMYK percentages

%0
%13.77
%20.36
%34.51

Codes

Color #A79085 in popluar color models

A79085
RGB167144133
HSL19°16.19%58.82%
HSB/HSV19°20.36%65.49%
CMYK0.00%13.77%20.36%
34.51%

Color #A79085 in popluar number systems.

HEXA79085
Decimal167144133
Binary101001111001000010000101
Octal247220205

Shades and tints

Shades of #A79085

#A79085
(167,144,133)
#988379
(152,131,121)
#89766D
(137,118,109)
#7A6961
(122,105,97)
#6B5C55
(107,92,85)
#5C4F49
(92,79,73)
#4D423D
(77,66,61)
#3E3531
(62,53,49)
#2F2825
(47,40,37)
#201B19
(32,27,25)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #A79085

#A79085
(167,144,133)
#AF9A90
(175,154,144)
#B7A49B
(183,164,155)
#BFAEA6
(191,174,166)
#C7B8B1
(199,184,177)
#CFC2BC
(207,194,188)
#D7CCC7
(215,204,199)
#DFD6D2
(223,214,210)
#E7E0DD
(231,224,221)
#EFEAE8
(239,234,232)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79085; }

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

This text font color is #A79085.


Background Color

.myBgColor { background-color: #A79085; }

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

This div background color is #A79085.


Border color

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

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

This div border color is #A79085.


Opacity

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

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

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

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

This text has shadow with #A79085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79085 on black background.


Color preview on white background

This text has color #A79085 on white background.



Black color preview on #A79085 background

This text has black color on #A79085 background.


White color preview on #A79085 background

This text has white color on #A79085 background.