COLOR #A5B6AB

HEX: #A5B6AB RGB: (165,182,171)

Color info

#A5B6AB contains red, green and blue colors in about the same proportion. Web safe color of #A5B6AB is #99CC99 (or #9C9).

RGB color model

#A5B6AB color RGB value is (165,182,171).

RGB: (165,182,171) (65%, 71%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 171 of 255 = 67%

165
182
171

R + G + B ~ 68%. #A5B6AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 182 + 171 = 518 (100%)
R 165 of 518 ~ 31.85%
G 182 of 518 ~ 35.14%
B 171 of 518 ~ 33.01'%

%31.85
%35.14
%33.01

CMYK color model

#A5B6AB color CMYK value is (9,0,6,29).

  • cyan value is 9.34%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 28.63%

CMYK: (9,0,6,29)
C9M0Y6K29 (9%, 0%, 6%, 29%)
(0.09 / 0.00 / 0.06 / 0.29)

CMYK percentages

%9.34
%0
%6.04
%28.63

Codes

Color #A5B6AB in popluar color models

A5 B6 AB
RGB 165 182 171
HSL 141° 10.43% 68.04%
HSB/HSV 141° 9.34% 71.37%
CMYK 9.34% 0.00% 6.04%
28.63%

Color #A5B6AB in popluar number systems.

HEX A5 B6 AB
Decimal 165 182 171
Binary 10100101 10110110 10101011
Octal 245 266 253

Shades and tints

Shades of #A5B6AB

#A5B6AB
(165,182,171)
#96A69C
(150,166,156)
#87968D
(135,150,141)
#78867E
(120,134,126)
#69766F
(105,118,111)
#5A6660
(90,102,96)
#4B5651
(75,86,81)
#3C4642
(60,70,66)
#2D3633
(45,54,51)
#1E2624
(30,38,36)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A5B6AB

#A5B6AB
(165,182,171)
#ADBCB2
(173,188,178)
#B5C2B9
(181,194,185)
#BDC8C0
(189,200,192)
#C5CEC7
(197,206,199)
#CDD4CE
(205,212,206)
#D5DAD5
(213,218,213)
#DDE0DC
(221,224,220)
#E5E6E3
(229,230,227)
#EDECEA
(237,236,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B6AB; }

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

This text font color is #A5B6AB.

Background Color

.myBgColor { background-color: #A5B6AB; }

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

This div background color is #A5B6AB.

Border color

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

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

This div border color is #A5B6AB.

Opacity

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

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

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

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

This text has shadow with #A5B6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B6AB.

Preview

Color preview on black background

This text has color #A5B6AB on black background.


Color preview on white background

This text has color #A5B6AB on white background.


Black color preview on #A5B6AB background

This text has black color on #A5B6AB background.


White color preview on #A5B6AB background

This text has white color on #A5B6AB background.


Related colors

Complementary color

Complementary color for #hex is #5A4954.


I love getcolorcode.com

Triadic colors

1 #ABA5B6 and #B6ABA5 with #A5B6AB are triadic colors.

2 #ABB6A5 and #B6A5AB with #A5B6AB are triadic colors.