COLOR #A1AD71

HEX: #A1AD71 RGB: (161,173,113)

Color info

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

RGB color model

#A1AD71 color RGB value is (161,173,113).

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

RGB channels and saturation

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

161
173
113

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

Portions of RGB colors in percentages

R + G + B = 161 + 173 + 113 = 447 (100%)
R 161 of 447 ~ 36.02%
G 173 of 447 ~ 38.7%
B 113 of 447 ~ 25.28'%

%36.02
%38.7
%25.28

CMYK color model

#A1AD71 color CMYK value is (7,0,35,32).

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

CMYK: (7,0,35,32)
C7M0Y35K32 (7%, 0%, 35%, 32%)
(0.07 / 0.00 / 0.35 / 0.32)

CMYK percentages

%6.94
%0
%34.68
%32.16

Codes

Color #A1AD71 in popluar color models

A1 AD 71
RGB 161 173 113
HSL 72° 26.79% 56.08%
HSB/HSV 72° 34.68% 67.84%
CMYK 6.94% 0.00% 34.68%
32.16%

Color #A1AD71 in popluar number systems.

HEX A1 AD 71
Decimal 161 173 113
Binary 10100001 10101101 1110001
Octal 241 255 161

Shades and tints

Shades of #A1AD71

#A1AD71
(161,173,113)
#939E67
(147,158,103)
#858F5D
(133,143,93)
#778053
(119,128,83)
#697149
(105,113,73)
#5B623F
(91,98,63)
#4D5335
(77,83,53)
#3F442B
(63,68,43)
#313521
(49,53,33)
#232617
(35,38,23)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #A1AD71

#A1AD71
(161,173,113)
#A9B47D
(169,180,125)
#B1BB89
(177,187,137)
#B9C295
(185,194,149)
#C1C9A1
(193,201,161)
#C9D0AD
(201,208,173)
#D1D7B9
(209,215,185)
#D9DEC5
(217,222,197)
#E1E5D1
(225,229,209)
#E9ECDD
(233,236,221)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AD71; }

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

This text font color is #A1AD71.

Background Color

.myBgColor { background-color: #A1AD71; }

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

This div background color is #A1AD71.

Border color

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

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

This div border color is #A1AD71.

Opacity

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

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

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

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

This text has shadow with #A1AD71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AD71.

Preview

Color preview on black background

This text has color #A1AD71 on black background.


Color preview on white background

This text has color #A1AD71 on white background.


Black color preview on #A1AD71 background

This text has black color on #A1AD71 background.


White color preview on #A1AD71 background

This text has white color on #A1AD71 background.


Related colors

Complementary color

Complementary color for #hex is #5E528E.


I love getcolorcode.com

Triadic colors

1 #71A1AD and #AD71A1 with #A1AD71 are triadic colors.

2 #71ADA1 and #ADA171 with #A1AD71 are triadic colors.