COLOR #A2A361

HEX: #A2A361
RGB: (162,163,97)

Color info

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

RGB color model

#A2A361 color RGB value is (162,163,97).

  • red value is 162;
  • green value is 163;
  • blue value is 97.
RGB:
(162,163,97)
(64%,64%,38%)

RGB channels and saturation

R 162 of 255 = 64%
G 163 of 255 = 64%
B 97 of 255 = 38%

162
163
97

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

Portions of RGB colors in percentages

R + G + B =
162 + 163 + 97 = 422 (100%)
R 162 of 422 ~ 38.39%
G 163 of 422 ~ 38.63%
B 97 of 422 ~ 22.99%

%38.39
%38.63
%22.99

CMYK color model

#A2A361 color CMYK value is (1,0,40,36).

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 40.49%
  • key color value is 36.08%
CMYK:
(1,0,40,36)
C1M0Y40K36 
(1%,0%,40%,36%)
(0.01/0.00/0.40/0.36)	

CMYK percentages

%0.61
%0
%40.49
%36.08

Codes

Color #A2A361 in popluar color models

A2A361
RGB16216397
HSL61°26.40%50.98%
HSB/HSV61°40.49%63.92%
CMYK0.61%0.00%40.49%
36.08%

Color #A2A361 in popluar number systems.

HEXA2A361
Decimal16216397
Binary10100010101000111100001
Octal242243141

Shades and tints

Shades of #A2A361

#A2A361
(162,163,97)
#949559
(148,149,89)
#868751
(134,135,81)
#787949
(120,121,73)
#6A6B41
(106,107,65)
#5C5D39
(92,93,57)
#4E4F31
(78,79,49)
#404129
(64,65,41)
#323321
(50,51,33)
#242519
(36,37,25)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #A2A361

#A2A361
(162,163,97)
#AAAB6F
(170,171,111)
#B2B37D
(178,179,125)
#BABB8B
(186,187,139)
#C2C399
(194,195,153)
#CACBA7
(202,203,167)
#D2D3B5
(210,211,181)
#DADBC3
(218,219,195)
#E2E3D1
(226,227,209)
#EAEBDF
(234,235,223)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A361 color. Also use rgb(162,163,97) instead hex code.

Text Font Color

.myTextColor { color: #A2A361; }

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

This text font color is #A2A361.


Background Color

.myBgColor { background-color: #A2A361; }

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

This div background color is #A2A361.


Border color

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

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

This div border color is #A2A361.


Opacity

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

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

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

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

This text has shadow with #A2A361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A361 on black background.


Color preview on white background

This text has color #A2A361 on white background.



Black color preview on #A2A361 background

This text has black color on #A2A361 background.


White color preview on #A2A361 background

This text has white color on #A2A361 background.