COLOR #A3AD9E

HEX: #A3AD9E
RGB: (163,173,158)

Color info

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

RGB color model

#A3AD9E color RGB value is (163,173,158).

  • red value is 163;
  • green value is 173;
  • blue value is 158.
RGB:
(163,173,158)
(64%,68%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 158 of 255 = 62%

163
173
158

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

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 158 = 494 (100%)
R 163 of 494 ~ 33%
G 173 of 494 ~ 35.02%
B 158 of 494 ~ 31.98%

%33
%35.02
%31.98

CMYK color model

#A3AD9E color CMYK value is (6,0,9,32).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(6,0,9,32)
C6M0Y9K32 
(6%,0%,9%,32%)
(0.06/0.00/0.09/0.32)	

CMYK percentages

%5.78
%0
%8.67
%32.16

Codes

Color #A3AD9E in popluar color models

A3AD9E
RGB163173158
HSL100°8.38%64.90%
HSB/HSV100°8.67%67.84%
CMYK5.78%0.00%8.67%
32.16%

Color #A3AD9E in popluar number systems.

HEXA3AD9E
Decimal163173158
Binary101000111010110110011110
Octal243255236

Shades and tints

Shades of #A3AD9E

#A3AD9E
(163,173,158)
#959E90
(149,158,144)
#878F82
(135,143,130)
#798074
(121,128,116)
#6B7166
(107,113,102)
#5D6258
(93,98,88)
#4F534A
(79,83,74)
#41443C
(65,68,60)
#33352E
(51,53,46)
#252620
(37,38,32)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #A3AD9E

#A3AD9E
(163,173,158)
#ABB4A6
(171,180,166)
#B3BBAE
(179,187,174)
#BBC2B6
(187,194,182)
#C3C9BE
(195,201,190)
#CBD0C6
(203,208,198)
#D3D7CE
(211,215,206)
#DBDED6
(219,222,214)
#E3E5DE
(227,229,222)
#EBECE6
(235,236,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AD9E; }

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

This text font color is #A3AD9E.


Background Color

.myBgColor { background-color: #A3AD9E; }

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

This div background color is #A3AD9E.


Border color

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

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

This div border color is #A3AD9E.


Opacity

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

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

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

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

This text has shadow with #A3AD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AD9E on black background.


Color preview on white background

This text has color #A3AD9E on white background.



Black color preview on #A3AD9E background

This text has black color on #A3AD9E background.


White color preview on #A3AD9E background

This text has white color on #A3AD9E background.