COLOR #A9797F

HEX: #A9797F RGB: (169,121,127)

Color info

#A9797F contains red, green and blue colors in about the same proportion. Web safe color of #A9797F is #996666 (or #966).

RGB color model

#A9797F color RGB value is (169,121,127).

RGB: (169,121,127) (66%, 47%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 127 of 255 = 50%

169
121
127

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

Portions of RGB colors in percentages

R + G + B = 169 + 121 + 127 = 417 (100%)
R 169 of 417 ~ 40.53%
G 121 of 417 ~ 29.02%
B 127 of 417 ~ 30.46'%

%40.53
%29.02
%30.46

CMYK color model

#A9797F color CMYK value is (0,28,25,34).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 24.85%
  • key color value is 33.73%

CMYK: (0,28,25,34)
C0M28Y25K34 (0%, 28%, 25%, 34%)
(0.00 / 0.28 / 0.25 / 0.34)

CMYK percentages

%0
%28.4
%24.85
%33.73

Codes

Color #A9797F in popluar color models

A9 79 7F
RGB 169 121 127
HSL 353° 21.82% 56.86%
HSB/HSV 353° 28.40% 66.27%
CMYK 0.00% 28.40% 24.85%
33.73%

Color #A9797F in popluar number systems.

HEX A9 79 7F
Decimal 169 121 127
Binary 10101001 1111001 1111111
Octal 251 171 177

Shades and tints

Shades of #A9797F

#A9797F
(169,121,127)
#9A6E74
(154,110,116)
#8B6369
(139,99,105)
#7C585E
(124,88,94)
#6D4D53
(109,77,83)
#5E4248
(94,66,72)
#4F373D
(79,55,61)
#402C32
(64,44,50)
#312127
(49,33,39)
#22161C
(34,22,28)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #A9797F

#A9797F
(169,121,127)
#B0858A
(176,133,138)
#B79195
(183,145,149)
#BE9DA0
(190,157,160)
#C5A9AB
(197,169,171)
#CCB5B6
(204,181,182)
#D3C1C1
(211,193,193)
#DACDCC
(218,205,204)
#E1D9D7
(225,217,215)
#E8E5E2
(232,229,226)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9797F color. Also use rgb(169,121,127) instead hex code.

Text Font Color

.myTextColor { color: #A9797F; }

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

This text font color is #A9797F.

Background Color

.myBgColor { background-color: #A9797F; }

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

This div background color is #A9797F.

Border color

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

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

This div border color is #A9797F.

Opacity

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

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

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

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

This text has shadow with #A9797F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9797F.

Preview

Color preview on black background

This text has color #A9797F on black background.


Color preview on white background

This text has color #A9797F on white background.


Black color preview on #A9797F background

This text has black color on #A9797F background.


White color preview on #A9797F background

This text has white color on #A9797F background.


Related colors

Complementary color

Complementary color for #hex is #568680.


I love getcolorcode.com

Triadic colors

1 #7FA979 and #797FA9 with #A9797F are triadic colors.

2 #7F79A9 and #79A97F with #A9797F are triadic colors.