COLOR #A997A5

HEX: #A997A5
RGB: (169,151,165)

Color info

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

RGB color model

#A997A5 color RGB value is (169,151,165).

  • red value is 169;
  • green value is 151;
  • blue value is 165.
RGB:
(169,151,165)
(66%,59%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 165 of 255 = 65%

169
151
165

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

Portions of RGB colors in percentages

R + G + B =
169 + 151 + 165 = 485 (100%)
R 169 of 485 ~ 34.85%
G 151 of 485 ~ 31.13%
B 165 of 485 ~ 34.02%

%34.85
%31.13
%34.02

CMYK color model

#A997A5 color CMYK value is (0,11,2,34).

  • cyan value is 0.00%
  • magenta value is 10.65%
  • yellow value is 2.37%
  • key color value is 33.73%
CMYK:
(0,11,2,34)
C0M11Y2K34 
(0%,11%,2%,34%)
(0.00/0.11/0.02/0.34)	

CMYK percentages

%0
%10.65
%2.37
%33.73

Codes

Color #A997A5 in popluar color models

A997A5
RGB169151165
HSL313°9.47%62.75%
HSB/HSV313°10.65%66.27%
CMYK0.00%10.65%2.37%
33.73%

Color #A997A5 in popluar number systems.

HEXA997A5
Decimal169151165
Binary101010011001011110100101
Octal251227245

Shades and tints

Shades of #A997A5

#A997A5
(169,151,165)
#9A8A96
(154,138,150)
#8B7D87
(139,125,135)
#7C7078
(124,112,120)
#6D6369
(109,99,105)
#5E565A
(94,86,90)
#4F494B
(79,73,75)
#403C3C
(64,60,60)
#312F2D
(49,47,45)
#22221E
(34,34,30)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #A997A5

#A997A5
(169,151,165)
#B0A0AD
(176,160,173)
#B7A9B5
(183,169,181)
#BEB2BD
(190,178,189)
#C5BBC5
(197,187,197)
#CCC4CD
(204,196,205)
#D3CDD5
(211,205,213)
#DAD6DD
(218,214,221)
#E1DFE5
(225,223,229)
#E8E8ED
(232,232,237)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A997A5; }

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

This text font color is #A997A5.


Background Color

.myBgColor { background-color: #A997A5; }

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

This div background color is #A997A5.


Border color

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

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

This div border color is #A997A5.


Opacity

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

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

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

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

This text has shadow with #A997A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A997A5 on black background.


Color preview on white background

This text has color #A997A5 on white background.



Black color preview on #A997A5 background

This text has black color on #A997A5 background.


White color preview on #A997A5 background

This text has white color on #A997A5 background.