COLOR #A5AB90

HEX: #A5AB90
RGB: (165,171,144)

Color info

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

RGB color model

#A5AB90 color RGB value is (165,171,144).

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

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 144 of 255 = 56%

165
171
144

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

Portions of RGB colors in percentages

R + G + B =
165 + 171 + 144 = 480 (100%)
R 165 of 480 ~ 34.38%
G 171 of 480 ~ 35.63%
B 144 of 480 ~ 30%

%34.38
%35.63
%30

CMYK color model

#A5AB90 color CMYK value is (4,0,16,33).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(4,0,16,33)
C4M0Y16K33 
(4%,0%,16%,33%)
(0.04/0.00/0.16/0.33)	

CMYK percentages

%3.51
%0
%15.79
%32.94

Codes

Color #A5AB90 in popluar color models

A5AB90
RGB165171144
HSL73°13.85%61.76%
HSB/HSV73°15.79%67.06%
CMYK3.51%0.00%15.79%
32.94%

Color #A5AB90 in popluar number systems.

HEXA5AB90
Decimal165171144
Binary101001011010101110010000
Octal245253220

Shades and tints

Shades of #A5AB90

#A5AB90
(165,171,144)
#969C83
(150,156,131)
#878D76
(135,141,118)
#787E69
(120,126,105)
#696F5C
(105,111,92)
#5A604F
(90,96,79)
#4B5142
(75,81,66)
#3C4235
(60,66,53)
#2D3328
(45,51,40)
#1E241B
(30,36,27)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #A5AB90

#A5AB90
(165,171,144)
#ADB29A
(173,178,154)
#B5B9A4
(181,185,164)
#BDC0AE
(189,192,174)
#C5C7B8
(197,199,184)
#CDCEC2
(205,206,194)
#D5D5CC
(213,213,204)
#DDDCD6
(221,220,214)
#E5E3E0
(229,227,224)
#EDEAEA
(237,234,234)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AB90; }

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

This text font color is #A5AB90.


Background Color

.myBgColor { background-color: #A5AB90; }

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

This div background color is #A5AB90.


Border color

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

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

This div border color is #A5AB90.


Opacity

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

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

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

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

This text has shadow with #A5AB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AB90 on black background.


Color preview on white background

This text has color #A5AB90 on white background.



Black color preview on #A5AB90 background

This text has black color on #A5AB90 background.


White color preview on #A5AB90 background

This text has white color on #A5AB90 background.