COLOR #A5B6A7

HEX: #A5B6A7 RGB: (165,182,167)

Color info

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

RGB color model

#A5B6A7 color RGB value is (165,182,167).

RGB: (165,182,167) (65%, 71%, 65%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 167 of 255 = 65%

165
182
167

R + G + B ~ 67%. #A5B6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 182 + 167 = 514 (100%)
R 165 of 514 ~ 32.1%
G 182 of 514 ~ 35.41%
B 167 of 514 ~ 32.49'%

%32.1
%35.41
%32.49

CMYK color model

#A5B6A7 color CMYK value is (9,0,8,29).

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

CMYK: (9,0,8,29)
C9M0Y8K29 (9%, 0%, 8%, 29%)
(0.09 / 0.00 / 0.08 / 0.29)

CMYK percentages

%9.34
%0
%8.24
%28.63

Codes

Color #A5B6A7 in popluar color models

A5 B6 A7
RGB 165 182 167
HSL 127° 10.43% 68.04%
HSB/HSV 127° 9.34% 71.37%
CMYK 9.34% 0.00% 8.24%
28.63%

Color #A5B6A7 in popluar number systems.

HEX A5 B6 A7
Decimal 165 182 167
Binary 10100101 10110110 10100111
Octal 245 266 247

Shades and tints

Shades of #A5B6A7

#A5B6A7
(165,182,167)
#96A698
(150,166,152)
#879689
(135,150,137)
#78867A
(120,134,122)
#69766B
(105,118,107)
#5A665C
(90,102,92)
#4B564D
(75,86,77)
#3C463E
(60,70,62)
#2D362F
(45,54,47)
#1E2620
(30,38,32)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A5B6A7

#A5B6A7
(165,182,167)
#ADBCAF
(173,188,175)
#B5C2B7
(181,194,183)
#BDC8BF
(189,200,191)
#C5CEC7
(197,206,199)
#CDD4CF
(205,212,207)
#D5DAD7
(213,218,215)
#DDE0DF
(221,224,223)
#E5E6E7
(229,230,231)
#EDECEF
(237,236,239)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B6A7; }

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

This text font color is #A5B6A7.

Background Color

.myBgColor { background-color: #A5B6A7; }

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

This div background color is #A5B6A7.

Border color

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

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

This div border color is #A5B6A7.

Opacity

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

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

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

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

This text has shadow with #A5B6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B6A7.

Preview

Color preview on black background

This text has color #A5B6A7 on black background.


Color preview on white background

This text has color #A5B6A7 on white background.


Black color preview on #A5B6A7 background

This text has black color on #A5B6A7 background.


White color preview on #A5B6A7 background

This text has white color on #A5B6A7 background.


Related colors

Complementary color

Complementary color for #hex is #5A4958.


I love getcolorcode.com

Triadic colors

1 #A7A5B6 and #B6A7A5 with #A5B6A7 are triadic colors.

2 #A7B6A5 and #B6A5A7 with #A5B6A7 are triadic colors.