COLOR #A496AF

HEX: #A496AF RGB: (164,150,175)

Color info

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

RGB color model

#A496AF color RGB value is (164,150,175).

RGB: (164,150,175) (64%, 59%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 175 of 255 = 69%

164
150
175

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

Portions of RGB colors in percentages

R + G + B = 164 + 150 + 175 = 489 (100%)
R 164 of 489 ~ 33.54%
G 150 of 489 ~ 30.67%
B 175 of 489 ~ 35.79'%

%33.54
%30.67
%35.79

CMYK color model

#A496AF color CMYK value is (6,14,0,31).

  • cyan value is 6.29%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (6,14,0,31)
C6M14Y0K31 (6%, 14%, 0%, 31%)
(0.06 / 0.14 / 0.00 / 0.31)

CMYK percentages

%6.29
%14.29
%0
%31.37

Codes

Color #A496AF in popluar color models

A4 96 AF
RGB 164 150 175
HSL 274° 13.51% 63.73%
HSB/HSV 274° 14.29% 68.63%
CMYK 6.29% 14.29% 0.00%
31.37%

Color #A496AF in popluar number systems.

HEX A4 96 AF
Decimal 164 150 175
Binary 10100100 10010110 10101111
Octal 244 226 257

Shades and tints

Shades of #A496AF

#A496AF
(164,150,175)
#9689A0
(150,137,160)
#887C91
(136,124,145)
#7A6F82
(122,111,130)
#6C6273
(108,98,115)
#5E5564
(94,85,100)
#504855
(80,72,85)
#423B46
(66,59,70)
#342E37
(52,46,55)
#262128
(38,33,40)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #A496AF

#A496AF
(164,150,175)
#AC9FB6
(172,159,182)
#B4A8BD
(180,168,189)
#BCB1C4
(188,177,196)
#C4BACB
(196,186,203)
#CCC3D2
(204,195,210)
#D4CCD9
(212,204,217)
#DCD5E0
(220,213,224)
#E4DEE7
(228,222,231)
#ECE7EE
(236,231,238)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A496AF color. Also use rgb(164,150,175) instead hex code.

Text Font Color

.myTextColor { color: #A496AF; }

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

This text font color is #A496AF.

Background Color

.myBgColor { background-color: #A496AF; }

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

This div background color is #A496AF.

Border color

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

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

This div border color is #A496AF.

Opacity

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

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

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

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

This text has shadow with #A496AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A496AF.

Preview

Color preview on black background

This text has color #A496AF on black background.


Color preview on white background

This text has color #A496AF on white background.


Black color preview on #A496AF background

This text has black color on #A496AF background.


White color preview on #A496AF background

This text has white color on #A496AF background.


Related colors

Complementary color

Complementary color for #hex is #5B6950.


I love getcolorcode.com

Triadic colors

1 #AFA496 and #96AFA4 with #A496AF are triadic colors.

2 #AF96A4 and #96A4AF with #A496AF are triadic colors.