COLOR #A1AD79

HEX: #A1AD79
RGB: (161,173,121)

Color info

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

RGB color model

#A1AD79 color RGB value is (161,173,121).

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

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 121 of 255 = 47%

161
173
121

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

Portions of RGB colors in percentages

R + G + B =
161 + 173 + 121 = 455 (100%)
R 161 of 455 ~ 35.38%
G 173 of 455 ~ 38.02%
B 121 of 455 ~ 26.59%

%35.38
%38.02
%26.59

CMYK color model

#A1AD79 color CMYK value is (7,0,30,32).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 30.06%
  • key color value is 32.16%
CMYK:
(7,0,30,32)
C7M0Y30K32 
(7%,0%,30%,32%)
(0.07/0.00/0.30/0.32)	

CMYK percentages

%6.94
%0
%30.06
%32.16

Codes

Color #A1AD79 in popluar color models

A1AD79
RGB161173121
HSL74°24.07%57.65%
HSB/HSV74°30.06%67.84%
CMYK6.94%0.00%30.06%
32.16%

Color #A1AD79 in popluar number systems.

HEXA1AD79
Decimal161173121
Binary10100001101011011111001
Octal241255171

Shades and tints

Shades of #A1AD79

#A1AD79
(161,173,121)
#939E6E
(147,158,110)
#858F63
(133,143,99)
#778058
(119,128,88)
#69714D
(105,113,77)
#5B6242
(91,98,66)
#4D5337
(77,83,55)
#3F442C
(63,68,44)
#313521
(49,53,33)
#232616
(35,38,22)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #A1AD79

#A1AD79
(161,173,121)
#A9B485
(169,180,133)
#B1BB91
(177,187,145)
#B9C29D
(185,194,157)
#C1C9A9
(193,201,169)
#C9D0B5
(201,208,181)
#D1D7C1
(209,215,193)
#D9DECD
(217,222,205)
#E1E5D9
(225,229,217)
#E9ECE5
(233,236,229)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AD79; }

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

This text font color is #A1AD79.


Background Color

.myBgColor { background-color: #A1AD79; }

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

This div background color is #A1AD79.


Border color

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

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

This div border color is #A1AD79.


Opacity

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

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

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

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

This text has shadow with #A1AD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AD79 on black background.


Color preview on white background

This text has color #A1AD79 on white background.



Black color preview on #A1AD79 background

This text has black color on #A1AD79 background.


White color preview on #A1AD79 background

This text has white color on #A1AD79 background.