COLOR #A97213

HEX: #A97213
RGB: (169,114,19)

Color info

#A97213 contains mainly red and green colors. Web safe color of #A97213 is #996600 (or #960).

RGB color model

#A97213 color RGB value is (169,114,19).

  • red value is 169;
  • green value is 114;
  • blue value is 19.
RGB:
(169,114,19)
(66%,45%,7%)

RGB channels and saturation

R 169 of 255 = 66%
G 114 of 255 = 45%
B 19 of 255 = 7%

169
114
19

R + G + B ~ 39%. #A97213 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 114 + 19 = 302 (100%)
R 169 of 302 ~ 55.96%
G 114 of 302 ~ 37.75%
B 19 of 302 ~ 6.29%

%55.96
%37.75

CMYK color model

#A97213 color CMYK value is (0,33,89,34).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 88.76%
  • key color value is 33.73%
CMYK:
(0,33,89,34)
C0M33Y89K34 
(0%,33%,89%,34%)
(0.00/0.33/0.89/0.34)	

CMYK percentages

%0
%32.54
%88.76
%33.73

Codes

Color #A97213 in popluar color models

A97213
RGB16911419
HSL38°79.79%36.86%
HSB/HSV38°88.76%66.27%
CMYK0.00%32.54%88.76%
33.73%

Color #A97213 in popluar number systems.

HEXA97213
Decimal16911419
Binary10101001111001010011
Octal25116223

Shades and tints

Shades of #A97213

#A97213
(169,114,19)
#9A6812
(154,104,18)
#8B5E11
(139,94,17)
#7C5410
(124,84,16)
#6D4A0F
(109,74,15)
#5E400E
(94,64,14)
#4F360D
(79,54,13)
#402C0C
(64,44,12)
#31220B
(49,34,11)
#22180A
(34,24,10)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #A97213

#A97213
(169,114,19)
#B07E28
(176,126,40)
#B78A3D
(183,138,61)
#BE9652
(190,150,82)
#C5A267
(197,162,103)
#CCAE7C
(204,174,124)
#D3BA91
(211,186,145)
#DAC6A6
(218,198,166)
#E1D2BB
(225,210,187)
#E8DED0
(232,222,208)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97213 color. Also use rgb(169,114,19) instead hex code.

Text Font Color

.myTextColor { color: #A97213; }

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

This text font color is #A97213.


Background Color

.myBgColor { background-color: #A97213; }

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

This div background color is #A97213.


Border color

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

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

This div border color is #A97213.


Opacity

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

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

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

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

This text has shadow with #A97213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97213 on black background.


Color preview on white background

This text has color #A97213 on white background.



Black color preview on #A97213 background

This text has black color on #A97213 background.


White color preview on #A97213 background

This text has white color on #A97213 background.