COLOR #A5AB89

HEX: #A5AB89 RGB: (165,171,137)

Color info

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

RGB color model

#A5AB89 color RGB value is (165,171,137).

RGB: (165,171,137) (65%, 67%, 54%)

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 137 of 255 = 54%

165
171
137

R + G + B ~ 62%. #A5AB89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 171 + 137 = 473 (100%)
R 165 of 473 ~ 34.88%
G 171 of 473 ~ 36.15%
B 137 of 473 ~ 28.96'%

%34.88
%36.15
%28.96

CMYK color model

#A5AB89 color CMYK value is (4,0,20,33).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK: (4,0,20,33) C4M0Y20K33 (4%,0%,20%,33%) (0.04/0.00/0.20/0.33) 

CMYK percentages

%3.51
%0
%19.88
%32.94

Codes

Color #A5AB89 in popluar color models

A5 AB 89
RGB 165 171 137
HSL 71° 16.83% 60.39%
HSB/HSV 71° 19.88% 67.06%
CMYK 3.51% 0.00% 19.88%
32.94%

Color #A5AB89 in popluar number systems.

HEX A5 AB 89
Decimal 165 171 137
Binary 10100101 10101011 10001001
Octal 245 253 211

Shades and tints

Shades of #A5AB89

#A5AB89
(165,171,137)
#969C7D
(150,156,125)
#878D71
(135,141,113)
#787E65
(120,126,101)
#696F59
(105,111,89)
#5A604D
(90,96,77)
#4B5141
(75,81,65)
#3C4235
(60,66,53)
#2D3329
(45,51,41)
#1E241D
(30,36,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #A5AB89

#A5AB89
(165,171,137)
#ADB293
(173,178,147)
#B5B99D
(181,185,157)
#BDC0A7
(189,192,167)
#C5C7B1
(197,199,177)
#CDCEBB
(205,206,187)
#D5D5C5
(213,213,197)
#DDDCCF
(221,220,207)
#E5E3D9
(229,227,217)
#EDEAE3
(237,234,227)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AB89; }

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

This text font color is #A5AB89.

Background Color

.myBgColor { background-color: #A5AB89; }

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

This div background color is #A5AB89.

Border color

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

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

This div border color is #A5AB89.

Opacity

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

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

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

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

This text has shadow with #A5AB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AB89.

Preview

Color preview on black background

This text has color #A5AB89 on black background.


Color preview on white background

This text has color #A5AB89 on white background.


Black color preview on #A5AB89 background

This text has black color on #A5AB89 background.


White color preview on #A5AB89 background

This text has white color on #A5AB89 background.


Related colors

Complementary color

Complementary color for #hex is #5A5476.


I love getcolorcode.com

Triadic colors

1 #89A5AB and #AB89A5 with #A5AB89 are triadic colors.

2 #89ABA5 and #ABA589 with #A5AB89 are triadic colors.