COLOR #A3AAA3

HEX: #A3AAA3
RGB: (163,170,163)

Color info

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

RGB color model

#A3AAA3 color RGB value is (163,170,163).

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

RGB channels and saturation

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

163
170
163

R + G + B ~ 65%. #A3AAA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 163 = 496 (100%)
R 163 of 496 ~ 32.86%
G 170 of 496 ~ 34.27%
B 163 of 496 ~ 32.86%

%32.86
%34.27
%32.86

CMYK color model

#A3AAA3 color CMYK value is (4,0,4,33).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(4,0,4,33)
C4M0Y4K33 
(4%,0%,4%,33%)
(0.04/0.00/0.04/0.33)	

CMYK percentages

%4.12
%0
%4.12
%33.33

Codes

Color #A3AAA3 in popluar color models

A3AAA3
RGB163170163
HSL120°3.95%65.29%
HSB/HSV120°4.12%66.67%
CMYK4.12%0.00%4.12%
33.33%

Color #A3AAA3 in popluar number systems.

HEXA3AAA3
Decimal163170163
Binary101000111010101010100011
Octal243252243

Shades and tints

Shades of #A3AAA3

#A3AAA3
(163,170,163)
#959B95
(149,155,149)
#878C87
(135,140,135)
#797D79
(121,125,121)
#6B6E6B
(107,110,107)
#5D5F5D
(93,95,93)
#4F504F
(79,80,79)
#414141
(65,65,65)
#333233
(51,50,51)
#252325
(37,35,37)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #A3AAA3

#A3AAA3
(163,170,163)
#ABB1AB
(171,177,171)
#B3B8B3
(179,184,179)
#BBBFBB
(187,191,187)
#C3C6C3
(195,198,195)
#CBCDCB
(203,205,203)
#D3D4D3
(211,212,211)
#DBDBDB
(219,219,219)
#E3E2E3
(227,226,227)
#EBE9EB
(235,233,235)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AAA3; }

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

This text font color is #A3AAA3.


Background Color

.myBgColor { background-color: #A3AAA3; }

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

This div background color is #A3AAA3.


Border color

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

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

This div border color is #A3AAA3.


Opacity

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

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

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

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

This text has shadow with #A3AAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AAA3 on black background.


Color preview on white background

This text has color #A3AAA3 on white background.



Black color preview on #A3AAA3 background

This text has black color on #A3AAA3 background.


White color preview on #A3AAA3 background

This text has white color on #A3AAA3 background.