COLOR #A59BA4

HEX: #A59BA4
RGB: (165,155,164)

Color info

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

RGB color model

#A59BA4 color RGB value is (165,155,164).

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

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 164 of 255 = 64%

165
155
164

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

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 164 = 484 (100%)
R 165 of 484 ~ 34.09%
G 155 of 484 ~ 32.02%
B 164 of 484 ~ 33.88%

%34.09
%32.02
%33.88

CMYK color model

#A59BA4 color CMYK value is (0,6,1,35).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 0.61%
  • key color value is 35.29%
CMYK:
(0,6,1,35)
C0M6Y1K35 
(0%,6%,1%,35%)
(0.00/0.06/0.01/0.35)	

CMYK percentages

%0
%6.06
%0.61
%35.29

Codes

Color #A59BA4 in popluar color models

A59BA4
RGB165155164
HSL306°5.26%62.75%
HSB/HSV306°6.06%64.71%
CMYK0.00%6.06%0.61%
35.29%

Color #A59BA4 in popluar number systems.

HEXA59BA4
Decimal165155164
Binary101001011001101110100100
Octal245233244

Shades and tints

Shades of #A59BA4

#A59BA4
(165,155,164)
#968D96
(150,141,150)
#877F88
(135,127,136)
#78717A
(120,113,122)
#69636C
(105,99,108)
#5A555E
(90,85,94)
#4B4750
(75,71,80)
#3C3942
(60,57,66)
#2D2B34
(45,43,52)
#1E1D26
(30,29,38)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #A59BA4

#A59BA4
(165,155,164)
#ADA4AC
(173,164,172)
#B5ADB4
(181,173,180)
#BDB6BC
(189,182,188)
#C5BFC4
(197,191,196)
#CDC8CC
(205,200,204)
#D5D1D4
(213,209,212)
#DDDADC
(221,218,220)
#E5E3E4
(229,227,228)
#EDECEC
(237,236,236)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59BA4; }

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

This text font color is #A59BA4.


Background Color

.myBgColor { background-color: #A59BA4; }

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

This div background color is #A59BA4.


Border color

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

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

This div border color is #A59BA4.


Opacity

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

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

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

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

This text has shadow with #A59BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BA4 on black background.


Color preview on white background

This text has color #A59BA4 on white background.



Black color preview on #A59BA4 background

This text has black color on #A59BA4 background.


White color preview on #A59BA4 background

This text has white color on #A59BA4 background.