COLOR #A0A42A

HEX: #A0A42A RGB: (160,164,42)

Color info

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

RGB color model

#A0A42A color RGB value is (160,164,42).

RGB: (160,164,42) (63%, 64%, 16%)

RGB channels and saturation

R 160 of 255 = 63%
G 164 of 255 = 64%
B 42 of 255 = 16%

160
164
42

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

Portions of RGB colors in percentages

R + G + B = 160 + 164 + 42 = 366 (100%)
R 160 of 366 ~ 43.72%
G 164 of 366 ~ 44.81%
B 42 of 366 ~ 11.48'%

%43.72
%44.81
%11.48

CMYK color model

#A0A42A color CMYK value is (2,0,74,36).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 74.39%
  • key color value is 35.69%

CMYK: (2,0,74,36)
C2M0Y74K36 (2%, 0%, 74%, 36%)
(0.02 / 0.00 / 0.74 / 0.36)

CMYK percentages

%2.44
%0
%74.39
%35.69

Codes

Color #A0A42A in popluar color models

A0 A4 2A
RGB 160 164 42
HSL 62° 59.22% 40.39%
HSB/HSV 62° 74.39% 64.31%
CMYK 2.44% 0.00% 74.39%
35.69%

Color #A0A42A in popluar number systems.

HEX A0 A4 2A
Decimal 160 164 42
Binary 10100000 10100100 101010
Octal 240 244 52

Shades and tints

Shades of #A0A42A

#A0A42A
(160,164,42)
#929627
(146,150,39)
#848824
(132,136,36)
#767A21
(118,122,33)
#686C1E
(104,108,30)
#5A5E1B
(90,94,27)
#4C5018
(76,80,24)
#3E4215
(62,66,21)
#303412
(48,52,18)
#22260F
(34,38,15)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #A0A42A

#A0A42A
(160,164,42)
#A8AC3D
(168,172,61)
#B0B450
(176,180,80)
#B8BC63
(184,188,99)
#C0C476
(192,196,118)
#C8CC89
(200,204,137)
#D0D49C
(208,212,156)
#D8DCAF
(216,220,175)
#E0E4C2
(224,228,194)
#E8ECD5
(232,236,213)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A42A color. Also use rgb(160,164,42) instead hex code.

Text Font Color

.myTextColor { color: #A0A42A; }

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

This text font color is #A0A42A.

Background Color

.myBgColor { background-color: #A0A42A; }

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

This div background color is #A0A42A.

Border color

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

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

This div border color is #A0A42A.

Opacity

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

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

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

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

This text has shadow with #A0A42A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A42A.

Preview

Color preview on black background

This text has color #A0A42A on black background.


Color preview on white background

This text has color #A0A42A on white background.


Black color preview on #A0A42A background

This text has black color on #A0A42A background.


White color preview on #A0A42A background

This text has white color on #A0A42A background.


Related colors

Complementary color

Complementary color for #hex is #5F5BD5.


I love getcolorcode.com

Triadic colors

1 #2AA0A4 and #A42AA0 with #A0A42A are triadic colors.

2 #2AA4A0 and #A4A02A with #A0A42A are triadic colors.