COLOR #A495AB

HEX: #A495AB RGB: (164,149,171)

Color info

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

RGB color model

#A495AB color RGB value is (164,149,171).

RGB: (164,149,171) (64%, 58%, 67%)

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 171 of 255 = 67%

164
149
171

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

Portions of RGB colors in percentages

R + G + B = 164 + 149 + 171 = 484 (100%)
R 164 of 484 ~ 33.88%
G 149 of 484 ~ 30.79%
B 171 of 484 ~ 35.33'%

%33.88
%30.79
%35.33

CMYK color model

#A495AB color CMYK value is (4,13,0,33).

  • cyan value is 4.09%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (4,13,0,33)
C4M13Y0K33 (4%, 13%, 0%, 33%)
(0.04 / 0.13 / 0.00 / 0.33)

CMYK percentages

%4.09
%12.87
%0
%32.94

Codes

Color #A495AB in popluar color models

A4 95 AB
RGB 164 149 171
HSL 281° 11.58% 62.75%
HSB/HSV 281° 12.87% 67.06%
CMYK 4.09% 12.87% 0.00%
32.94%

Color #A495AB in popluar number systems.

HEX A4 95 AB
Decimal 164 149 171
Binary 10100100 10010101 10101011
Octal 244 225 253

Shades and tints

Shades of #A495AB

#A495AB
(164,149,171)
#96889C
(150,136,156)
#887B8D
(136,123,141)
#7A6E7E
(122,110,126)
#6C616F
(108,97,111)
#5E5460
(94,84,96)
#504751
(80,71,81)
#423A42
(66,58,66)
#342D33
(52,45,51)
#262024
(38,32,36)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A495AB

#A495AB
(164,149,171)
#AC9EB2
(172,158,178)
#B4A7B9
(180,167,185)
#BCB0C0
(188,176,192)
#C4B9C7
(196,185,199)
#CCC2CE
(204,194,206)
#D4CBD5
(212,203,213)
#DCD4DC
(220,212,220)
#E4DDE3
(228,221,227)
#ECE6EA
(236,230,234)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A495AB color. Also use rgb(164,149,171) instead hex code.

Text Font Color

.myTextColor { color: #A495AB; }

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

This text font color is #A495AB.

Background Color

.myBgColor { background-color: #A495AB; }

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

This div background color is #A495AB.

Border color

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

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

This div border color is #A495AB.

Opacity

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

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

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

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

This text has shadow with #A495AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A495AB.

Preview

Color preview on black background

This text has color #A495AB on black background.


Color preview on white background

This text has color #A495AB on white background.


Black color preview on #A495AB background

This text has black color on #A495AB background.


White color preview on #A495AB background

This text has white color on #A495AB background.


Related colors

Complementary color

Complementary color for #hex is #5B6A54.


I love getcolorcode.com

Triadic colors

1 #ABA495 and #95ABA4 with #A495AB are triadic colors.

2 #AB95A4 and #95A4AB with #A495AB are triadic colors.