COLOR #A5ABA6

HEX: #A5ABA6 RGB: (165,171,166)

Color info

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

RGB color model

#A5ABA6 color RGB value is (165,171,166).

RGB: (165,171,166) (65%, 67%, 65%)

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 166 of 255 = 65%

165
171
166

R + G + B ~ 66%. #A5ABA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 171 + 166 = 502 (100%)
R 165 of 502 ~ 32.87%
G 171 of 502 ~ 34.06%
B 166 of 502 ~ 33.07'%

%32.87
%34.06
%33.07

CMYK color model

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

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

CMYK: (4,0,3,33)
C4M0Y3K33 (4%, 0%, 3%, 33%)
(0.04 / 0.00 / 0.03 / 0.33)

CMYK percentages

%3.51
%0
%2.92
%32.94

Codes

Color #A5ABA6 in popluar color models

A5 AB A6
RGB 165 171 166
HSL 130° 3.45% 65.88%
HSB/HSV 130° 3.51% 67.06%
CMYK 3.51% 0.00% 2.92%
32.94%

Color #A5ABA6 in popluar number systems.

HEX A5 AB A6
Decimal 165 171 166
Binary 10100101 10101011 10100110
Octal 245 253 246

Shades and tints

Shades of #A5ABA6

#A5ABA6
(165,171,166)
#969C97
(150,156,151)
#878D88
(135,141,136)
#787E79
(120,126,121)
#696F6A
(105,111,106)
#5A605B
(90,96,91)
#4B514C
(75,81,76)
#3C423D
(60,66,61)
#2D332E
(45,51,46)
#1E241F
(30,36,31)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A5ABA6

#A5ABA6
(165,171,166)
#ADB2AE
(173,178,174)
#B5B9B6
(181,185,182)
#BDC0BE
(189,192,190)
#C5C7C6
(197,199,198)
#CDCECE
(205,206,206)
#D5D5D6
(213,213,214)
#DDDCDE
(221,220,222)
#E5E3E6
(229,227,230)
#EDEAEE
(237,234,238)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABA6; }

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

This text font color is #A5ABA6.

Background Color

.myBgColor { background-color: #A5ABA6; }

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

This div background color is #A5ABA6.

Border color

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

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

This div border color is #A5ABA6.

Opacity

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

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

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

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

This text has shadow with #A5ABA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ABA6.

Preview

Color preview on black background

This text has color #A5ABA6 on black background.


Color preview on white background

This text has color #A5ABA6 on white background.


Black color preview on #A5ABA6 background

This text has black color on #A5ABA6 background.


White color preview on #A5ABA6 background

This text has white color on #A5ABA6 background.


Related colors

Complementary color

Complementary color for #hex is #5A5459.


I love getcolorcode.com

Triadic colors

1 #A6A5AB and #ABA6A5 with #A5ABA6 are triadic colors.

2 #A6ABA5 and #ABA5A6 with #A5ABA6 are triadic colors.