COLOR #A6AD96

HEX: #A6AD96
RGB: (166,173,150)

Color info

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

RGB color model

#A6AD96 color RGB value is (166,173,150).

  • red value is 166;
  • green value is 173;
  • blue value is 150.
RGB:
(166,173,150)
(65%,68%,59%)

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 150 of 255 = 59%

166
173
150

R + G + B ~ 64%. #A6AD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 173 + 150 = 489 (100%)
R 166 of 489 ~ 33.95%
G 173 of 489 ~ 35.38%
B 150 of 489 ~ 30.67%

%33.95
%35.38
%30.67

CMYK color model

#A6AD96 color CMYK value is (4,0,13,32).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(4,0,13,32)
C4M0Y13K32 
(4%,0%,13%,32%)
(0.04/0.00/0.13/0.32)	

CMYK percentages

%4.05
%0
%13.29
%32.16

Codes

Color #A6AD96 in popluar color models

A6AD96
RGB166173150
HSL78°12.30%63.33%
HSB/HSV78°13.29%67.84%
CMYK4.05%0.00%13.29%
32.16%

Color #A6AD96 in popluar number systems.

HEXA6AD96
Decimal166173150
Binary101001101010110110010110
Octal246255226

Shades and tints

Shades of #A6AD96

#A6AD96
(166,173,150)
#979E89
(151,158,137)
#888F7C
(136,143,124)
#79806F
(121,128,111)
#6A7162
(106,113,98)
#5B6255
(91,98,85)
#4C5348
(76,83,72)
#3D443B
(61,68,59)
#2E352E
(46,53,46)
#1F2621
(31,38,33)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #A6AD96

#A6AD96
(166,173,150)
#AEB49F
(174,180,159)
#B6BBA8
(182,187,168)
#BEC2B1
(190,194,177)
#C6C9BA
(198,201,186)
#CED0C3
(206,208,195)
#D6D7CC
(214,215,204)
#DEDED5
(222,222,213)
#E6E5DE
(230,229,222)
#EEECE7
(238,236,231)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AD96; }

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

This text font color is #A6AD96.


Background Color

.myBgColor { background-color: #A6AD96; }

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

This div background color is #A6AD96.


Border color

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

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

This div border color is #A6AD96.


Opacity

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

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

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

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

This text has shadow with #A6AD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AD96 on black background.


Color preview on white background

This text has color #A6AD96 on white background.



Black color preview on #A6AD96 background

This text has black color on #A6AD96 background.


White color preview on #A6AD96 background

This text has white color on #A6AD96 background.