COLOR #A1AD6F

HEX: #A1AD6F RGB: (161,173,111)

Color info

#A1AD6F contains mainly red and green colors. Web safe color of #A1AD6F is #999966 (or #996).

RGB color model

#A1AD6F color RGB value is (161,173,111).

RGB: (161,173,111) (63%, 68%, 44%)

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 111 of 255 = 44%

161
173
111

R + G + B ~ 58%. #A1AD6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 161 + 173 + 111 = 445 (100%)
R 161 of 445 ~ 36.18%
G 173 of 445 ~ 38.88%
B 111 of 445 ~ 24.94'%

%36.18
%38.88
%24.94

CMYK color model

#A1AD6F color CMYK value is (7,0,36,32).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 35.84%
  • key color value is 32.16%

CMYK: (7,0,36,32)
C7M0Y36K32 (7%, 0%, 36%, 32%)
(0.07 / 0.00 / 0.36 / 0.32)

CMYK percentages

%6.94
%0
%35.84
%32.16

Codes

Color #A1AD6F in popluar color models

A1 AD 6F
RGB 161 173 111
HSL 72° 27.43% 55.69%
HSB/HSV 72° 35.84% 67.84%
CMYK 6.94% 0.00% 35.84%
32.16%

Color #A1AD6F in popluar number systems.

HEX A1 AD 6F
Decimal 161 173 111
Binary 10100001 10101101 1101111
Octal 241 255 157

Shades and tints

Shades of #A1AD6F

#A1AD6F
(161,173,111)
#939E65
(147,158,101)
#858F5B
(133,143,91)
#778051
(119,128,81)
#697147
(105,113,71)
#5B623D
(91,98,61)
#4D5333
(77,83,51)
#3F4429
(63,68,41)
#31351F
(49,53,31)
#232615
(35,38,21)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #A1AD6F

#A1AD6F
(161,173,111)
#A9B47C
(169,180,124)
#B1BB89
(177,187,137)
#B9C296
(185,194,150)
#C1C9A3
(193,201,163)
#C9D0B0
(201,208,176)
#D1D7BD
(209,215,189)
#D9DECA
(217,222,202)
#E1E5D7
(225,229,215)
#E9ECE4
(233,236,228)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AD6F; }

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

This text font color is #A1AD6F.

Background Color

.myBgColor { background-color: #A1AD6F; }

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

This div background color is #A1AD6F.

Border color

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

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

This div border color is #A1AD6F.

Opacity

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

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

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

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

This text has shadow with #A1AD6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AD6F.

Preview

Color preview on black background

This text has color #A1AD6F on black background.


Color preview on white background

This text has color #A1AD6F on white background.


Black color preview on #A1AD6F background

This text has black color on #A1AD6F background.


White color preview on #A1AD6F background

This text has white color on #A1AD6F background.


Related colors

Complementary color

Complementary color for #hex is #5E5290.


I love getcolorcode.com

Triadic colors

1 #6FA1AD and #AD6FA1 with #A1AD6F are triadic colors.

2 #6FADA1 and #ADA16F with #A1AD6F are triadic colors.