COLOR #A58998

HEX: #A58998 RGB: (165,137,152)

Color info

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

RGB color model

#A58998 color RGB value is (165,137,152).

RGB: (165,137,152) (65%, 54%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 152 of 255 = 60%

165
137
152

R + G + B ~ 60%. #A58998 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 137 + 152 = 454 (100%)
R 165 of 454 ~ 36.34%
G 137 of 454 ~ 30.18%
B 152 of 454 ~ 33.48'%

%36.34
%30.18
%33.48

CMYK color model

#A58998 color CMYK value is (0,17,8,35).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK: (0,17,8,35) C0M17Y8K35 (0%,17%,8%,35%) (0.00/0.17/0.08/0.35) 

CMYK percentages

%0
%16.97
%7.88
%35.29

Codes

Color #A58998 in popluar color models

A5 89 98
RGB 165 137 152
HSL 328° 13.46% 59.22%
HSB/HSV 328° 16.97% 64.71%
CMYK 0.00% 16.97% 7.88%
35.29%

Color #A58998 in popluar number systems.

HEX A5 89 98
Decimal 165 137 152
Binary 10100101 10001001 10011000
Octal 245 211 230

Shades and tints

Shades of #A58998

#A58998
(165,137,152)
#967D8B
(150,125,139)
#87717E
(135,113,126)
#786571
(120,101,113)
#695964
(105,89,100)
#5A4D57
(90,77,87)
#4B414A
(75,65,74)
#3C353D
(60,53,61)
#2D2930
(45,41,48)
#1E1D23
(30,29,35)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #A58998

#A58998
(165,137,152)
#AD93A1
(173,147,161)
#B59DAA
(181,157,170)
#BDA7B3
(189,167,179)
#C5B1BC
(197,177,188)
#CDBBC5
(205,187,197)
#D5C5CE
(213,197,206)
#DDCFD7
(221,207,215)
#E5D9E0
(229,217,224)
#EDE3E9
(237,227,233)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58998; }

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

This text font color is #A58998.

Background Color

.myBgColor { background-color: #A58998; }

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

This div background color is #A58998.

Border color

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

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

This div border color is #A58998.

Opacity

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

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

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

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

This text has shadow with #A58998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58998.

Preview

Color preview on black background

This text has color #A58998 on black background.


Color preview on white background

This text has color #A58998 on white background.


Black color preview on #A58998 background

This text has black color on #A58998 background.


White color preview on #A58998 background

This text has white color on #A58998 background.


Related colors

Complementary color

Complementary color for #hex is #5A7667.


I love getcolorcode.com

Triadic colors

1 #98A589 and #8998A5 with #A58998 are triadic colors.

2 #9889A5 and #89A598 with #A58998 are triadic colors.