COLOR #A2AD76

HEX: #A2AD76
RGB: (162,173,118)

Color info

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

RGB color model

#A2AD76 color RGB value is (162,173,118).

  • red value is 162;
  • green value is 173;
  • blue value is 118.
RGB:
(162,173,118)
(64%,68%,46%)

RGB channels and saturation

R 162 of 255 = 64%
G 173 of 255 = 68%
B 118 of 255 = 46%

162
173
118

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

Portions of RGB colors in percentages

R + G + B =
162 + 173 + 118 = 453 (100%)
R 162 of 453 ~ 35.76%
G 173 of 453 ~ 38.19%
B 118 of 453 ~ 26.05%

%35.76
%38.19
%26.05

CMYK color model

#A2AD76 color CMYK value is (6,0,32,32).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 31.79%
  • key color value is 32.16%
CMYK:
(6,0,32,32)
C6M0Y32K32 
(6%,0%,32%,32%)
(0.06/0.00/0.32/0.32)	

CMYK percentages

%6.36
%0
%31.79
%32.16

Codes

Color #A2AD76 in popluar color models

A2AD76
RGB162173118
HSL72°25.11%57.06%
HSB/HSV72°31.79%67.84%
CMYK6.36%0.00%31.79%
32.16%

Color #A2AD76 in popluar number systems.

HEXA2AD76
Decimal162173118
Binary10100010101011011110110
Octal242255166

Shades and tints

Shades of #A2AD76

#A2AD76
(162,173,118)
#949E6C
(148,158,108)
#868F62
(134,143,98)
#788058
(120,128,88)
#6A714E
(106,113,78)
#5C6244
(92,98,68)
#4E533A
(78,83,58)
#404430
(64,68,48)
#323526
(50,53,38)
#24261C
(36,38,28)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #A2AD76

#A2AD76
(162,173,118)
#AAB482
(170,180,130)
#B2BB8E
(178,187,142)
#BAC29A
(186,194,154)
#C2C9A6
(194,201,166)
#CAD0B2
(202,208,178)
#D2D7BE
(210,215,190)
#DADECA
(218,222,202)
#E2E5D6
(226,229,214)
#EAECE2
(234,236,226)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2AD76 color. Also use rgb(162,173,118) instead hex code.

Text Font Color

.myTextColor { color: #A2AD76; }

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

This text font color is #A2AD76.


Background Color

.myBgColor { background-color: #A2AD76; }

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

This div background color is #A2AD76.


Border color

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

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

This div border color is #A2AD76.


Opacity

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

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

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

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

This text has shadow with #A2AD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AD76 on black background.


Color preview on white background

This text has color #A2AD76 on white background.



Black color preview on #A2AD76 background

This text has black color on #A2AD76 background.


White color preview on #A2AD76 background

This text has white color on #A2AD76 background.