COLOR #A3AD82

HEX: #A3AD82 RGB: (163,173,130)

Color info

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

RGB color model

#A3AD82 color RGB value is (163,173,130).

RGB: (163,173,130) (64%, 68%, 51%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 130 of 255 = 51%

163
173
130

R + G + B ~ 61%. #A3AD82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 173 + 130 = 466 (100%)
R 163 of 466 ~ 34.98%
G 173 of 466 ~ 37.12%
B 130 of 466 ~ 27.9'%

%34.98
%37.12
%27.9

CMYK color model

#A3AD82 color CMYK value is (6,0,25,32).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 32.16%

CMYK: (6,0,25,32)
C6M0Y25K32 (6%, 0%, 25%, 32%)
(0.06 / 0.00 / 0.25 / 0.32)

CMYK percentages

%5.78
%0
%24.86
%32.16

Codes

Color #A3AD82 in popluar color models

A3 AD 82
RGB 163 173 130
HSL 74° 20.77% 59.41%
HSB/HSV 74° 24.86% 67.84%
CMYK 5.78% 0.00% 24.86%
32.16%

Color #A3AD82 in popluar number systems.

HEX A3 AD 82
Decimal 163 173 130
Binary 10100011 10101101 10000010
Octal 243 255 202

Shades and tints

Shades of #A3AD82

#A3AD82
(163,173,130)
#959E77
(149,158,119)
#878F6C
(135,143,108)
#798061
(121,128,97)
#6B7156
(107,113,86)
#5D624B
(93,98,75)
#4F5340
(79,83,64)
#414435
(65,68,53)
#33352A
(51,53,42)
#25261F
(37,38,31)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3AD82

#A3AD82
(163,173,130)
#ABB48D
(171,180,141)
#B3BB98
(179,187,152)
#BBC2A3
(187,194,163)
#C3C9AE
(195,201,174)
#CBD0B9
(203,208,185)
#D3D7C4
(211,215,196)
#DBDECF
(219,222,207)
#E3E5DA
(227,229,218)
#EBECE5
(235,236,229)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AD82; }

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

This text font color is #A3AD82.

Background Color

.myBgColor { background-color: #A3AD82; }

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

This div background color is #A3AD82.

Border color

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

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

This div border color is #A3AD82.

Opacity

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

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

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

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

This text has shadow with #A3AD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AD82.

Preview

Color preview on black background

This text has color #A3AD82 on black background.


Color preview on white background

This text has color #A3AD82 on white background.


Black color preview on #A3AD82 background

This text has black color on #A3AD82 background.


White color preview on #A3AD82 background

This text has white color on #A3AD82 background.


Related colors

Complementary color

Complementary color for #hex is #5C527D.


I love getcolorcode.com

Triadic colors

1 #82A3AD and #AD82A3 with #A3AD82 are triadic colors.

2 #82ADA3 and #ADA382 with #A3AD82 are triadic colors.