COLOR #A97B91

HEX: #A97B91
RGB: (169,123,145)

Color info

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

RGB color model

#A97B91 color RGB value is (169,123,145).

  • red value is 169;
  • green value is 123;
  • blue value is 145.
RGB:
(169,123,145)
(66%,48%,57%)

RGB channels and saturation

R 169 of 255 = 66%
G 123 of 255 = 48%
B 145 of 255 = 57%

169
123
145

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

Portions of RGB colors in percentages

R + G + B =
169 + 123 + 145 = 437 (100%)
R 169 of 437 ~ 38.67%
G 123 of 437 ~ 28.15%
B 145 of 437 ~ 33.18%

%38.67
%28.15
%33.18

CMYK color model

#A97B91 color CMYK value is (0,27,14,34).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(0,27,14,34)
C0M27Y14K34 
(0%,27%,14%,34%)
(0.00/0.27/0.14/0.34)	

CMYK percentages

%0
%27.22
%14.2
%33.73

Codes

Color #A97B91 in popluar color models

A97B91
RGB169123145
HSL331°21.10%57.25%
HSB/HSV331°27.22%66.27%
CMYK0.00%27.22%14.20%
33.73%

Color #A97B91 in popluar number systems.

HEXA97B91
Decimal169123145
Binary10101001111101110010001
Octal251173221

Shades and tints

Shades of #A97B91

#A97B91
(169,123,145)
#9A7084
(154,112,132)
#8B6577
(139,101,119)
#7C5A6A
(124,90,106)
#6D4F5D
(109,79,93)
#5E4450
(94,68,80)
#4F3943
(79,57,67)
#402E36
(64,46,54)
#312329
(49,35,41)
#22181C
(34,24,28)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #A97B91

#A97B91
(169,123,145)
#B0879B
(176,135,155)
#B793A5
(183,147,165)
#BE9FAF
(190,159,175)
#C5ABB9
(197,171,185)
#CCB7C3
(204,183,195)
#D3C3CD
(211,195,205)
#DACFD7
(218,207,215)
#E1DBE1
(225,219,225)
#E8E7EB
(232,231,235)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97B91 color. Also use rgb(169,123,145) instead hex code.

Text Font Color

.myTextColor { color: #A97B91; }

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

This text font color is #A97B91.


Background Color

.myBgColor { background-color: #A97B91; }

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

This div background color is #A97B91.


Border color

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

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

This div border color is #A97B91.


Opacity

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

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

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

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

This text has shadow with #A97B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97B91 on black background.


Color preview on white background

This text has color #A97B91 on white background.



Black color preview on #A97B91 background

This text has black color on #A97B91 background.


White color preview on #A97B91 background

This text has white color on #A97B91 background.