COLOR #A5ABA4

HEX: #A5ABA4 RGB: (165,171,164)

Color info

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

RGB color model

#A5ABA4 color RGB value is (165,171,164).

RGB: (165,171,164) (65%, 67%, 64%)

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 164 of 255 = 64%

165
171
164

R + G + B ~ 65%. #A5ABA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 171 + 164 = 500 (100%)
R 165 of 500 ~ 33%
G 171 of 500 ~ 34.2%
B 164 of 500 ~ 32.8'%

%33
%34.2
%32.8

CMYK color model

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

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 4.09%
  • key color value is 32.94%

CMYK: (4,0,4,33)
C4M0Y4K33 (4%, 0%, 4%, 33%)
(0.04 / 0.00 / 0.04 / 0.33)

CMYK percentages

%3.51
%0
%4.09
%32.94

Codes

Color #A5ABA4 in popluar color models

A5 AB A4
RGB 165 171 164
HSL 111° 4.00% 65.69%
HSB/HSV 111° 4.09% 67.06%
CMYK 3.51% 0.00% 4.09%
32.94%

Color #A5ABA4 in popluar number systems.

HEX A5 AB A4
Decimal 165 171 164
Binary 10100101 10101011 10100100
Octal 245 253 244

Shades and tints

Shades of #A5ABA4

#A5ABA4
(165,171,164)
#969C96
(150,156,150)
#878D88
(135,141,136)
#787E7A
(120,126,122)
#696F6C
(105,111,108)
#5A605E
(90,96,94)
#4B5150
(75,81,80)
#3C4242
(60,66,66)
#2D3334
(45,51,52)
#1E2426
(30,36,38)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5ABA4

#A5ABA4
(165,171,164)
#ADB2AC
(173,178,172)
#B5B9B4
(181,185,180)
#BDC0BC
(189,192,188)
#C5C7C4
(197,199,196)
#CDCECC
(205,206,204)
#D5D5D4
(213,213,212)
#DDDCDC
(221,220,220)
#E5E3E4
(229,227,228)
#EDEAEC
(237,234,236)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABA4; }

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

This text font color is #A5ABA4.

Background Color

.myBgColor { background-color: #A5ABA4; }

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

This div background color is #A5ABA4.

Border color

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

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

This div border color is #A5ABA4.

Opacity

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

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

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

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

This text has shadow with #A5ABA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ABA4.

Preview

Color preview on black background

This text has color #A5ABA4 on black background.


Color preview on white background

This text has color #A5ABA4 on white background.


Black color preview on #A5ABA4 background

This text has black color on #A5ABA4 background.


White color preview on #A5ABA4 background

This text has white color on #A5ABA4 background.


Related colors

Complementary color

Complementary color for #hex is #5A545B.


I love getcolorcode.com

Triadic colors

1 #A4A5AB and #ABA4A5 with #A5ABA4 are triadic colors.

2 #A4ABA5 and #ABA5A4 with #A5ABA4 are triadic colors.