COLOR #A79565

HEX: #A79565
RGB: (167,149,101)

Color info

#A79565 contains mainly red and green colors. Web safe color of #A79565 is #999966 (or #996).

RGB color model

#A79565 color RGB value is (167,149,101).

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

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 101 of 255 = 40%

167
149
101

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

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 101 = 417 (100%)
R 167 of 417 ~ 40.05%
G 149 of 417 ~ 35.73%
B 101 of 417 ~ 24.22%

%40.05
%35.73
%24.22

CMYK color model

#A79565 color CMYK value is (0,11,40,35).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 39.52%
  • key color value is 34.51%
CMYK:
(0,11,40,35)
C0M11Y40K35 
(0%,11%,40%,35%)
(0.00/0.11/0.40/0.35)	

CMYK percentages

%0
%10.78
%39.52
%34.51

Codes

Color #A79565 in popluar color models

A79565
RGB167149101
HSL44°27.27%52.55%
HSB/HSV44°39.52%65.49%
CMYK0.00%10.78%39.52%
34.51%

Color #A79565 in popluar number systems.

HEXA79565
Decimal167149101
Binary10100111100101011100101
Octal247225145

Shades and tints

Shades of #A79565

#A79565
(167,149,101)
#98885C
(152,136,92)
#897B53
(137,123,83)
#7A6E4A
(122,110,74)
#6B6141
(107,97,65)
#5C5438
(92,84,56)
#4D472F
(77,71,47)
#3E3A26
(62,58,38)
#2F2D1D
(47,45,29)
#202014
(32,32,20)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #A79565

#A79565
(167,149,101)
#AF9E73
(175,158,115)
#B7A781
(183,167,129)
#BFB08F
(191,176,143)
#C7B99D
(199,185,157)
#CFC2AB
(207,194,171)
#D7CBB9
(215,203,185)
#DFD4C7
(223,212,199)
#E7DDD5
(231,221,213)
#EFE6E3
(239,230,227)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79565; }

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

This text font color is #A79565.


Background Color

.myBgColor { background-color: #A79565; }

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

This div background color is #A79565.


Border color

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

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

This div border color is #A79565.


Opacity

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

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

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

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

This text has shadow with #A79565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79565 on black background.


Color preview on white background

This text has color #A79565 on white background.



Black color preview on #A79565 background

This text has black color on #A79565 background.


White color preview on #A79565 background

This text has white color on #A79565 background.