COLOR #A97646

HEX: #A97646
RGB: (169,118,70)

Color info

#A97646 contains mainly red and green colors. Web safe color of #A97646 is #996633 (or #963).

RGB color model

#A97646 color RGB value is (169,118,70).

  • red value is 169;
  • green value is 118;
  • blue value is 70.
RGB:
(169,118,70)
(66%,46%,27%)

RGB channels and saturation

R 169 of 255 = 66%
G 118 of 255 = 46%
B 70 of 255 = 27%

169
118
70

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

Portions of RGB colors in percentages

R + G + B =
169 + 118 + 70 = 357 (100%)
R 169 of 357 ~ 47.34%
G 118 of 357 ~ 33.05%
B 70 of 357 ~ 19.61%

%47.34
%33.05
%19.61

CMYK color model

#A97646 color CMYK value is (0,30,59,34).

  • cyan value is 0.00%
  • magenta value is 30.18%
  • yellow value is 58.58%
  • key color value is 33.73%
CMYK:
(0,30,59,34)
C0M30Y59K34 
(0%,30%,59%,34%)
(0.00/0.30/0.59/0.34)	

CMYK percentages

%0
%30.18
%58.58
%33.73

Codes

Color #A97646 in popluar color models

A97646
RGB16911870
HSL29°41.42%46.86%
HSB/HSV29°58.58%66.27%
CMYK0.00%30.18%58.58%
33.73%

Color #A97646 in popluar number systems.

HEXA97646
Decimal16911870
Binary1010100111101101000110
Octal251166106

Shades and tints

Shades of #A97646

#A97646
(169,118,70)
#9A6C40
(154,108,64)
#8B623A
(139,98,58)
#7C5834
(124,88,52)
#6D4E2E
(109,78,46)
#5E4428
(94,68,40)
#4F3A22
(79,58,34)
#40301C
(64,48,28)
#312616
(49,38,22)
#221C10
(34,28,16)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #A97646

#A97646
(169,118,70)
#B08256
(176,130,86)
#B78E66
(183,142,102)
#BE9A76
(190,154,118)
#C5A686
(197,166,134)
#CCB296
(204,178,150)
#D3BEA6
(211,190,166)
#DACAB6
(218,202,182)
#E1D6C6
(225,214,198)
#E8E2D6
(232,226,214)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97646 color. Also use rgb(169,118,70) instead hex code.

Text Font Color

.myTextColor { color: #A97646; }

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

This text font color is #A97646.


Background Color

.myBgColor { background-color: #A97646; }

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

This div background color is #A97646.


Border color

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

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

This div border color is #A97646.


Opacity

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

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

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

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

This text has shadow with #A97646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97646 on black background.


Color preview on white background

This text has color #A97646 on white background.



Black color preview on #A97646 background

This text has black color on #A97646 background.


White color preview on #A97646 background

This text has white color on #A97646 background.