COLOR #A97836

HEX: #A97836
RGB: (169,120,54)

Color info

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

RGB color model

#A97836 color RGB value is (169,120,54).

  • red value is 169;
  • green value is 120;
  • blue value is 54.
RGB:
(169,120,54)
(66%,47%,21%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 54 of 255 = 21%

169
120
54

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

Portions of RGB colors in percentages

R + G + B =
169 + 120 + 54 = 343 (100%)
R 169 of 343 ~ 49.27%
G 120 of 343 ~ 34.99%
B 54 of 343 ~ 15.74%

%49.27
%34.99
%15.74

CMYK color model

#A97836 color CMYK value is (0,29,68,34).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 68.05%
  • key color value is 33.73%
CMYK:
(0,29,68,34)
C0M29Y68K34 
(0%,29%,68%,34%)
(0.00/0.29/0.68/0.34)	

CMYK percentages

%0
%28.99
%68.05
%33.73

Codes

Color #A97836 in popluar color models

A97836
RGB16912054
HSL34°51.57%43.73%
HSB/HSV34°68.05%66.27%
CMYK0.00%28.99%68.05%
33.73%

Color #A97836 in popluar number systems.

HEXA97836
Decimal16912054
Binary101010011111000110110
Octal25117066

Shades and tints

Shades of #A97836

#A97836
(169,120,54)
#9A6E32
(154,110,50)
#8B642E
(139,100,46)
#7C5A2A
(124,90,42)
#6D5026
(109,80,38)
#5E4622
(94,70,34)
#4F3C1E
(79,60,30)
#40321A
(64,50,26)
#312816
(49,40,22)
#221E12
(34,30,18)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #A97836

#A97836
(169,120,54)
#B08448
(176,132,72)
#B7905A
(183,144,90)
#BE9C6C
(190,156,108)
#C5A87E
(197,168,126)
#CCB490
(204,180,144)
#D3C0A2
(211,192,162)
#DACCB4
(218,204,180)
#E1D8C6
(225,216,198)
#E8E4D8
(232,228,216)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97836 color. Also use rgb(169,120,54) instead hex code.

Text Font Color

.myTextColor { color: #A97836; }

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

This text font color is #A97836.


Background Color

.myBgColor { background-color: #A97836; }

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

This div background color is #A97836.


Border color

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

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

This div border color is #A97836.


Opacity

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

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

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

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

This text has shadow with #A97836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97836 on black background.


Color preview on white background

This text has color #A97836 on white background.



Black color preview on #A97836 background

This text has black color on #A97836 background.


White color preview on #A97836 background

This text has white color on #A97836 background.