COLOR #A997AD

HEX: #A997AD RGB: (169,151,173)

Color info

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

RGB color model

#A997AD color RGB value is (169,151,173).

RGB: (169,151,173) (66%, 59%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 173 of 255 = 68%

169
151
173

R + G + B ~ 64%. #A997AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 173 = 493 (100%)
R 169 of 493 ~ 34.28%
G 151 of 493 ~ 30.63%
B 173 of 493 ~ 35.09'%

%34.28
%30.63
%35.09

CMYK color model

#A997AD color CMYK value is (2,13,0,32).

  • cyan value is 2.31%
  • magenta value is 12.72%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (2,13,0,32)
C2M13Y0K32 (2%, 13%, 0%, 32%)
(0.02 / 0.13 / 0.00 / 0.32)

CMYK percentages

%2.31
%12.72
%0
%32.16

Codes

Color #A997AD in popluar color models

A9 97 AD
RGB 169 151 173
HSL 289° 11.83% 63.53%
HSB/HSV 289° 12.72% 67.84%
CMYK 2.31% 12.72% 0.00%
32.16%

Color #A997AD in popluar number systems.

HEX A9 97 AD
Decimal 169 151 173
Binary 10101001 10010111 10101101
Octal 251 227 255

Shades and tints

Shades of #A997AD

#A997AD
(169,151,173)
#9A8A9E
(154,138,158)
#8B7D8F
(139,125,143)
#7C7080
(124,112,128)
#6D6371
(109,99,113)
#5E5662
(94,86,98)
#4F4953
(79,73,83)
#403C44
(64,60,68)
#312F35
(49,47,53)
#222226
(34,34,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #A997AD

#A997AD
(169,151,173)
#B0A0B4
(176,160,180)
#B7A9BB
(183,169,187)
#BEB2C2
(190,178,194)
#C5BBC9
(197,187,201)
#CCC4D0
(204,196,208)
#D3CDD7
(211,205,215)
#DAD6DE
(218,214,222)
#E1DFE5
(225,223,229)
#E8E8EC
(232,232,236)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A997AD; }

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

This text font color is #A997AD.

Background Color

.myBgColor { background-color: #A997AD; }

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

This div background color is #A997AD.

Border color

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

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

This div border color is #A997AD.

Opacity

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

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

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

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

This text has shadow with #A997AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A997AD.

Preview

Color preview on black background

This text has color #A997AD on black background.


Color preview on white background

This text has color #A997AD on white background.


Black color preview on #A997AD background

This text has black color on #A997AD background.


White color preview on #A997AD background

This text has white color on #A997AD background.


Related colors

Complementary color

Complementary color for #hex is #566852.


I love getcolorcode.com

Triadic colors

1 #ADA997 and #97ADA9 with #A997AD are triadic colors.

2 #AD97A9 and #97A9AD with #A997AD are triadic colors.