COLOR #A59398

HEX: #A59398
RGB: (165,147,152)

Color info

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

RGB color model

#A59398 color RGB value is (165,147,152).

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

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 152 of 255 = 60%

165
147
152

R + G + B ~ 61%. #A59398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 152 = 464 (100%)
R 165 of 464 ~ 35.56%
G 147 of 464 ~ 31.68%
B 152 of 464 ~ 32.76%

%35.56
%31.68
%32.76

CMYK color model

#A59398 color CMYK value is (0,11,8,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK:
(0,11,8,35)
C0M11Y8K35 
(0%,11%,8%,35%)
(0.00/0.11/0.08/0.35)	

CMYK percentages

%0
%10.91
%7.88
%35.29

Codes

Color #A59398 in popluar color models

A59398
RGB165147152
HSL343°9.09%61.18%
HSB/HSV343°10.91%64.71%
CMYK0.00%10.91%7.88%
35.29%

Color #A59398 in popluar number systems.

HEXA59398
Decimal165147152
Binary101001011001001110011000
Octal245223230

Shades and tints

Shades of #A59398

#A59398
(165,147,152)
#96868B
(150,134,139)
#87797E
(135,121,126)
#786C71
(120,108,113)
#695F64
(105,95,100)
#5A5257
(90,82,87)
#4B454A
(75,69,74)
#3C383D
(60,56,61)
#2D2B30
(45,43,48)
#1E1E23
(30,30,35)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #A59398

#A59398
(165,147,152)
#AD9CA1
(173,156,161)
#B5A5AA
(181,165,170)
#BDAEB3
(189,174,179)
#C5B7BC
(197,183,188)
#CDC0C5
(205,192,197)
#D5C9CE
(213,201,206)
#DDD2D7
(221,210,215)
#E5DBE0
(229,219,224)
#EDE4E9
(237,228,233)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59398; }

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

This text font color is #A59398.


Background Color

.myBgColor { background-color: #A59398; }

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

This div background color is #A59398.


Border color

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

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

This div border color is #A59398.


Opacity

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

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

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

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

This text has shadow with #A59398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59398 on black background.


Color preview on white background

This text has color #A59398 on white background.



Black color preview on #A59398 background

This text has black color on #A59398 background.


White color preview on #A59398 background

This text has white color on #A59398 background.