COLOR #A598A1

HEX: #A598A1
RGB: (165,152,161)

Color info

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

RGB color model

#A598A1 color RGB value is (165,152,161).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 161 of 255 = 63%

165
152
161

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 161 = 478 (100%)
R 165 of 478 ~ 34.52%
G 152 of 478 ~ 31.8%
B 161 of 478 ~ 33.68%

%34.52
%31.8
%33.68

CMYK color model

#A598A1 color CMYK value is (0,8,2,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 2.42%
  • key color value is 35.29%
CMYK:
(0,8,2,35)
C0M8Y2K35 
(0%,8%,2%,35%)
(0.00/0.08/0.02/0.35)	

CMYK percentages

%0
%7.88
%2.42
%35.29

Codes

Color #A598A1 in popluar color models

A598A1
RGB165152161
HSL318°6.74%62.16%
HSB/HSV318°7.88%64.71%
CMYK0.00%7.88%2.42%
35.29%

Color #A598A1 in popluar number systems.

HEXA598A1
Decimal165152161
Binary101001011001100010100001
Octal245230241

Shades and tints

Shades of #A598A1

#A598A1
(165,152,161)
#968B93
(150,139,147)
#877E85
(135,126,133)
#787177
(120,113,119)
#696469
(105,100,105)
#5A575B
(90,87,91)
#4B4A4D
(75,74,77)
#3C3D3F
(60,61,63)
#2D3031
(45,48,49)
#1E2323
(30,35,35)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A598A1

#A598A1
(165,152,161)
#ADA1A9
(173,161,169)
#B5AAB1
(181,170,177)
#BDB3B9
(189,179,185)
#C5BCC1
(197,188,193)
#CDC5C9
(205,197,201)
#D5CED1
(213,206,209)
#DDD7D9
(221,215,217)
#E5E0E1
(229,224,225)
#EDE9E9
(237,233,233)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598A1; }

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

This text font color is #A598A1.


Background Color

.myBgColor { background-color: #A598A1; }

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

This div background color is #A598A1.


Border color

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

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

This div border color is #A598A1.


Opacity

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

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

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

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

This text has shadow with #A598A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A598A1 on black background.


Color preview on white background

This text has color #A598A1 on white background.



Black color preview on #A598A1 background

This text has black color on #A598A1 background.


White color preview on #A598A1 background

This text has white color on #A598A1 background.