COLOR #A2A613

HEX: #A2A613
RGB: (162,166,19)

Color info

#A2A613 contains mainly red and green colors. Web safe color of #A2A613 is #999900 (or #990).

RGB color model

#A2A613 color RGB value is (162,166,19).

  • red value is 162;
  • green value is 166;
  • blue value is 19.
RGB:
(162,166,19)
(64%,65%,7%)

RGB channels and saturation

R 162 of 255 = 64%
G 166 of 255 = 65%
B 19 of 255 = 7%

162
166
19

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

Portions of RGB colors in percentages

R + G + B =
162 + 166 + 19 = 347 (100%)
R 162 of 347 ~ 46.69%
G 166 of 347 ~ 47.84%
B 19 of 347 ~ 5.48%

%46.69
%47.84

CMYK color model

#A2A613 color CMYK value is (2,0,89,35).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 88.55%
  • key color value is 34.90%
CMYK:
(2,0,89,35)
C2M0Y89K35 
(2%,0%,89%,35%)
(0.02/0.00/0.89/0.35)	

CMYK percentages

%2.41
%0
%88.55
%34.9

Codes

Color #A2A613 in popluar color models

A2A613
RGB16216619
HSL62°79.46%36.27%
HSB/HSV62°88.55%65.10%
CMYK2.41%0.00%88.55%
34.90%

Color #A2A613 in popluar number systems.

HEXA2A613
Decimal16216619
Binary101000101010011010011
Octal24224623

Shades and tints

Shades of #A2A613

#A2A613
(162,166,19)
#949712
(148,151,18)
#868811
(134,136,17)
#787910
(120,121,16)
#6A6A0F
(106,106,15)
#5C5B0E
(92,91,14)
#4E4C0D
(78,76,13)
#403D0C
(64,61,12)
#322E0B
(50,46,11)
#241F0A
(36,31,10)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #A2A613

#A2A613
(162,166,19)
#AAAE28
(170,174,40)
#B2B63D
(178,182,61)
#BABE52
(186,190,82)
#C2C667
(194,198,103)
#CACE7C
(202,206,124)
#D2D691
(210,214,145)
#DADEA6
(218,222,166)
#E2E6BB
(226,230,187)
#EAEED0
(234,238,208)
#F2F6E5
(242,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A613 color. Also use rgb(162,166,19) instead hex code.

Text Font Color

.myTextColor { color: #A2A613; }

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

This text font color is #A2A613.


Background Color

.myBgColor { background-color: #A2A613; }

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

This div background color is #A2A613.


Border color

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

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

This div border color is #A2A613.


Opacity

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

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

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

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

This text has shadow with #A2A613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A613 on black background.


Color preview on white background

This text has color #A2A613 on white background.



Black color preview on #A2A613 background

This text has black color on #A2A613 background.


White color preview on #A2A613 background

This text has white color on #A2A613 background.