COLOR #A97720

HEX: #A97720
RGB: (169,119,32)

Color info

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

RGB color model

#A97720 color RGB value is (169,119,32).

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

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 32 of 255 = 13%

169
119
32

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

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 32 = 320 (100%)
R 169 of 320 ~ 52.81%
G 119 of 320 ~ 37.19%
B 32 of 320 ~ 10%

%52.81
%37.19
%10

CMYK color model

#A97720 color CMYK value is (0,30,81,34).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 81.07%
  • key color value is 33.73%
CMYK:
(0,30,81,34)
C0M30Y81K34 
(0%,30%,81%,34%)
(0.00/0.30/0.81/0.34)	

CMYK percentages

%0
%29.59
%81.07
%33.73

Codes

Color #A97720 in popluar color models

A97720
RGB16911932
HSL38°68.16%39.41%
HSB/HSV38°81.07%66.27%
CMYK0.00%29.59%81.07%
33.73%

Color #A97720 in popluar number systems.

HEXA97720
Decimal16911932
Binary101010011110111100000
Octal25116740

Shades and tints

Shades of #A97720

#A97720
(169,119,32)
#9A6D1E
(154,109,30)
#8B631C
(139,99,28)
#7C591A
(124,89,26)
#6D4F18
(109,79,24)
#5E4516
(94,69,22)
#4F3B14
(79,59,20)
#403112
(64,49,18)
#312710
(49,39,16)
#221D0E
(34,29,14)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #A97720

#A97720
(169,119,32)
#B08334
(176,131,52)
#B78F48
(183,143,72)
#BE9B5C
(190,155,92)
#C5A770
(197,167,112)
#CCB384
(204,179,132)
#D3BF98
(211,191,152)
#DACBAC
(218,203,172)
#E1D7C0
(225,215,192)
#E8E3D4
(232,227,212)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97720; }

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

This text font color is #A97720.


Background Color

.myBgColor { background-color: #A97720; }

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

This div background color is #A97720.


Border color

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

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

This div border color is #A97720.


Opacity

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

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

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

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

This text has shadow with #A97720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97720 on black background.


Color preview on white background

This text has color #A97720 on white background.



Black color preview on #A97720 background

This text has black color on #A97720 background.


White color preview on #A97720 background

This text has white color on #A97720 background.