COLOR #A3AD92

HEX: #A3AD92
RGB: (163,173,146)

Color info

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

RGB color model

#A3AD92 color RGB value is (163,173,146).

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

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 146 of 255 = 57%

163
173
146

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

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 146 = 482 (100%)
R 163 of 482 ~ 33.82%
G 173 of 482 ~ 35.89%
B 146 of 482 ~ 30.29%

%33.82
%35.89
%30.29

CMYK color model

#A3AD92 color CMYK value is (6,0,16,32).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(6,0,16,32)
C6M0Y16K32 
(6%,0%,16%,32%)
(0.06/0.00/0.16/0.32)	

CMYK percentages

%5.78
%0
%15.61
%32.16

Codes

Color #A3AD92 in popluar color models

A3AD92
RGB163173146
HSL82°14.14%62.55%
HSB/HSV82°15.61%67.84%
CMYK5.78%0.00%15.61%
32.16%

Color #A3AD92 in popluar number systems.

HEXA3AD92
Decimal163173146
Binary101000111010110110010010
Octal243255222

Shades and tints

Shades of #A3AD92

#A3AD92
(163,173,146)
#959E85
(149,158,133)
#878F78
(135,143,120)
#79806B
(121,128,107)
#6B715E
(107,113,94)
#5D6251
(93,98,81)
#4F5344
(79,83,68)
#414437
(65,68,55)
#33352A
(51,53,42)
#25261D
(37,38,29)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #A3AD92

#A3AD92
(163,173,146)
#ABB49B
(171,180,155)
#B3BBA4
(179,187,164)
#BBC2AD
(187,194,173)
#C3C9B6
(195,201,182)
#CBD0BF
(203,208,191)
#D3D7C8
(211,215,200)
#DBDED1
(219,222,209)
#E3E5DA
(227,229,218)
#EBECE3
(235,236,227)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AD92; }

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

This text font color is #A3AD92.


Background Color

.myBgColor { background-color: #A3AD92; }

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

This div background color is #A3AD92.


Border color

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

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

This div border color is #A3AD92.


Opacity

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

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

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

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

This text has shadow with #A3AD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AD92 on black background.


Color preview on white background

This text has color #A3AD92 on white background.



Black color preview on #A3AD92 background

This text has black color on #A3AD92 background.


White color preview on #A3AD92 background

This text has white color on #A3AD92 background.