COLOR #A498A2

HEX: #A498A2 RGB: (164,152,162)

Color info

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

RGB color model

#A498A2 color RGB value is (164,152,162).

RGB: (164,152,162) (64%, 60%, 64%)

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 162 of 255 = 64%

164
152
162

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

Portions of RGB colors in percentages

R + G + B = 164 + 152 + 162 = 478 (100%)
R 164 of 478 ~ 34.31%
G 152 of 478 ~ 31.8%
B 162 of 478 ~ 33.89'%

%34.31
%31.8
%33.89

CMYK color model

#A498A2 color CMYK value is (0,7,1,36).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 1.22%
  • key color value is 35.69%
CMYK: (0,7,1,36) C0M7Y1K36 (0%,7%,1%,36%) (0.00/0.07/0.01/0.36) 

CMYK percentages

%0
%7.32
%1.22
%35.69

Codes

Color #A498A2 in popluar color models

A4 98 A2
RGB 164 152 162
HSL 310° 6.19% 61.96%
HSB/HSV 310° 7.32% 64.31%
CMYK 0.00% 7.32% 1.22%
35.69%

Color #A498A2 in popluar number systems.

HEX A4 98 A2
Decimal 164 152 162
Binary 10100100 10011000 10100010
Octal 244 230 242

Shades and tints

Shades of #A498A2

#A498A2
(164,152,162)
#968B94
(150,139,148)
#887E86
(136,126,134)
#7A7178
(122,113,120)
#6C646A
(108,100,106)
#5E575C
(94,87,92)
#504A4E
(80,74,78)
#423D40
(66,61,64)
#343032
(52,48,50)
#262324
(38,35,36)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #A498A2

#A498A2
(164,152,162)
#ACA1AA
(172,161,170)
#B4AAB2
(180,170,178)
#BCB3BA
(188,179,186)
#C4BCC2
(196,188,194)
#CCC5CA
(204,197,202)
#D4CED2
(212,206,210)
#DCD7DA
(220,215,218)
#E4E0E2
(228,224,226)
#ECE9EA
(236,233,234)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A498A2; }

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

This text font color is #A498A2.

Background Color

.myBgColor { background-color: #A498A2; }

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

This div background color is #A498A2.

Border color

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

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

This div border color is #A498A2.

Opacity

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

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

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

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

This text has shadow with #A498A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A498A2.

Preview

Color preview on black background

This text has color #A498A2 on black background.


Color preview on white background

This text has color #A498A2 on white background.


Black color preview on #A498A2 background

This text has black color on #A498A2 background.


White color preview on #A498A2 background

This text has white color on #A498A2 background.


Related colors

Complementary color

Complementary color for #hex is #5B675D.


I love getcolorcode.com

Triadic colors

1 #A2A498 and #98A2A4 with #A498A2 are triadic colors.

2 #A298A4 and #98A4A2 with #A498A2 are triadic colors.