COLOR #A97386

HEX: #A97386 RGB: (169,115,134)

Color info

#A97386 contains red, green and blue colors in about the same proportion. Web safe color of #A97386 is #996699 (or #969).

RGB color model

#A97386 color RGB value is (169,115,134).

RGB: (169,115,134) (66%, 45%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 134 of 255 = 53%

169
115
134

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

Portions of RGB colors in percentages

R + G + B = 169 + 115 + 134 = 418 (100%)
R 169 of 418 ~ 40.43%
G 115 of 418 ~ 27.51%
B 134 of 418 ~ 32.06'%

%40.43
%27.51
%32.06

CMYK color model

#A97386 color CMYK value is (0,32,21,34).

  • cyan value is 0.00%
  • magenta value is 31.95%
  • yellow value is 20.71%
  • key color value is 33.73%

CMYK: (0,32,21,34)
C0M32Y21K34 (0%, 32%, 21%, 34%)
(0.00 / 0.32 / 0.21 / 0.34)

CMYK percentages

%0
%31.95
%20.71
%33.73

Codes

Color #A97386 in popluar color models

A9 73 86
RGB 169 115 134
HSL 339° 23.89% 55.69%
HSB/HSV 339° 31.95% 66.27%
CMYK 0.00% 31.95% 20.71%
33.73%

Color #A97386 in popluar number systems.

HEX A9 73 86
Decimal 169 115 134
Binary 10101001 1110011 10000110
Octal 251 163 206

Shades and tints

Shades of #A97386

#A97386
(169,115,134)
#9A697A
(154,105,122)
#8B5F6E
(139,95,110)
#7C5562
(124,85,98)
#6D4B56
(109,75,86)
#5E414A
(94,65,74)
#4F373E
(79,55,62)
#402D32
(64,45,50)
#312326
(49,35,38)
#22191A
(34,25,26)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #A97386

#A97386
(169,115,134)
#B07F91
(176,127,145)
#B78B9C
(183,139,156)
#BE97A7
(190,151,167)
#C5A3B2
(197,163,178)
#CCAFBD
(204,175,189)
#D3BBC8
(211,187,200)
#DAC7D3
(218,199,211)
#E1D3DE
(225,211,222)
#E8DFE9
(232,223,233)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97386; }

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

This text font color is #A97386.

Background Color

.myBgColor { background-color: #A97386; }

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

This div background color is #A97386.

Border color

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

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

This div border color is #A97386.

Opacity

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

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

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

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

This text has shadow with #A97386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97386.

Preview

Color preview on black background

This text has color #A97386 on black background.


Color preview on white background

This text has color #A97386 on white background.


Black color preview on #A97386 background

This text has black color on #A97386 background.


White color preview on #A97386 background

This text has white color on #A97386 background.


Related colors

Complementary color

Complementary color for #hex is #568C79.


I love getcolorcode.com

Triadic colors

1 #86A973 and #7386A9 with #A97386 are triadic colors.

2 #8673A9 and #73A986 with #A97386 are triadic colors.