COLOR #A497AA

HEX: #A497AA RGB: (164,151,170)

Color info

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

RGB color model

#A497AA color RGB value is (164,151,170).

RGB: (164,151,170) (64%, 59%, 67%)

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 170 of 255 = 67%

164
151
170

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

Portions of RGB colors in percentages

R + G + B = 164 + 151 + 170 = 485 (100%)
R 164 of 485 ~ 33.81%
G 151 of 485 ~ 31.13%
B 170 of 485 ~ 35.05'%

%33.81
%31.13
%35.05

CMYK color model

#A497AA color CMYK value is (4,11,0,33).

  • cyan value is 3.53%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (4,11,0,33)
C4M11Y0K33 (4%, 11%, 0%, 33%)
(0.04 / 0.11 / 0.00 / 0.33)

CMYK percentages

%3.53
%11.18
%0
%33.33

Codes

Color #A497AA in popluar color models

A4 97 AA
RGB 164 151 170
HSL 281° 10.05% 62.94%
HSB/HSV 281° 11.18% 66.67%
CMYK 3.53% 11.18% 0.00%
33.33%

Color #A497AA in popluar number systems.

HEX A4 97 AA
Decimal 164 151 170
Binary 10100100 10010111 10101010
Octal 244 227 252

Shades and tints

Shades of #A497AA

#A497AA
(164,151,170)
#968A9B
(150,138,155)
#887D8C
(136,125,140)
#7A707D
(122,112,125)
#6C636E
(108,99,110)
#5E565F
(94,86,95)
#504950
(80,73,80)
#423C41
(66,60,65)
#342F32
(52,47,50)
#262223
(38,34,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #A497AA

#A497AA
(164,151,170)
#ACA0B1
(172,160,177)
#B4A9B8
(180,169,184)
#BCB2BF
(188,178,191)
#C4BBC6
(196,187,198)
#CCC4CD
(204,196,205)
#D4CDD4
(212,205,212)
#DCD6DB
(220,214,219)
#E4DFE2
(228,223,226)
#ECE8E9
(236,232,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A497AA; }

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

This text font color is #A497AA.

Background Color

.myBgColor { background-color: #A497AA; }

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

This div background color is #A497AA.

Border color

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

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

This div border color is #A497AA.

Opacity

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

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

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

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

This text has shadow with #A497AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A497AA.

Preview

Color preview on black background

This text has color #A497AA on black background.


Color preview on white background

This text has color #A497AA on white background.


Black color preview on #A497AA background

This text has black color on #A497AA background.


White color preview on #A497AA background

This text has white color on #A497AA background.


Related colors

Complementary color

Complementary color for #hex is #5B6855.


I love getcolorcode.com

Triadic colors

1 #AAA497 and #97AAA4 with #A497AA are triadic colors.

2 #AA97A4 and #97A4AA with #A497AA are triadic colors.