COLOR #A997A1

HEX: #A997A1 RGB: (169,151,161)

Color info

#A997A1 contains red, green and blue colors in about the same proportion. Web safe color of #A997A1 is #999999 (or #999).

RGB color model

#A997A1 color RGB value is (169,151,161).

RGB: (169,151,161) (66%, 59%, 63%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 161 of 255 = 63%

169
151
161

R + G + B ~ 63%. #A997A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 161 = 481 (100%)
R 169 of 481 ~ 35.14%
G 151 of 481 ~ 31.39%
B 161 of 481 ~ 33.47'%

%35.14
%31.39
%33.47

CMYK color model

#A997A1 color CMYK value is (0,11,5,34).

  • cyan value is 0.00%
  • magenta value is 10.65%
  • yellow value is 4.73%
  • key color value is 33.73%
CMYK: (0,11,5,34) C0M11Y5K34 (0%,11%,5%,34%) (0.00/0.11/0.05/0.34) 

CMYK percentages

%0
%10.65
%4.73
%33.73

Codes

Color #A997A1 in popluar color models

A9 97 A1
RGB 169 151 161
HSL 327° 9.47% 62.75%
HSB/HSV 327° 10.65% 66.27%
CMYK 0.00% 10.65% 4.73%
33.73%

Color #A997A1 in popluar number systems.

HEX A9 97 A1
Decimal 169 151 161
Binary 10101001 10010111 10100001
Octal 251 227 241

Shades and tints

Shades of #A997A1

#A997A1
(169,151,161)
#9A8A93
(154,138,147)
#8B7D85
(139,125,133)
#7C7077
(124,112,119)
#6D6369
(109,99,105)
#5E565B
(94,86,91)
#4F494D
(79,73,77)
#403C3F
(64,60,63)
#312F31
(49,47,49)
#222223
(34,34,35)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #A997A1

#A997A1
(169,151,161)
#B0A0A9
(176,160,169)
#B7A9B1
(183,169,177)
#BEB2B9
(190,178,185)
#C5BBC1
(197,187,193)
#CCC4C9
(204,196,201)
#D3CDD1
(211,205,209)
#DAD6D9
(218,214,217)
#E1DFE1
(225,223,225)
#E8E8E9
(232,232,233)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A997A1; }

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

This text font color is #A997A1.

Background Color

.myBgColor { background-color: #A997A1; }

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

This div background color is #A997A1.

Border color

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

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

This div border color is #A997A1.

Opacity

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

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

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

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

This text has shadow with #A997A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A997A1.

Preview

Color preview on black background

This text has color #A997A1 on black background.


Color preview on white background

This text has color #A997A1 on white background.


Black color preview on #A997A1 background

This text has black color on #A997A1 background.


White color preview on #A997A1 background

This text has white color on #A997A1 background.


Related colors

Complementary color

Complementary color for #hex is #56685E.


I love getcolorcode.com

Triadic colors

1 #A1A997 and #97A1A9 with #A997A1 are triadic colors.

2 #A197A9 and #97A9A1 with #A997A1 are triadic colors.