COLOR #A1AD7D

HEX: #A1AD7D RGB: (161,173,125)

Color info

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

RGB color model

#A1AD7D color RGB value is (161,173,125).

RGB: (161,173,125) (63%, 68%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 125 of 255 = 49%

161
173
125

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

Portions of RGB colors in percentages

R + G + B = 161 + 173 + 125 = 459 (100%)
R 161 of 459 ~ 35.08%
G 173 of 459 ~ 37.69%
B 125 of 459 ~ 27.23'%

%35.08
%37.69
%27.23

CMYK color model

#A1AD7D color CMYK value is (7,0,28,32).

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

CMYK: (7,0,28,32)
C7M0Y28K32 (7%, 0%, 28%, 32%)
(0.07 / 0.00 / 0.28 / 0.32)

CMYK percentages

%6.94
%0
%27.75
%32.16

Codes

Color #A1AD7D in popluar color models

A1 AD 7D
RGB 161 173 125
HSL 75° 22.64% 58.43%
HSB/HSV 75° 27.75% 67.84%
CMYK 6.94% 0.00% 27.75%
32.16%

Color #A1AD7D in popluar number systems.

HEX A1 AD 7D
Decimal 161 173 125
Binary 10100001 10101101 1111101
Octal 241 255 175

Shades and tints

Shades of #A1AD7D

#A1AD7D
(161,173,125)
#939E72
(147,158,114)
#858F67
(133,143,103)
#77805C
(119,128,92)
#697151
(105,113,81)
#5B6246
(91,98,70)
#4D533B
(77,83,59)
#3F4430
(63,68,48)
#313525
(49,53,37)
#23261A
(35,38,26)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #A1AD7D

#A1AD7D
(161,173,125)
#A9B488
(169,180,136)
#B1BB93
(177,187,147)
#B9C29E
(185,194,158)
#C1C9A9
(193,201,169)
#C9D0B4
(201,208,180)
#D1D7BF
(209,215,191)
#D9DECA
(217,222,202)
#E1E5D5
(225,229,213)
#E9ECE0
(233,236,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AD7D; }

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

This text font color is #A1AD7D.

Background Color

.myBgColor { background-color: #A1AD7D; }

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

This div background color is #A1AD7D.

Border color

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

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

This div border color is #A1AD7D.

Opacity

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

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

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

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

This text has shadow with #A1AD7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AD7D.

Preview

Color preview on black background

This text has color #A1AD7D on black background.


Color preview on white background

This text has color #A1AD7D on white background.


Black color preview on #A1AD7D background

This text has black color on #A1AD7D background.


White color preview on #A1AD7D background

This text has white color on #A1AD7D background.


Related colors

Complementary color

Complementary color for #hex is #5E5282.


I love getcolorcode.com

Triadic colors

1 #7DA1AD and #AD7DA1 with #A1AD7D are triadic colors.

2 #7DADA1 and #ADA17D with #A1AD7D are triadic colors.