COLOR #A97360

HEX: #A97360
RGB: (169,115,96)

Color info

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

RGB color model

#A97360 color RGB value is (169,115,96).

  • red value is 169;
  • green value is 115;
  • blue value is 96.
RGB:
(169,115,96)
(66%,45%,38%)

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 96 of 255 = 38%

169
115
96

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

Portions of RGB colors in percentages

R + G + B =
169 + 115 + 96 = 380 (100%)
R 169 of 380 ~ 44.47%
G 115 of 380 ~ 30.26%
B 96 of 380 ~ 25.26%

%44.47
%30.26
%25.26

CMYK color model

#A97360 color CMYK value is (0,32,43,34).

  • cyan value is 0.00%
  • magenta value is 31.95%
  • yellow value is 43.20%
  • key color value is 33.73%
CMYK:
(0,32,43,34)
C0M32Y43K34 
(0%,32%,43%,34%)
(0.00/0.32/0.43/0.34)	

CMYK percentages

%0
%31.95
%43.2
%33.73

Codes

Color #A97360 in popluar color models

A97360
RGB16911596
HSL16°29.80%51.96%
HSB/HSV16°43.20%66.27%
CMYK0.00%31.95%43.20%
33.73%

Color #A97360 in popluar number systems.

HEXA97360
Decimal16911596
Binary1010100111100111100000
Octal251163140

Shades and tints

Shades of #A97360

#A97360
(169,115,96)
#9A6958
(154,105,88)
#8B5F50
(139,95,80)
#7C5548
(124,85,72)
#6D4B40
(109,75,64)
#5E4138
(94,65,56)
#4F3730
(79,55,48)
#402D28
(64,45,40)
#312320
(49,35,32)
#221918
(34,25,24)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #A97360

#A97360
(169,115,96)
#B07F6E
(176,127,110)
#B78B7C
(183,139,124)
#BE978A
(190,151,138)
#C5A398
(197,163,152)
#CCAFA6
(204,175,166)
#D3BBB4
(211,187,180)
#DAC7C2
(218,199,194)
#E1D3D0
(225,211,208)
#E8DFDE
(232,223,222)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97360 color. Also use rgb(169,115,96) instead hex code.

Text Font Color

.myTextColor { color: #A97360; }

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

This text font color is #A97360.


Background Color

.myBgColor { background-color: #A97360; }

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

This div background color is #A97360.


Border color

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

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

This div border color is #A97360.


Opacity

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

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

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

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

This text has shadow with #A97360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97360 on black background.


Color preview on white background

This text has color #A97360 on white background.



Black color preview on #A97360 background

This text has black color on #A97360 background.


White color preview on #A97360 background

This text has white color on #A97360 background.