COLOR #A97C42

HEX: #A97C42
RGB: (169,124,66)

Color info

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

RGB color model

#A97C42 color RGB value is (169,124,66).

  • red value is 169;
  • green value is 124;
  • blue value is 66.
RGB:
(169,124,66)
(66%,49%,26%)

RGB channels and saturation

R 169 of 255 = 66%
G 124 of 255 = 49%
B 66 of 255 = 26%

169
124
66

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

Portions of RGB colors in percentages

R + G + B =
169 + 124 + 66 = 359 (100%)
R 169 of 359 ~ 47.08%
G 124 of 359 ~ 34.54%
B 66 of 359 ~ 18.38%

%47.08
%34.54
%18.38

CMYK color model

#A97C42 color CMYK value is (0,27,61,34).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 60.95%
  • key color value is 33.73%
CMYK:
(0,27,61,34)
C0M27Y61K34 
(0%,27%,61%,34%)
(0.00/0.27/0.61/0.34)	

CMYK percentages

%0
%26.63
%60.95
%33.73

Codes

Color #A97C42 in popluar color models

A97C42
RGB16912466
HSL34°43.83%46.08%
HSB/HSV34°60.95%66.27%
CMYK0.00%26.63%60.95%
33.73%

Color #A97C42 in popluar number systems.

HEXA97C42
Decimal16912466
Binary1010100111111001000010
Octal251174102

Shades and tints

Shades of #A97C42

#A97C42
(169,124,66)
#9A713C
(154,113,60)
#8B6636
(139,102,54)
#7C5B30
(124,91,48)
#6D502A
(109,80,42)
#5E4524
(94,69,36)
#4F3A1E
(79,58,30)
#402F18
(64,47,24)
#312412
(49,36,18)
#22190C
(34,25,12)
#130E06
(19,14,6)
#000000
(0,0,0)

Tints of #A97C42

#A97C42
(169,124,66)
#B08753
(176,135,83)
#B79264
(183,146,100)
#BE9D75
(190,157,117)
#C5A886
(197,168,134)
#CCB397
(204,179,151)
#D3BEA8
(211,190,168)
#DAC9B9
(218,201,185)
#E1D4CA
(225,212,202)
#E8DFDB
(232,223,219)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97C42 color. Also use rgb(169,124,66) instead hex code.

Text Font Color

.myTextColor { color: #A97C42; }

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

This text font color is #A97C42.


Background Color

.myBgColor { background-color: #A97C42; }

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

This div background color is #A97C42.


Border color

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

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

This div border color is #A97C42.


Opacity

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

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

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

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

This text has shadow with #A97C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97C42 on black background.


Color preview on white background

This text has color #A97C42 on white background.



Black color preview on #A97C42 background

This text has black color on #A97C42 background.


White color preview on #A97C42 background

This text has white color on #A97C42 background.