COLOR #A0A0A3

HEX: #A0A0A3
RGB: (160,160,163)

Color info

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

RGB color model

#A0A0A3 color RGB value is (160,160,163).

  • red value is 160;
  • green value is 160;
  • blue value is 163.
RGB:
(160,160,163)
(63%,63%,64%)

RGB channels and saturation

R 160 of 255 = 63%
G 160 of 255 = 63%
B 163 of 255 = 64%

160
160
163

R + G + B ~ 63%. #A0A0A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 160 + 163 = 483 (100%)
R 160 of 483 ~ 33.13%
G 160 of 483 ~ 33.13%
B 163 of 483 ~ 33.75%

%33.13
%33.13
%33.75

CMYK color model

#A0A0A3 color CMYK value is (2,2,0,36).

  • cyan value is 1.84%
  • magenta value is 1.84%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(2,2,0,36)
C2M2Y0K36 
(2%,2%,0%,36%)
(0.02/0.02/0.00/0.36)	

CMYK percentages

%1.84
%1.84
%0
%36.08

Codes

Color #A0A0A3 in popluar color models

A0A0A3
RGB160160163
HSL240°1.60%63.33%
HSB/HSV240°1.84%63.92%
CMYK1.84%1.84%0.00%
36.08%

Color #A0A0A3 in popluar number systems.

HEXA0A0A3
Decimal160160163
Binary101000001010000010100011
Octal240240243

Shades and tints

Shades of #A0A0A3

#A0A0A3
(160,160,163)
#929295
(146,146,149)
#848487
(132,132,135)
#767679
(118,118,121)
#68686B
(104,104,107)
#5A5A5D
(90,90,93)
#4C4C4F
(76,76,79)
#3E3E41
(62,62,65)
#303033
(48,48,51)
#222225
(34,34,37)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #A0A0A3

#A0A0A3
(160,160,163)
#A8A8AB
(168,168,171)
#B0B0B3
(176,176,179)
#B8B8BB
(184,184,187)
#C0C0C3
(192,192,195)
#C8C8CB
(200,200,203)
#D0D0D3
(208,208,211)
#D8D8DB
(216,216,219)
#E0E0E3
(224,224,227)
#E8E8EB
(232,232,235)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A0A3; }

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

This text font color is #A0A0A3.


Background Color

.myBgColor { background-color: #A0A0A3; }

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

This div background color is #A0A0A3.


Border color

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

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

This div border color is #A0A0A3.


Opacity

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

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

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

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

This text has shadow with #A0A0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A0A3 on black background.


Color preview on white background

This text has color #A0A0A3 on white background.



Black color preview on #A0A0A3 background

This text has black color on #A0A0A3 background.


White color preview on #A0A0A3 background

This text has white color on #A0A0A3 background.