COLOR #A1AD96

HEX: #A1AD96
RGB: (161,173,150)

Color info

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

RGB color model

#A1AD96 color RGB value is (161,173,150).

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

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 150 of 255 = 59%

161
173
150

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

Portions of RGB colors in percentages

R + G + B =
161 + 173 + 150 = 484 (100%)
R 161 of 484 ~ 33.26%
G 173 of 484 ~ 35.74%
B 150 of 484 ~ 30.99%

%33.26
%35.74
%30.99

CMYK color model

#A1AD96 color CMYK value is (7,0,13,32).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(7,0,13,32)
C7M0Y13K32 
(7%,0%,13%,32%)
(0.07/0.00/0.13/0.32)	

CMYK percentages

%6.94
%0
%13.29
%32.16

Codes

Color #A1AD96 in popluar color models

A1AD96
RGB161173150
HSL91°12.30%63.33%
HSB/HSV91°13.29%67.84%
CMYK6.94%0.00%13.29%
32.16%

Color #A1AD96 in popluar number systems.

HEXA1AD96
Decimal161173150
Binary101000011010110110010110
Octal241255226

Shades and tints

Shades of #A1AD96

#A1AD96
(161,173,150)
#939E89
(147,158,137)
#858F7C
(133,143,124)
#77806F
(119,128,111)
#697162
(105,113,98)
#5B6255
(91,98,85)
#4D5348
(77,83,72)
#3F443B
(63,68,59)
#31352E
(49,53,46)
#232621
(35,38,33)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #A1AD96

#A1AD96
(161,173,150)
#A9B49F
(169,180,159)
#B1BBA8
(177,187,168)
#B9C2B1
(185,194,177)
#C1C9BA
(193,201,186)
#C9D0C3
(201,208,195)
#D1D7CC
(209,215,204)
#D9DED5
(217,222,213)
#E1E5DE
(225,229,222)
#E9ECE7
(233,236,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AD96; }

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

This text font color is #A1AD96.


Background Color

.myBgColor { background-color: #A1AD96; }

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

This div background color is #A1AD96.


Border color

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

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

This div border color is #A1AD96.


Opacity

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

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

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

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

This text has shadow with #A1AD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AD96 on black background.


Color preview on white background

This text has color #A1AD96 on white background.



Black color preview on #A1AD96 background

This text has black color on #A1AD96 background.


White color preview on #A1AD96 background

This text has white color on #A1AD96 background.