COLOR #A5B0A3

HEX: #A5B0A3 RGB: (165,176,163)

Color info

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

RGB color model

#A5B0A3 color RGB value is (165,176,163).

RGB: (165,176,163) (65%, 69%, 64%)

RGB channels and saturation

R 165 of 255 = 65%
G 176 of 255 = 69%
B 163 of 255 = 64%

165
176
163

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

Portions of RGB colors in percentages

R + G + B = 165 + 176 + 163 = 504 (100%)
R 165 of 504 ~ 32.74%
G 176 of 504 ~ 34.92%
B 163 of 504 ~ 32.34'%

%32.74
%34.92
%32.34

CMYK color model

#A5B0A3 color CMYK value is (6,0,7,31).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 30.98%

CMYK: (6,0,7,31)
C6M0Y7K31 (6%, 0%, 7%, 31%)
(0.06 / 0.00 / 0.07 / 0.31)

CMYK percentages

%6.25
%0
%7.39
%30.98

Codes

Color #A5B0A3 in popluar color models

A5 B0 A3
RGB 165 176 163
HSL 111° 7.60% 66.47%
HSB/HSV 111° 7.39% 69.02%
CMYK 6.25% 0.00% 7.39%
30.98%

Color #A5B0A3 in popluar number systems.

HEX A5 B0 A3
Decimal 165 176 163
Binary 10100101 10110000 10100011
Octal 245 260 243

Shades and tints

Shades of #A5B0A3

#A5B0A3
(165,176,163)
#96A095
(150,160,149)
#879087
(135,144,135)
#788079
(120,128,121)
#69706B
(105,112,107)
#5A605D
(90,96,93)
#4B504F
(75,80,79)
#3C4041
(60,64,65)
#2D3033
(45,48,51)
#1E2025
(30,32,37)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #A5B0A3

#A5B0A3
(165,176,163)
#ADB7AB
(173,183,171)
#B5BEB3
(181,190,179)
#BDC5BB
(189,197,187)
#C5CCC3
(197,204,195)
#CDD3CB
(205,211,203)
#D5DAD3
(213,218,211)
#DDE1DB
(221,225,219)
#E5E8E3
(229,232,227)
#EDEFEB
(237,239,235)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B0A3; }

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

This text font color is #A5B0A3.

Background Color

.myBgColor { background-color: #A5B0A3; }

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

This div background color is #A5B0A3.

Border color

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

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

This div border color is #A5B0A3.

Opacity

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

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

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

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

This text has shadow with #A5B0A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B0A3.

Preview

Color preview on black background

This text has color #A5B0A3 on black background.


Color preview on white background

This text has color #A5B0A3 on white background.


Black color preview on #A5B0A3 background

This text has black color on #A5B0A3 background.


White color preview on #A5B0A3 background

This text has white color on #A5B0A3 background.


Related colors

Complementary color

Complementary color for #hex is #5A4F5C.


I love getcolorcode.com

Triadic colors

1 #A3A5B0 and #B0A3A5 with #A5B0A3 are triadic colors.

2 #A3B0A5 and #B0A5A3 with #A5B0A3 are triadic colors.