COLOR #A97701

HEX: #A97701
RGB: (169,119,1)

Color info

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

RGB color model

#A97701 color RGB value is (169,119,1).

  • red value is 169;
  • green value is 119;
  • blue value is 1.
RGB:
(169,119,1)
(66%,47%,0%)

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 1 of 255 = 0%

169
119
1

R + G + B ~ 38%. #A97701 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 1 = 289 (100%)
R 169 of 289 ~ 58.48%
G 119 of 289 ~ 41.18%
B 1 of 289 ~ 0.35%

%58.48
%41.18

CMYK color model

#A97701 color CMYK value is (0,30,99,34).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 99.41%
  • key color value is 33.73%
CMYK:
(0,30,99,34)
C0M30Y99K34 
(0%,30%,99%,34%)
(0.00/0.30/0.99/0.34)	

CMYK percentages

%0
%29.59
%99.41
%33.73

Codes

Color #A97701 in popluar color models

A97701
RGB1691191
HSL42°98.82%33.33%
HSB/HSV42°99.41%66.27%
CMYK0.00%29.59%99.41%
33.73%

Color #A97701 in popluar number systems.

HEXA97701
Decimal1691191
Binary1010100111101111
Octal2511671

Shades and tints

Shades of #A97701

#A97701
(169,119,1)
#9A6D01
(154,109,1)
#8B6301
(139,99,1)
#7C5901
(124,89,1)
#6D4F01
(109,79,1)
#5E4501
(94,69,1)
#4F3B01
(79,59,1)
#403101
(64,49,1)
#312701
(49,39,1)
#221D01
(34,29,1)
#131301
(19,19,1)
#000000
(0,0,0)

Tints of #A97701

#A97701
(169,119,1)
#B08318
(176,131,24)
#B78F2F
(183,143,47)
#BE9B46
(190,155,70)
#C5A75D
(197,167,93)
#CCB374
(204,179,116)
#D3BF8B
(211,191,139)
#DACBA2
(218,203,162)
#E1D7B9
(225,215,185)
#E8E3D0
(232,227,208)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97701 color. Also use rgb(169,119,1) instead hex code.

Text Font Color

.myTextColor { color: #A97701; }

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

This text font color is #A97701.


Background Color

.myBgColor { background-color: #A97701; }

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

This div background color is #A97701.


Border color

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

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

This div border color is #A97701.


Opacity

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

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

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

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

This text has shadow with #A97701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97701 on black background.


Color preview on white background

This text has color #A97701 on white background.



Black color preview on #A97701 background

This text has black color on #A97701 background.


White color preview on #A97701 background

This text has white color on #A97701 background.