COLOR #A497AE

HEX: #A497AE RGB: (164,151,174)

Color info

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

RGB color model

#A497AE color RGB value is (164,151,174).

RGB: (164,151,174) (64%, 59%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 174 of 255 = 68%

164
151
174

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

Portions of RGB colors in percentages

R + G + B = 164 + 151 + 174 = 489 (100%)
R 164 of 489 ~ 33.54%
G 151 of 489 ~ 30.88%
B 174 of 489 ~ 35.58'%

%33.54
%30.88
%35.58

CMYK color model

#A497AE color CMYK value is (6,13,0,32).

  • cyan value is 5.75%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (6,13,0,32) C6M13Y0K32 (6%,13%,0%,32%) (0.06/0.13/0.00/0.32) 

CMYK percentages

%5.75
%13.22
%0
%31.76

Codes

Color #A497AE in popluar color models

A4 97 AE
RGB 164 151 174
HSL 274° 12.43% 63.73%
HSB/HSV 274° 13.22% 68.24%
CMYK 5.75% 13.22% 0.00%
31.76%

Color #A497AE in popluar number systems.

HEX A4 97 AE
Decimal 164 151 174
Binary 10100100 10010111 10101110
Octal 244 227 256

Shades and tints

Shades of #A497AE

#A497AE
(164,151,174)
#968A9F
(150,138,159)
#887D90
(136,125,144)
#7A7081
(122,112,129)
#6C6372
(108,99,114)
#5E5663
(94,86,99)
#504954
(80,73,84)
#423C45
(66,60,69)
#342F36
(52,47,54)
#262227
(38,34,39)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #A497AE

#A497AE
(164,151,174)
#ACA0B5
(172,160,181)
#B4A9BC
(180,169,188)
#BCB2C3
(188,178,195)
#C4BBCA
(196,187,202)
#CCC4D1
(204,196,209)
#D4CDD8
(212,205,216)
#DCD6DF
(220,214,223)
#E4DFE6
(228,223,230)
#ECE8ED
(236,232,237)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A497AE; }

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

This text font color is #A497AE.

Background Color

.myBgColor { background-color: #A497AE; }

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

This div background color is #A497AE.

Border color

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

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

This div border color is #A497AE.

Opacity

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

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

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

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

This text has shadow with #A497AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A497AE.

Preview

Color preview on black background

This text has color #A497AE on black background.


Color preview on white background

This text has color #A497AE on white background.


Black color preview on #A497AE background

This text has black color on #A497AE background.


White color preview on #A497AE background

This text has white color on #A497AE background.


Related colors

Complementary color

Complementary color for #hex is #5B6851.


I love getcolorcode.com

Triadic colors

1 #AEA497 and #97AEA4 with #A497AE are triadic colors.

2 #AE97A4 and #97A4AE with #A497AE are triadic colors.