COLOR #A598AA

HEX: #A598AA RGB: (165,152,170)

Color info

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

RGB color model

#A598AA color RGB value is (165,152,170).

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

RGB channels and saturation

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

165
152
170

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

Portions of RGB colors in percentages

R + G + B = 165 + 152 + 170 = 487 (100%)
R 165 of 487 ~ 33.88%
G 152 of 487 ~ 31.21%
B 170 of 487 ~ 34.91'%

%33.88
%31.21
%34.91

CMYK color model

#A598AA color CMYK value is (3,11,0,33).

  • cyan value is 2.94%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (3,11,0,33) C3M11Y0K33 (3%,11%,0%,33%) (0.03/0.11/0.00/0.33) 

CMYK percentages

%2.94
%10.59
%0
%33.33

Codes

Color #A598AA in popluar color models

A5 98 AA
RGB 165 152 170
HSL 283° 9.57% 63.14%
HSB/HSV 283° 10.59% 66.67%
CMYK 2.94% 10.59% 0.00%
33.33%

Color #A598AA in popluar number systems.

HEX A5 98 AA
Decimal 165 152 170
Binary 10100101 10011000 10101010
Octal 245 230 252

Shades and tints

Shades of #A598AA

#A598AA
(165,152,170)
#968B9B
(150,139,155)
#877E8C
(135,126,140)
#78717D
(120,113,125)
#69646E
(105,100,110)
#5A575F
(90,87,95)
#4B4A50
(75,74,80)
#3C3D41
(60,61,65)
#2D3032
(45,48,50)
#1E2323
(30,35,35)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A598AA

#A598AA
(165,152,170)
#ADA1B1
(173,161,177)
#B5AAB8
(181,170,184)
#BDB3BF
(189,179,191)
#C5BCC6
(197,188,198)
#CDC5CD
(205,197,205)
#D5CED4
(213,206,212)
#DDD7DB
(221,215,219)
#E5E0E2
(229,224,226)
#EDE9E9
(237,233,233)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598AA; }

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

This text font color is #A598AA.

Background Color

.myBgColor { background-color: #A598AA; }

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

This div background color is #A598AA.

Border color

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

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

This div border color is #A598AA.

Opacity

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

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

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

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

This text has shadow with #A598AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A598AA.

Preview

Color preview on black background

This text has color #A598AA on black background.


Color preview on white background

This text has color #A598AA on white background.


Black color preview on #A598AA background

This text has black color on #A598AA background.


White color preview on #A598AA background

This text has white color on #A598AA background.


Related colors

Complementary color

Complementary color for #hex is #5A6755.


I love getcolorcode.com

Triadic colors

1 #AAA598 and #98AAA5 with #A598AA are triadic colors.

2 #AA98A5 and #98A5AA with #A598AA are triadic colors.