COLOR #A2AD63

HEX: #A2AD63
RGB: (162,173,99)

Color info

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

RGB color model

#A2AD63 color RGB value is (162,173,99).

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

RGB channels and saturation

R 162 of 255 = 64%
G 173 of 255 = 68%
B 99 of 255 = 39%

162
173
99

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

Portions of RGB colors in percentages

R + G + B =
162 + 173 + 99 = 434 (100%)
R 162 of 434 ~ 37.33%
G 173 of 434 ~ 39.86%
B 99 of 434 ~ 22.81%

%37.33
%39.86
%22.81

CMYK color model

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

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 32.16%
CMYK:
(6,0,43,32)
C6M0Y43K32 
(6%,0%,43%,32%)
(0.06/0.00/0.43/0.32)	

CMYK percentages

%6.36
%0
%42.77
%32.16

Codes

Color #A2AD63 in popluar color models

A2AD63
RGB16217399
HSL69°31.09%53.33%
HSB/HSV69°42.77%67.84%
CMYK6.36%0.00%42.77%
32.16%

Color #A2AD63 in popluar number systems.

HEXA2AD63
Decimal16217399
Binary10100010101011011100011
Octal242255143

Shades and tints

Shades of #A2AD63

#A2AD63
(162,173,99)
#949E5A
(148,158,90)
#868F51
(134,143,81)
#788048
(120,128,72)
#6A713F
(106,113,63)
#5C6236
(92,98,54)
#4E532D
(78,83,45)
#404424
(64,68,36)
#32351B
(50,53,27)
#242612
(36,38,18)
#161709
(22,23,9)
#000000
(0,0,0)

Tints of #A2AD63

#A2AD63
(162,173,99)
#AAB471
(170,180,113)
#B2BB7F
(178,187,127)
#BAC28D
(186,194,141)
#C2C99B
(194,201,155)
#CAD0A9
(202,208,169)
#D2D7B7
(210,215,183)
#DADEC5
(218,222,197)
#E2E5D3
(226,229,211)
#EAECE1
(234,236,225)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AD63; }

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

This text font color is #A2AD63.


Background Color

.myBgColor { background-color: #A2AD63; }

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

This div background color is #A2AD63.


Border color

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

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

This div border color is #A2AD63.


Opacity

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

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

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

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

This text has shadow with #A2AD63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AD63 on black background.


Color preview on white background

This text has color #A2AD63 on white background.



Black color preview on #A2AD63 background

This text has black color on #A2AD63 background.


White color preview on #A2AD63 background

This text has white color on #A2AD63 background.