COLOR #A59DAB

HEX: #A59DAB
RGB: (165,157,171)

Color info

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

RGB color model

#A59DAB color RGB value is (165,157,171).

  • red value is 165;
  • green value is 157;
  • blue value is 171.
RGB:
(165,157,171)
(65%,62%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 171 of 255 = 67%

165
157
171

R + G + B ~ 65%. #A59DAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 171 = 493 (100%)
R 165 of 493 ~ 33.47%
G 157 of 493 ~ 31.85%
B 171 of 493 ~ 34.69%

%33.47
%31.85
%34.69

CMYK color model

#A59DAB color CMYK value is (4,8,0,33).

  • cyan value is 3.51%
  • magenta value is 8.19%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,8,0,33)
C4M8Y0K33 
(4%,8%,0%,33%)
(0.04/0.08/0.00/0.33)	

CMYK percentages

%3.51
%8.19
%0
%32.94

Codes

Color #A59DAB in popluar color models

A59DAB
RGB165157171
HSL274°7.69%64.31%
HSB/HSV274°8.19%67.06%
CMYK3.51%8.19%0.00%
32.94%

Color #A59DAB in popluar number systems.

HEXA59DAB
Decimal165157171
Binary101001011001110110101011
Octal245235253

Shades and tints

Shades of #A59DAB

#A59DAB
(165,157,171)
#968F9C
(150,143,156)
#87818D
(135,129,141)
#78737E
(120,115,126)
#69656F
(105,101,111)
#5A5760
(90,87,96)
#4B4951
(75,73,81)
#3C3B42
(60,59,66)
#2D2D33
(45,45,51)
#1E1F24
(30,31,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A59DAB

#A59DAB
(165,157,171)
#ADA5B2
(173,165,178)
#B5ADB9
(181,173,185)
#BDB5C0
(189,181,192)
#C5BDC7
(197,189,199)
#CDC5CE
(205,197,206)
#D5CDD5
(213,205,213)
#DDD5DC
(221,213,220)
#E5DDE3
(229,221,227)
#EDE5EA
(237,229,234)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DAB; }

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

This text font color is #A59DAB.


Background Color

.myBgColor { background-color: #A59DAB; }

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

This div background color is #A59DAB.


Border color

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

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

This div border color is #A59DAB.


Opacity

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

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

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

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

This text has shadow with #A59DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DAB on black background.


Color preview on white background

This text has color #A59DAB on white background.



Black color preview on #A59DAB background

This text has black color on #A59DAB background.


White color preview on #A59DAB background

This text has white color on #A59DAB background.