COLOR #A3B0A5

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

Color info

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

RGB color model

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

  • red value is 163;
  • green value is 176;
  • blue value is 165.
RGB: (163,176,165) (64%,69%,65%)

RGB channels and saturation

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

163
176
165

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

Portions of RGB colors in percentages

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

%32.34
%34.92
%32.74

CMYK color model

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

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 30.98%
CMYK: (7,0,6,31) C7M0Y6K31 (7%,0%,6%,31%) (0.07/0.00/0.06/0.31)

CMYK percentages

%7.39
%0
%6.25
%30.98

Codes

Color #A3B0A5 in popluar color models

A3B0A5
RGB163176165
HSL129°7.60%66.47%
HSB/HSV129°7.39%69.02%
CMYK7.39%0.00%6.25%
30.98%

Color #A3B0A5 in popluar number systems.

HEXA3B0A5
Decimal163176165
Binary101000111011000010100101
Octal243260245

Shades and tints

Shades of #A3B0A5

#A3B0A5
(163,176,165)
#95A096
(149,160,150)
#879087
(135,144,135)
#798078
(121,128,120)
#6B7069
(107,112,105)
#5D605A
(93,96,90)
#4F504B
(79,80,75)
#41403C
(65,64,60)
#33302D
(51,48,45)
#25201E
(37,32,30)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #A3B0A5

#A3B0A5
(163,176,165)
#ABB7AD
(171,183,173)
#B3BEB5
(179,190,181)
#BBC5BD
(187,197,189)
#C3CCC5
(195,204,197)
#CBD3CD
(203,211,205)
#D3DAD5
(211,218,213)
#DBE1DD
(219,225,221)
#E3E8E5
(227,232,229)
#EBEFED
(235,239,237)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B0A5; }

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

This text font color is #A3B0A5.


Background Color

.myBgColor { background-color: #A3B0A5; }

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

This div background color is #A3B0A5.


Border color

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

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

This div border color is #A3B0A5.


Opacity

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

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

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

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

This text has shadow with #A3B0A5 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A3B0A5; -webkit-box-shadow:	1px 1px 3px 2px #A3B0A5; box-shadow:	1px 1px 3px 2px #A3B0A5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A3B0A5; -webkit-box-shadow: 1px 1px 3px 2px #A3B0A5; box-shadow:1px 1px 3px 2px #A3B0A5;">
Div content here</div>
This div box has shadow with color #A3B0A5.

Preview

Color preview on black background

This text has color #A3B0A5 on black background.


Color preview on white background

This text has color #A3B0A5 on white background.



Black color preview on #A3B0A5 background

This text has black color on #A3B0A5 background.


White color preview on #A3B0A5 background

This text has white color on #A3B0A5 background.