COLOR #A498AF

HEX: #A498AF
RGB: (164,152,175)

Color info

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

RGB color model

#A498AF color RGB value is (164,152,175).

  • red value is 164;
  • green value is 152;
  • blue value is 175.
RGB:
(164,152,175)
(64%,60%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 175 of 255 = 69%

164
152
175

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

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 175 = 491 (100%)
R 164 of 491 ~ 33.4%
G 152 of 491 ~ 30.96%
B 175 of 491 ~ 35.64%

%33.4
%30.96
%35.64

CMYK color model

#A498AF color CMYK value is (6,13,0,31).

  • cyan value is 6.29%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,13,0,31)
C6M13Y0K31 
(6%,13%,0%,31%)
(0.06/0.13/0.00/0.31)	

CMYK percentages

%6.29
%13.14
%0
%31.37

Codes

Color #A498AF in popluar color models

A498AF
RGB164152175
HSL271°12.57%64.12%
HSB/HSV271°13.14%68.63%
CMYK6.29%13.14%0.00%
31.37%

Color #A498AF in popluar number systems.

HEXA498AF
Decimal164152175
Binary101001001001100010101111
Octal244230257

Shades and tints

Shades of #A498AF

#A498AF
(164,152,175)
#968BA0
(150,139,160)
#887E91
(136,126,145)
#7A7182
(122,113,130)
#6C6473
(108,100,115)
#5E5764
(94,87,100)
#504A55
(80,74,85)
#423D46
(66,61,70)
#343037
(52,48,55)
#262328
(38,35,40)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #A498AF

#A498AF
(164,152,175)
#ACA1B6
(172,161,182)
#B4AABD
(180,170,189)
#BCB3C4
(188,179,196)
#C4BCCB
(196,188,203)
#CCC5D2
(204,197,210)
#D4CED9
(212,206,217)
#DCD7E0
(220,215,224)
#E4E0E7
(228,224,231)
#ECE9EE
(236,233,238)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A498AF; }

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

This text font color is #A498AF.


Background Color

.myBgColor { background-color: #A498AF; }

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

This div background color is #A498AF.


Border color

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

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

This div border color is #A498AF.


Opacity

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

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

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

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

This text has shadow with #A498AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A498AF on black background.


Color preview on white background

This text has color #A498AF on white background.



Black color preview on #A498AF background

This text has black color on #A498AF background.


White color preview on #A498AF background

This text has white color on #A498AF background.