COLOR #A598A9

HEX: #A598A9
RGB: (165,152,169)

Color info

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

RGB color model

#A598A9 color RGB value is (165,152,169).

  • red value is 165;
  • green value is 152;
  • blue value is 169.
RGB: (165,152,169) (65%,60%,66%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 169 of 255 = 66%

165
152
169

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 169 = 486 (100%)
R 165 of 486 ~ 33.95%
G 152 of 486 ~ 31.28%
B 169 of 486 ~ 34.77%

%33.95
%31.28
%34.77

CMYK color model

#A598A9 color CMYK value is (2,10,0,34).

  • cyan value is 2.37%
  • magenta value is 10.06%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (2,10,0,34) C2M10Y0K34 (2%,10%,0%,34%) (0.02/0.10/0.00/0.34)

CMYK percentages

%2.37
%10.06
%0
%33.73

Codes

Color #A598A9 in popluar color models

A598A9
RGB165152169
HSL286°8.99%62.94%
HSB/HSV286°10.06%66.27%
CMYK2.37%10.06%0.00%
33.73%

Color #A598A9 in popluar number systems.

HEXA598A9
Decimal165152169
Binary101001011001100010101001
Octal245230251

Shades and tints

Shades of #A598A9

#A598A9
(165,152,169)
#968B9A
(150,139,154)
#877E8B
(135,126,139)
#78717C
(120,113,124)
#69646D
(105,100,109)
#5A575E
(90,87,94)
#4B4A4F
(75,74,79)
#3C3D40
(60,61,64)
#2D3031
(45,48,49)
#1E2322
(30,35,34)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A598A9

#A598A9
(165,152,169)
#ADA1B0
(173,161,176)
#B5AAB7
(181,170,183)
#BDB3BE
(189,179,190)
#C5BCC5
(197,188,197)
#CDC5CC
(205,197,204)
#D5CED3
(213,206,211)
#DDD7DA
(221,215,218)
#E5E0E1
(229,224,225)
#EDE9E8
(237,233,232)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A598A9 color. Also use rgb(165,152,169) instead hex code.

Text Font Color

.myTextColor { color: #A598A9; }

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

This text font color is #A598A9.


Background Color

.myBgColor { background-color: #A598A9; }

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

This div background color is #A598A9.


Border color

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

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

This div border color is #A598A9.


Opacity

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

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

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

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

This text has shadow with #A598A9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A598A9 on black background.


Color preview on white background

This text has color #A598A9 on white background.



Black color preview on #A598A9 background

This text has black color on #A598A9 background.


White color preview on #A598A9 background

This text has white color on #A598A9 background.