COLOR #A2AE3C

HEX: #A2AE3C RGB: (162,174,60)

Color info

#A2AE3C contains mainly red and green colors. Web safe color of #A2AE3C is #999933 (or #993).

RGB color model

#A2AE3C color RGB value is (162,174,60).

RGB: (162,174,60) (64%, 68%, 24%)

RGB channels and saturation

R 162 of 255 = 64%
G 174 of 255 = 68%
B 60 of 255 = 24%

162
174
60

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

Portions of RGB colors in percentages

R + G + B = 162 + 174 + 60 = 396 (100%)
R 162 of 396 ~ 40.91%
G 174 of 396 ~ 43.94%
B 60 of 396 ~ 15.15'%

%40.91
%43.94
%15.15

CMYK color model

#A2AE3C color CMYK value is (7,0,66,32).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 31.76%
CMYK: (7,0,66,32) C7M0Y66K32 (7%,0%,66%,32%) (0.07/0.00/0.66/0.32) 

CMYK percentages

%6.9
%0
%65.52
%31.76

Codes

Color #A2AE3C in popluar color models

A2 AE 3C
RGB 162 174 60
HSL 66° 48.72% 45.88%
HSB/HSV 66° 65.52% 68.24%
CMYK 6.90% 0.00% 65.52%
31.76%

Color #A2AE3C in popluar number systems.

HEX A2 AE 3C
Decimal 162 174 60
Binary 10100010 10101110 111100
Octal 242 256 74

Shades and tints

Shades of #A2AE3C

#A2AE3C
(162,174,60)
#949F37
(148,159,55)
#869032
(134,144,50)
#78812D
(120,129,45)
#6A7228
(106,114,40)
#5C6323
(92,99,35)
#4E541E
(78,84,30)
#404519
(64,69,25)
#323614
(50,54,20)
#24270F
(36,39,15)
#16180A
(22,24,10)
#000000
(0,0,0)

Tints of #A2AE3C

#A2AE3C
(162,174,60)
#AAB54D
(170,181,77)
#B2BC5E
(178,188,94)
#BAC36F
(186,195,111)
#C2CA80
(194,202,128)
#CAD191
(202,209,145)
#D2D8A2
(210,216,162)
#DADFB3
(218,223,179)
#E2E6C4
(226,230,196)
#EAEDD5
(234,237,213)
#F2F4E6
(242,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2AE3C color. Also use rgb(162,174,60) instead hex code.

Text Font Color

.myTextColor { color: #A2AE3C; }

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

This text font color is #A2AE3C.

Background Color

.myBgColor { background-color: #A2AE3C; }

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

This div background color is #A2AE3C.

Border color

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

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

This div border color is #A2AE3C.

Opacity

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

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

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

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

This text has shadow with #A2AE3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AE3C.

Preview

Color preview on black background

This text has color #A2AE3C on black background.


Color preview on white background

This text has color #A2AE3C on white background.


Black color preview on #A2AE3C background

This text has black color on #A2AE3C background.


White color preview on #A2AE3C background

This text has white color on #A2AE3C background.


Related colors

Complementary color

Complementary color for #hex is #5D51C3.


I love getcolorcode.com

Triadic colors

1 #3CA2AE and #AE3CA2 with #A2AE3C are triadic colors.

2 #3CAEA2 and #AEA23C with #A2AE3C are triadic colors.