COLOR #A97C2F

HEX: #A97C2F RGB: (169,124,47)

Color info

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

RGB color model

#A97C2F color RGB value is (169,124,47).

RGB: (169,124,47) (66%, 49%, 18%)

RGB channels and saturation

R 169 of 255 = 66%
G 124 of 255 = 49%
B 47 of 255 = 18%

169
124
47

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

Portions of RGB colors in percentages

R + G + B = 169 + 124 + 47 = 340 (100%)
R 169 of 340 ~ 49.71%
G 124 of 340 ~ 36.47%
B 47 of 340 ~ 13.82'%

%49.71
%36.47
%13.82

CMYK color model

#A97C2F color CMYK value is (0,27,72,34).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 72.19%
  • key color value is 33.73%

CMYK: (0,27,72,34)
C0M27Y72K34 (0%, 27%, 72%, 34%)
(0.00 / 0.27 / 0.72 / 0.34)

CMYK percentages

%0
%26.63
%72.19
%33.73

Codes

Color #A97C2F in popluar color models

A9 7C 2F
RGB 169 124 47
HSL 38° 56.48% 42.35%
HSB/HSV 38° 72.19% 66.27%
CMYK 0.00% 26.63% 72.19%
33.73%

Color #A97C2F in popluar number systems.

HEX A9 7C 2F
Decimal 169 124 47
Binary 10101001 1111100 101111
Octal 251 174 57

Shades and tints

Shades of #A97C2F

#A97C2F
(169,124,47)
#9A712B
(154,113,43)
#8B6627
(139,102,39)
#7C5B23
(124,91,35)
#6D501F
(109,80,31)
#5E451B
(94,69,27)
#4F3A17
(79,58,23)
#402F13
(64,47,19)
#31240F
(49,36,15)
#22190B
(34,25,11)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #A97C2F

#A97C2F
(169,124,47)
#B08741
(176,135,65)
#B79253
(183,146,83)
#BE9D65
(190,157,101)
#C5A877
(197,168,119)
#CCB389
(204,179,137)
#D3BE9B
(211,190,155)
#DAC9AD
(218,201,173)
#E1D4BF
(225,212,191)
#E8DFD1
(232,223,209)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97C2F; }

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

This text font color is #A97C2F.

Background Color

.myBgColor { background-color: #A97C2F; }

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

This div background color is #A97C2F.

Border color

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

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

This div border color is #A97C2F.

Opacity

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

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

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

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

This text has shadow with #A97C2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97C2F.

Preview

Color preview on black background

This text has color #A97C2F on black background.


Color preview on white background

This text has color #A97C2F on white background.


Black color preview on #A97C2F background

This text has black color on #A97C2F background.


White color preview on #A97C2F background

This text has white color on #A97C2F background.


Related colors

Complementary color

Complementary color for #hex is #5683D0.


I love getcolorcode.com

Triadic colors

1 #2FA97C and #7C2FA9 with #A97C2F are triadic colors.

2 #2F7CA9 and #7CA92F with #A97C2F are triadic colors.