COLOR #A3AD8E

HEX: #A3AD8E
RGB: (163,173,142)

Color info

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

RGB color model

#A3AD8E color RGB value is (163,173,142).

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

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 142 of 255 = 56%

163
173
142

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

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 142 = 478 (100%)
R 163 of 478 ~ 34.1%
G 173 of 478 ~ 36.19%
B 142 of 478 ~ 29.71%

%34.1
%36.19
%29.71

CMYK color model

#A3AD8E color CMYK value is (6,0,18,32).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 32.16%
CMYK:
(6,0,18,32)
C6M0Y18K32 
(6%,0%,18%,32%)
(0.06/0.00/0.18/0.32)	

CMYK percentages

%5.78
%0
%17.92
%32.16

Codes

Color #A3AD8E in popluar color models

A3AD8E
RGB163173142
HSL79°15.90%61.76%
HSB/HSV79°17.92%67.84%
CMYK5.78%0.00%17.92%
32.16%

Color #A3AD8E in popluar number systems.

HEXA3AD8E
Decimal163173142
Binary101000111010110110001110
Octal243255216

Shades and tints

Shades of #A3AD8E

#A3AD8E
(163,173,142)
#959E82
(149,158,130)
#878F76
(135,143,118)
#79806A
(121,128,106)
#6B715E
(107,113,94)
#5D6252
(93,98,82)
#4F5346
(79,83,70)
#41443A
(65,68,58)
#33352E
(51,53,46)
#252622
(37,38,34)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #A3AD8E

#A3AD8E
(163,173,142)
#ABB498
(171,180,152)
#B3BBA2
(179,187,162)
#BBC2AC
(187,194,172)
#C3C9B6
(195,201,182)
#CBD0C0
(203,208,192)
#D3D7CA
(211,215,202)
#DBDED4
(219,222,212)
#E3E5DE
(227,229,222)
#EBECE8
(235,236,232)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AD8E; }

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

This text font color is #A3AD8E.


Background Color

.myBgColor { background-color: #A3AD8E; }

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

This div background color is #A3AD8E.


Border color

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

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

This div border color is #A3AD8E.


Opacity

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

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

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

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

This text has shadow with #A3AD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AD8E on black background.


Color preview on white background

This text has color #A3AD8E on white background.



Black color preview on #A3AD8E background

This text has black color on #A3AD8E background.


White color preview on #A3AD8E background

This text has white color on #A3AD8E background.