COLOR #A3B0AA

HEX: #A3B0AA
RGB: (163,176,170)

Color info

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

RGB color model

#A3B0AA color RGB value is (163,176,170).

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

RGB channels and saturation

R 163 of 255 = 64%
G 176 of 255 = 69%
B 170 of 255 = 67%

163
176
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 176 + 170 = 509 (100%)
R 163 of 509 ~ 32.02%
G 176 of 509 ~ 34.58%
B 170 of 509 ~ 33.4%

%32.02
%34.58
%33.4

CMYK color model

#A3B0AA color CMYK value is (7,0,3,31).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(7,0,3,31)
C7M0Y3K31 
(7%,0%,3%,31%)
(0.07/0.00/0.03/0.31)	

CMYK percentages

%7.39
%0
%3.41
%30.98

Codes

Color #A3B0AA in popluar color models

A3B0AA
RGB163176170
HSL152°7.60%66.47%
HSB/HSV152°7.39%69.02%
CMYK7.39%0.00%3.41%
30.98%

Color #A3B0AA in popluar number systems.

HEXA3B0AA
Decimal163176170
Binary101000111011000010101010
Octal243260252

Shades and tints

Shades of #A3B0AA

#A3B0AA
(163,176,170)
#95A09B
(149,160,155)
#87908C
(135,144,140)
#79807D
(121,128,125)
#6B706E
(107,112,110)
#5D605F
(93,96,95)
#4F5050
(79,80,80)
#414041
(65,64,65)
#333032
(51,48,50)
#252023
(37,32,35)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #A3B0AA

#A3B0AA
(163,176,170)
#ABB7B1
(171,183,177)
#B3BEB8
(179,190,184)
#BBC5BF
(187,197,191)
#C3CCC6
(195,204,198)
#CBD3CD
(203,211,205)
#D3DAD4
(211,218,212)
#DBE1DB
(219,225,219)
#E3E8E2
(227,232,226)
#EBEFE9
(235,239,233)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B0AA; }

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

This text font color is #A3B0AA.


Background Color

.myBgColor { background-color: #A3B0AA; }

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

This div background color is #A3B0AA.


Border color

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

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

This div border color is #A3B0AA.


Opacity

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

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

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

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

This text has shadow with #A3B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B0AA on black background.


Color preview on white background

This text has color #A3B0AA on white background.



Black color preview on #A3B0AA background

This text has black color on #A3B0AA background.


White color preview on #A3B0AA background

This text has white color on #A3B0AA background.