COLOR #A598AB

HEX: #A598AB RGB: (165,152,171)

Color info

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

RGB color model

#A598AB color RGB value is (165,152,171).

RGB: (165,152,171) (65%, 60%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 171 of 255 = 67%

165
152
171

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

Portions of RGB colors in percentages

R + G + B = 165 + 152 + 171 = 488 (100%)
R 165 of 488 ~ 33.81%
G 152 of 488 ~ 31.15%
B 171 of 488 ~ 35.04'%

%33.81
%31.15
%35.04

CMYK color model

#A598AB color CMYK value is (4,11,0,33).

  • cyan value is 3.51%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (4,11,0,33)
C4M11Y0K33 (4%, 11%, 0%, 33%)
(0.04 / 0.11 / 0.00 / 0.33)

CMYK percentages

%3.51
%11.11
%0
%32.94

Codes

Color #A598AB in popluar color models

A5 98 AB
RGB 165 152 171
HSL 281° 10.16% 63.33%
HSB/HSV 281° 11.11% 67.06%
CMYK 3.51% 11.11% 0.00%
32.94%

Color #A598AB in popluar number systems.

HEX A5 98 AB
Decimal 165 152 171
Binary 10100101 10011000 10101011
Octal 245 230 253

Shades and tints

Shades of #A598AB

#A598AB
(165,152,171)
#968B9C
(150,139,156)
#877E8D
(135,126,141)
#78717E
(120,113,126)
#69646F
(105,100,111)
#5A5760
(90,87,96)
#4B4A51
(75,74,81)
#3C3D42
(60,61,66)
#2D3033
(45,48,51)
#1E2324
(30,35,36)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A598AB

#A598AB
(165,152,171)
#ADA1B2
(173,161,178)
#B5AAB9
(181,170,185)
#BDB3C0
(189,179,192)
#C5BCC7
(197,188,199)
#CDC5CE
(205,197,206)
#D5CED5
(213,206,213)
#DDD7DC
(221,215,220)
#E5E0E3
(229,224,227)
#EDE9EA
(237,233,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598AB; }

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

This text font color is #A598AB.

Background Color

.myBgColor { background-color: #A598AB; }

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

This div background color is #A598AB.

Border color

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

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

This div border color is #A598AB.

Opacity

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

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

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

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

This text has shadow with #A598AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A598AB.

Preview

Color preview on black background

This text has color #A598AB on black background.


Color preview on white background

This text has color #A598AB on white background.


Black color preview on #A598AB background

This text has black color on #A598AB background.


White color preview on #A598AB background

This text has white color on #A598AB background.


Related colors

Complementary color

Complementary color for #hex is #5A6754.


I love getcolorcode.com

Triadic colors

1 #ABA598 and #98ABA5 with #A598AB are triadic colors.

2 #AB98A5 and #98A5AB with #A598AB are triadic colors.