COLOR #A59BAD

HEX: #A59BAD
RGB: (165,155,173)

Color info

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

RGB color model

#A59BAD color RGB value is (165,155,173).

  • red value is 165;
  • green value is 155;
  • blue value is 173.
RGB:
(165,155,173)
(65%,61%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 173 of 255 = 68%

165
155
173

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

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 173 = 493 (100%)
R 165 of 493 ~ 33.47%
G 155 of 493 ~ 31.44%
B 173 of 493 ~ 35.09%

%33.47
%31.44
%35.09

CMYK color model

#A59BAD color CMYK value is (5,10,0,32).

  • cyan value is 4.62%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(5,10,0,32)
C5M10Y0K32 
(5%,10%,0%,32%)
(0.05/0.10/0.00/0.32)	

CMYK percentages

%4.62
%10.4
%0
%32.16

Codes

Color #A59BAD in popluar color models

A59BAD
RGB165155173
HSL273°9.89%64.31%
HSB/HSV273°10.40%67.84%
CMYK4.62%10.40%0.00%
32.16%

Color #A59BAD in popluar number systems.

HEXA59BAD
Decimal165155173
Binary101001011001101110101101
Octal245233255

Shades and tints

Shades of #A59BAD

#A59BAD
(165,155,173)
#968D9E
(150,141,158)
#877F8F
(135,127,143)
#787180
(120,113,128)
#696371
(105,99,113)
#5A5562
(90,85,98)
#4B4753
(75,71,83)
#3C3944
(60,57,68)
#2D2B35
(45,43,53)
#1E1D26
(30,29,38)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #A59BAD

#A59BAD
(165,155,173)
#ADA4B4
(173,164,180)
#B5ADBB
(181,173,187)
#BDB6C2
(189,182,194)
#C5BFC9
(197,191,201)
#CDC8D0
(205,200,208)
#D5D1D7
(213,209,215)
#DDDADE
(221,218,222)
#E5E3E5
(229,227,229)
#EDECEC
(237,236,236)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59BAD color. Also use rgb(165,155,173) instead hex code.

Text Font Color

.myTextColor { color: #A59BAD; }

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

This text font color is #A59BAD.


Background Color

.myBgColor { background-color: #A59BAD; }

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

This div background color is #A59BAD.


Border color

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

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

This div border color is #A59BAD.


Opacity

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

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

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

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

This text has shadow with #A59BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BAD on black background.


Color preview on white background

This text has color #A59BAD on white background.



Black color preview on #A59BAD background

This text has black color on #A59BAD background.


White color preview on #A59BAD background

This text has white color on #A59BAD background.