COLOR #A97395

HEX: #A97395 RGB: (169,115,149)

Color info

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

RGB color model

#A97395 color RGB value is (169,115,149).

RGB: (169,115,149) (66%, 45%, 58%)

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 149 of 255 = 58%

169
115
149

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

Portions of RGB colors in percentages

R + G + B = 169 + 115 + 149 = 433 (100%)
R 169 of 433 ~ 39.03%
G 115 of 433 ~ 26.56%
B 149 of 433 ~ 34.41'%

%39.03
%26.56
%34.41

CMYK color model

#A97395 color CMYK value is (0,32,12,34).

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

CMYK: (0,32,12,34)
C0M32Y12K34 (0%, 32%, 12%, 34%)
(0.00 / 0.32 / 0.12 / 0.34)

CMYK percentages

%0
%31.95
%11.83
%33.73

Codes

Color #A97395 in popluar color models

A9 73 95
RGB 169 115 149
HSL 322° 23.89% 55.69%
HSB/HSV 322° 31.95% 66.27%
CMYK 0.00% 31.95% 11.83%
33.73%

Color #A97395 in popluar number systems.

HEX A9 73 95
Decimal 169 115 149
Binary 10101001 1110011 10010101
Octal 251 163 225

Shades and tints

Shades of #A97395

#A97395
(169,115,149)
#9A6988
(154,105,136)
#8B5F7B
(139,95,123)
#7C556E
(124,85,110)
#6D4B61
(109,75,97)
#5E4154
(94,65,84)
#4F3747
(79,55,71)
#402D3A
(64,45,58)
#31232D
(49,35,45)
#221920
(34,25,32)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #A97395

#A97395
(169,115,149)
#B07F9E
(176,127,158)
#B78BA7
(183,139,167)
#BE97B0
(190,151,176)
#C5A3B9
(197,163,185)
#CCAFC2
(204,175,194)
#D3BBCB
(211,187,203)
#DAC7D4
(218,199,212)
#E1D3DD
(225,211,221)
#E8DFE6
(232,223,230)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97395; }

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

This text font color is #A97395.

Background Color

.myBgColor { background-color: #A97395; }

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

This div background color is #A97395.

Border color

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

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

This div border color is #A97395.

Opacity

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

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

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

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

This text has shadow with #A97395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97395.

Preview

Color preview on black background

This text has color #A97395 on black background.


Color preview on white background

This text has color #A97395 on white background.


Black color preview on #A97395 background

This text has black color on #A97395 background.


White color preview on #A97395 background

This text has white color on #A97395 background.


Related colors

Complementary color

Complementary color for #hex is #568C6A.


I love getcolorcode.com

Triadic colors

1 #95A973 and #7395A9 with #A97395 are triadic colors.

2 #9573A9 and #73A995 with #A97395 are triadic colors.