COLOR #A6AD80

HEX: #A6AD80 RGB: (166,173,128)

Color info

#A6AD80 contains red, green and blue colors in about the same proportion. Web safe color of #A6AD80 is #999966 (or #996).

RGB color model

#A6AD80 color RGB value is (166,173,128).

RGB: (166,173,128) (65%, 68%, 50%)

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 128 of 255 = 50%

166
173
128

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

Portions of RGB colors in percentages

R + G + B = 166 + 173 + 128 = 467 (100%)
R 166 of 467 ~ 35.55%
G 173 of 467 ~ 37.04%
B 128 of 467 ~ 27.41'%

%35.55
%37.04
%27.41

CMYK color model

#A6AD80 color CMYK value is (4,0,26,32).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 26.01%
  • key color value is 32.16%

CMYK: (4,0,26,32)
C4M0Y26K32 (4%, 0%, 26%, 32%)
(0.04 / 0.00 / 0.26 / 0.32)

CMYK percentages

%4.05
%0
%26.01
%32.16

Codes

Color #A6AD80 in popluar color models

A6 AD 80
RGB 166 173 128
HSL 69° 21.53% 59.02%
HSB/HSV 69° 26.01% 67.84%
CMYK 4.05% 0.00% 26.01%
32.16%

Color #A6AD80 in popluar number systems.

HEX A6 AD 80
Decimal 166 173 128
Binary 10100110 10101101 10000000
Octal 246 255 200

Shades and tints

Shades of #A6AD80

#A6AD80
(166,173,128)
#979E75
(151,158,117)
#888F6A
(136,143,106)
#79805F
(121,128,95)
#6A7154
(106,113,84)
#5B6249
(91,98,73)
#4C533E
(76,83,62)
#3D4433
(61,68,51)
#2E3528
(46,53,40)
#1F261D
(31,38,29)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #A6AD80

#A6AD80
(166,173,128)
#AEB48B
(174,180,139)
#B6BB96
(182,187,150)
#BEC2A1
(190,194,161)
#C6C9AC
(198,201,172)
#CED0B7
(206,208,183)
#D6D7C2
(214,215,194)
#DEDECD
(222,222,205)
#E6E5D8
(230,229,216)
#EEECE3
(238,236,227)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AD80 color. Also use rgb(166,173,128) instead hex code.

Text Font Color

.myTextColor { color: #A6AD80; }

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

This text font color is #A6AD80.

Background Color

.myBgColor { background-color: #A6AD80; }

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

This div background color is #A6AD80.

Border color

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

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

This div border color is #A6AD80.

Opacity

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

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

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

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

This text has shadow with #A6AD80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AD80.

Preview

Color preview on black background

This text has color #A6AD80 on black background.


Color preview on white background

This text has color #A6AD80 on white background.


Black color preview on #A6AD80 background

This text has black color on #A6AD80 background.


White color preview on #A6AD80 background

This text has white color on #A6AD80 background.


Related colors

Complementary color

Complementary color for #hex is #59527F.


I love getcolorcode.com

Triadic colors

1 #80A6AD and #AD80A6 with #A6AD80 are triadic colors.

2 #80ADA6 and #ADA680 with #A6AD80 are triadic colors.