COLOR #A96197

HEX: #A96197 RGB: (169,97,151)

Color info

#A96197 contains mainly red and blue colors. Web safe color of #A96197 is #996699 (or #969).

RGB color model

#A96197 color RGB value is (169,97,151).

RGB: (169,97,151) (66%, 38%, 59%)

RGB channels and saturation

R 169 of 255 = 66%
G 97 of 255 = 38%
B 151 of 255 = 59%

169
97
151

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

Portions of RGB colors in percentages

R + G + B = 169 + 97 + 151 = 417 (100%)
R 169 of 417 ~ 40.53%
G 97 of 417 ~ 23.26%
B 151 of 417 ~ 36.21'%

%40.53
%23.26
%36.21

CMYK color model

#A96197 color CMYK value is (0,43,11,34).

  • cyan value is 0.00%
  • magenta value is 42.60%
  • yellow value is 10.65%
  • key color value is 33.73%

CMYK: (0,43,11,34)
C0M43Y11K34 (0%, 43%, 11%, 34%)
(0.00 / 0.43 / 0.11 / 0.34)

CMYK percentages

%0
%42.6
%10.65
%33.73

Codes

Color #A96197 in popluar color models

A9 61 97
RGB 169 97 151
HSL 315° 29.51% 52.16%
HSB/HSV 315° 42.60% 66.27%
CMYK 0.00% 42.60% 10.65%
33.73%

Color #A96197 in popluar number systems.

HEX A9 61 97
Decimal 169 97 151
Binary 10101001 1100001 10010111
Octal 251 141 227

Shades and tints

Shades of #A96197

#A96197
(169,97,151)
#9A598A
(154,89,138)
#8B517D
(139,81,125)
#7C4970
(124,73,112)
#6D4163
(109,65,99)
#5E3956
(94,57,86)
#4F3149
(79,49,73)
#40293C
(64,41,60)
#31212F
(49,33,47)
#221922
(34,25,34)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #A96197

#A96197
(169,97,151)
#B06FA0
(176,111,160)
#B77DA9
(183,125,169)
#BE8BB2
(190,139,178)
#C599BB
(197,153,187)
#CCA7C4
(204,167,196)
#D3B5CD
(211,181,205)
#DAC3D6
(218,195,214)
#E1D1DF
(225,209,223)
#E8DFE8
(232,223,232)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96197 color. Also use rgb(169,97,151) instead hex code.

Text Font Color

.myTextColor { color: #A96197; }

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

This text font color is #A96197.

Background Color

.myBgColor { background-color: #A96197; }

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

This div background color is #A96197.

Border color

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

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

This div border color is #A96197.

Opacity

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

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

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

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

This text has shadow with #A96197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96197.

Preview

Color preview on black background

This text has color #A96197 on black background.


Color preview on white background

This text has color #A96197 on white background.


Black color preview on #A96197 background

This text has black color on #A96197 background.


White color preview on #A96197 background

This text has white color on #A96197 background.


Related colors

Complementary color

Complementary color for #hex is #569E68.


I love getcolorcode.com

Triadic colors

1 #97A961 and #6197A9 with #A96197 are triadic colors.

2 #9761A9 and #61A997 with #A96197 are triadic colors.