COLOR #A997AE

HEX: #A997AE RGB: (169,151,174)

Color info

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

RGB color model

#A997AE color RGB value is (169,151,174).

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

RGB channels and saturation

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

169
151
174

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

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 174 = 494 (100%)
R 169 of 494 ~ 34.21%
G 151 of 494 ~ 30.57%
B 174 of 494 ~ 35.22'%

%34.21
%30.57
%35.22

CMYK color model

#A997AE color CMYK value is (3,13,0,32).

  • cyan value is 2.87%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (3,13,0,32)
C3M13Y0K32 (3%, 13%, 0%, 32%)
(0.03 / 0.13 / 0.00 / 0.32)

CMYK percentages

%2.87
%13.22
%0
%31.76

Codes

Color #A997AE in popluar color models

A9 97 AE
RGB 169 151 174
HSL 287° 12.43% 63.73%
HSB/HSV 287° 13.22% 68.24%
CMYK 2.87% 13.22% 0.00%
31.76%

Color #A997AE in popluar number systems.

HEX A9 97 AE
Decimal 169 151 174
Binary 10101001 10010111 10101110
Octal 251 227 256

Shades and tints

Shades of #A997AE

#A997AE
(169,151,174)
#9A8A9F
(154,138,159)
#8B7D90
(139,125,144)
#7C7081
(124,112,129)
#6D6372
(109,99,114)
#5E5663
(94,86,99)
#4F4954
(79,73,84)
#403C45
(64,60,69)
#312F36
(49,47,54)
#222227
(34,34,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A997AE

#A997AE
(169,151,174)
#B0A0B5
(176,160,181)
#B7A9BC
(183,169,188)
#BEB2C3
(190,178,195)
#C5BBCA
(197,187,202)
#CCC4D1
(204,196,209)
#D3CDD8
(211,205,216)
#DAD6DF
(218,214,223)
#E1DFE6
(225,223,230)
#E8E8ED
(232,232,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A997AE; }

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

This text font color is #A997AE.

Background Color

.myBgColor { background-color: #A997AE; }

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

This div background color is #A997AE.

Border color

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

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

This div border color is #A997AE.

Opacity

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

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

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

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

This text has shadow with #A997AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A997AE.

Preview

Color preview on black background

This text has color #A997AE on black background.


Color preview on white background

This text has color #A997AE on white background.


Black color preview on #A997AE background

This text has black color on #A997AE background.


White color preview on #A997AE background

This text has white color on #A997AE background.


Related colors

Complementary color

Complementary color for #hex is #566851.


I love getcolorcode.com

Triadic colors

1 #AEA997 and #97AEA9 with #A997AE are triadic colors.

2 #AE97A9 and #97A9AE with #A997AE are triadic colors.