COLOR #A97154

HEX: #A97154 RGB: (169,113,84)

Color info

#A97154 contains mainly red and green colors. Web safe color of #A97154 is #996666 (or #966).

RGB color model

#A97154 color RGB value is (169,113,84).

RGB: (169,113,84) (66%, 44%, 33%)

RGB channels and saturation

R 169 of 255 = 66%
G 113 of 255 = 44%
B 84 of 255 = 33%

169
113
84

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

Portions of RGB colors in percentages

R + G + B = 169 + 113 + 84 = 366 (100%)
R 169 of 366 ~ 46.17%
G 113 of 366 ~ 30.87%
B 84 of 366 ~ 22.95'%

%46.17
%30.87
%22.95

CMYK color model

#A97154 color CMYK value is (0,33,50,34).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 50.30%
  • key color value is 33.73%
CMYK: (0,33,50,34) C0M33Y50K34 (0%,33%,50%,34%) (0.00/0.33/0.50/0.34) 

CMYK percentages

%0
%33.14
%50.3
%33.73

Codes

Color #A97154 in popluar color models

A9 71 54
RGB 169 113 84
HSL 20° 33.60% 49.61%
HSB/HSV 20° 50.30% 66.27%
CMYK 0.00% 33.14% 50.30%
33.73%

Color #A97154 in popluar number systems.

HEX A9 71 54
Decimal 169 113 84
Binary 10101001 1110001 1010100
Octal 251 161 124

Shades and tints

Shades of #A97154

#A97154
(169,113,84)
#9A674D
(154,103,77)
#8B5D46
(139,93,70)
#7C533F
(124,83,63)
#6D4938
(109,73,56)
#5E3F31
(94,63,49)
#4F352A
(79,53,42)
#402B23
(64,43,35)
#31211C
(49,33,28)
#221715
(34,23,21)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #A97154

#A97154
(169,113,84)
#B07D63
(176,125,99)
#B78972
(183,137,114)
#BE9581
(190,149,129)
#C5A190
(197,161,144)
#CCAD9F
(204,173,159)
#D3B9AE
(211,185,174)
#DAC5BD
(218,197,189)
#E1D1CC
(225,209,204)
#E8DDDB
(232,221,219)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97154 color. Also use rgb(169,113,84) instead hex code.

Text Font Color

.myTextColor { color: #A97154; }

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

This text font color is #A97154.

Background Color

.myBgColor { background-color: #A97154; }

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

This div background color is #A97154.

Border color

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

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

This div border color is #A97154.

Opacity

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

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

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

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

This text has shadow with #A97154 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97154.

Preview

Color preview on black background

This text has color #A97154 on black background.


Color preview on white background

This text has color #A97154 on white background.


Black color preview on #A97154 background

This text has black color on #A97154 background.


White color preview on #A97154 background

This text has white color on #A97154 background.


Related colors

Complementary color

Complementary color for #hex is #568EAB.


I love getcolorcode.com

Triadic colors

1 #54A971 and #7154A9 with #A97154 are triadic colors.

2 #5471A9 and #71A954 with #A97154 are triadic colors.