COLOR #A59BAB

HEX: #A59BAB
RGB: (165,155,171)

Color info

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

RGB color model

#A59BAB color RGB value is (165,155,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 171 of 255 = 67%

165
155
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 171 = 491 (100%)
R 165 of 491 ~ 33.6%
G 155 of 491 ~ 31.57%
B 171 of 491 ~ 34.83%

%33.6
%31.57
%34.83

CMYK color model

#A59BAB color CMYK value is (4,9,0,33).

  • cyan value is 3.51%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,9,0,33)
C4M9Y0K33 
(4%,9%,0%,33%)
(0.04/0.09/0.00/0.33)	

CMYK percentages

%3.51
%9.36
%0
%32.94

Codes

Color #A59BAB in popluar color models

A59BAB
RGB165155171
HSL278°8.70%63.92%
HSB/HSV278°9.36%67.06%
CMYK3.51%9.36%0.00%
32.94%

Color #A59BAB in popluar number systems.

HEXA59BAB
Decimal165155171
Binary101001011001101110101011
Octal245233253

Shades and tints

Shades of #A59BAB

#A59BAB
(165,155,171)
#968D9C
(150,141,156)
#877F8D
(135,127,141)
#78717E
(120,113,126)
#69636F
(105,99,111)
#5A5560
(90,85,96)
#4B4751
(75,71,81)
#3C3942
(60,57,66)
#2D2B33
(45,43,51)
#1E1D24
(30,29,36)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A59BAB

#A59BAB
(165,155,171)
#ADA4B2
(173,164,178)
#B5ADB9
(181,173,185)
#BDB6C0
(189,182,192)
#C5BFC7
(197,191,199)
#CDC8CE
(205,200,206)
#D5D1D5
(213,209,213)
#DDDADC
(221,218,220)
#E5E3E3
(229,227,227)
#EDECEA
(237,236,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59BAB; }

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

This text font color is #A59BAB.


Background Color

.myBgColor { background-color: #A59BAB; }

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

This div background color is #A59BAB.


Border color

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

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

This div border color is #A59BAB.


Opacity

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

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

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

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

This text has shadow with #A59BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BAB on black background.


Color preview on white background

This text has color #A59BAB on white background.



Black color preview on #A59BAB background

This text has black color on #A59BAB background.


White color preview on #A59BAB background

This text has white color on #A59BAB background.