COLOR #A59BA1

HEX: #A59BA1
RGB: (165,155,161)

Color info

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

RGB color model

#A59BA1 color RGB value is (165,155,161).

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

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 161 of 255 = 63%

165
155
161

R + G + B ~ 63%. #A59BA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 161 = 481 (100%)
R 165 of 481 ~ 34.3%
G 155 of 481 ~ 32.22%
B 161 of 481 ~ 33.47%

%34.3
%32.22
%33.47

CMYK color model

#A59BA1 color CMYK value is (0,6,2,35).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 2.42%
  • key color value is 35.29%
CMYK: (0,6,2,35) C0M6Y2K35 (0%,6%,2%,35%) (0.00/0.06/0.02/0.35)

CMYK percentages

%0
%6.06
%2.42
%35.29

Codes

Color #A59BA1 in popluar color models

A59BA1
RGB165155161
HSL324°5.26%62.75%
HSB/HSV324°6.06%64.71%
CMYK0.00%6.06%2.42%
35.29%

Color #A59BA1 in popluar number systems.

HEXA59BA1
Decimal165155161
Binary101001011001101110100001
Octal245233241

Shades and tints

Shades of #A59BA1

#A59BA1
(165,155,161)
#968D93
(150,141,147)
#877F85
(135,127,133)
#787177
(120,113,119)
#696369
(105,99,105)
#5A555B
(90,85,91)
#4B474D
(75,71,77)
#3C393F
(60,57,63)
#2D2B31
(45,43,49)
#1E1D23
(30,29,35)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A59BA1

#A59BA1
(165,155,161)
#ADA4A9
(173,164,169)
#B5ADB1
(181,173,177)
#BDB6B9
(189,182,185)
#C5BFC1
(197,191,193)
#CDC8C9
(205,200,201)
#D5D1D1
(213,209,209)
#DDDAD9
(221,218,217)
#E5E3E1
(229,227,225)
#EDECE9
(237,236,233)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59BA1; }

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

This text font color is #A59BA1.


Background Color

.myBgColor { background-color: #A59BA1; }

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

This div background color is #A59BA1.


Border color

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

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

This div border color is #A59BA1.


Opacity

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

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

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

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

This text has shadow with #A59BA1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A59BA1 on black background.


Color preview on white background

This text has color #A59BA1 on white background.



Black color preview on #A59BA1 background

This text has black color on #A59BA1 background.


White color preview on #A59BA1 background

This text has white color on #A59BA1 background.