COLOR #A598AE

HEX: #A598AE RGB: (165,152,174)

Color info

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

RGB color model

#A598AE color RGB value is (165,152,174).

RGB: (165,152,174) (65%, 60%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 174 of 255 = 68%

165
152
174

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

Portions of RGB colors in percentages

R + G + B = 165 + 152 + 174 = 491 (100%)
R 165 of 491 ~ 33.6%
G 152 of 491 ~ 30.96%
B 174 of 491 ~ 35.44'%

%33.6
%30.96
%35.44

CMYK color model

#A598AE color CMYK value is (5,13,0,32).

  • cyan value is 5.17%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (5,13,0,32) C5M13Y0K32 (5%,13%,0%,32%) (0.05/0.13/0.00/0.32) 

CMYK percentages

%5.17
%12.64
%0
%31.76

Codes

Color #A598AE in popluar color models

A5 98 AE
RGB 165 152 174
HSL 275° 11.96% 63.92%
HSB/HSV 275° 12.64% 68.24%
CMYK 5.17% 12.64% 0.00%
31.76%

Color #A598AE in popluar number systems.

HEX A5 98 AE
Decimal 165 152 174
Binary 10100101 10011000 10101110
Octal 245 230 256

Shades and tints

Shades of #A598AE

#A598AE
(165,152,174)
#968B9F
(150,139,159)
#877E90
(135,126,144)
#787181
(120,113,129)
#696472
(105,100,114)
#5A5763
(90,87,99)
#4B4A54
(75,74,84)
#3C3D45
(60,61,69)
#2D3036
(45,48,54)
#1E2327
(30,35,39)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #A598AE

#A598AE
(165,152,174)
#ADA1B5
(173,161,181)
#B5AABC
(181,170,188)
#BDB3C3
(189,179,195)
#C5BCCA
(197,188,202)
#CDC5D1
(205,197,209)
#D5CED8
(213,206,216)
#DDD7DF
(221,215,223)
#E5E0E6
(229,224,230)
#EDE9ED
(237,233,237)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598AE; }

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

This text font color is #A598AE.

Background Color

.myBgColor { background-color: #A598AE; }

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

This div background color is #A598AE.

Border color

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

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

This div border color is #A598AE.

Opacity

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

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

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

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

This text has shadow with #A598AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A598AE.

Preview

Color preview on black background

This text has color #A598AE on black background.


Color preview on white background

This text has color #A598AE on white background.


Black color preview on #A598AE background

This text has black color on #A598AE background.


White color preview on #A598AE background

This text has white color on #A598AE background.


Related colors

Complementary color

Complementary color for #hex is #5A6751.


I love getcolorcode.com

Triadic colors

1 #AEA598 and #98AEA5 with #A598AE are triadic colors.

2 #AE98A5 and #98A5AE with #A598AE are triadic colors.