COLOR #A59BA5

HEX: #A59BA5 RGB: (165,155,165)

Color info

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

RGB color model

#A59BA5 color RGB value is (165,155,165).

RGB: (165,155,165) (65%, 61%, 65%)

RGB channels and saturation

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

165
155
165

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

Portions of RGB colors in percentages

R + G + B = 165 + 155 + 165 = 485 (100%)
R 165 of 485 ~ 34.02%
G 155 of 485 ~ 31.96%
B 165 of 485 ~ 34.02'%

%34.02
%31.96
%34.02

CMYK color model

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

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

CMYK percentages

%0
%6.06
%0
%35.29

Codes

Color #A59BA5 in popluar color models

A5 9B A5
RGB 165 155 165
HSL 300° 5.26% 62.75%
HSB/HSV 300° 6.06% 64.71%
CMYK 0.00% 6.06% 0.00%
35.29%

Color #A59BA5 in popluar number systems.

HEX A5 9B A5
Decimal 165 155 165
Binary 10100101 10011011 10100101
Octal 245 233 245

Shades and tints

Shades of #A59BA5

#A59BA5
(165,155,165)
#968D96
(150,141,150)
#877F87
(135,127,135)
#787178
(120,113,120)
#696369
(105,99,105)
#5A555A
(90,85,90)
#4B474B
(75,71,75)
#3C393C
(60,57,60)
#2D2B2D
(45,43,45)
#1E1D1E
(30,29,30)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #A59BA5

#A59BA5
(165,155,165)
#ADA4AD
(173,164,173)
#B5ADB5
(181,173,181)
#BDB6BD
(189,182,189)
#C5BFC5
(197,191,197)
#CDC8CD
(205,200,205)
#D5D1D5
(213,209,213)
#DDDADD
(221,218,221)
#E5E3E5
(229,227,229)
#EDECED
(237,236,237)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59BA5; }

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

This text font color is #A59BA5.

Background Color

.myBgColor { background-color: #A59BA5; }

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

This div background color is #A59BA5.

Border color

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

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

This div border color is #A59BA5.

Opacity

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

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

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

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

This text has shadow with #A59BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59BA5.

Preview

Color preview on black background

This text has color #A59BA5 on black background.


Color preview on white background

This text has color #A59BA5 on white background.


Black color preview on #A59BA5 background

This text has black color on #A59BA5 background.


White color preview on #A59BA5 background

This text has white color on #A59BA5 background.


Related colors

Complementary color

Complementary color for #hex is #5A645A.


I love getcolorcode.com

Triadic colors

1 #A5A59B and #9BA5A5 with #A59BA5 are triadic colors.

2 #A59BA5 and #9BA5A5 with #A59BA5 are triadic colors.