COLOR #A5B6A5

HEX: #A5B6A5 RGB: (165,182,165)

Color info

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

RGB color model

#A5B6A5 color RGB value is (165,182,165).

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

RGB channels and saturation

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

165
182
165

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

Portions of RGB colors in percentages

R + G + B = 165 + 182 + 165 = 512 (100%)
R 165 of 512 ~ 32.23%
G 182 of 512 ~ 35.55%
B 165 of 512 ~ 32.23'%

%32.23
%35.55
%32.23

CMYK color model

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

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

CMYK: (9,0,9,29)
C9M0Y9K29 (9%, 0%, 9%, 29%)
(0.09 / 0.00 / 0.09 / 0.29)

CMYK percentages

%9.34
%0
%9.34
%28.63

Codes

Color #A5B6A5 in popluar color models

A5 B6 A5
RGB 165 182 165
HSL 120° 10.43% 68.04%
HSB/HSV 120° 9.34% 71.37%
CMYK 9.34% 0.00% 9.34%
28.63%

Color #A5B6A5 in popluar number systems.

HEX A5 B6 A5
Decimal 165 182 165
Binary 10100101 10110110 10100101
Octal 245 266 245

Shades and tints

Shades of #A5B6A5

#A5B6A5
(165,182,165)
#96A696
(150,166,150)
#879687
(135,150,135)
#788678
(120,134,120)
#697669
(105,118,105)
#5A665A
(90,102,90)
#4B564B
(75,86,75)
#3C463C
(60,70,60)
#2D362D
(45,54,45)
#1E261E
(30,38,30)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #A5B6A5

#A5B6A5
(165,182,165)
#ADBCAD
(173,188,173)
#B5C2B5
(181,194,181)
#BDC8BD
(189,200,189)
#C5CEC5
(197,206,197)
#CDD4CD
(205,212,205)
#D5DAD5
(213,218,213)
#DDE0DD
(221,224,221)
#E5E6E5
(229,230,229)
#EDECED
(237,236,237)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B6A5; }

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

This text font color is #A5B6A5.

Background Color

.myBgColor { background-color: #A5B6A5; }

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

This div background color is #A5B6A5.

Border color

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

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

This div border color is #A5B6A5.

Opacity

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

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

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

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

This text has shadow with #A5B6A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B6A5.

Preview

Color preview on black background

This text has color #A5B6A5 on black background.


Color preview on white background

This text has color #A5B6A5 on white background.


Black color preview on #A5B6A5 background

This text has black color on #A5B6A5 background.


White color preview on #A5B6A5 background

This text has white color on #A5B6A5 background.


Related colors

Complementary color

Complementary color for #hex is #5A495A.


I love getcolorcode.com

Triadic colors

1 #A5A5B6 and #B6A5A5 with #A5B6A5 are triadic colors.

2 #A5B6A5 and #B6A5A5 with #A5B6A5 are triadic colors.