#A4AA2C

Color #A4AA2C Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #A4AA2C

Tints of Earls Green #A4AA2C

Color information

#A4AA2C (or 0xA4AA2C) is unknown color: approx Earls Green. HEX triplet: A4, AA and 2C. RGB value is (164,170,44). Sum of RGB (Red+Green+Blue) = 164+170+44=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AA2C is #5B55D3. Grayscale: #9A9A9A. Windows color (decimal): -5985748 or 2927268. OLE color: 2927268.

HSL color Cylindrical-coordinate representation of color #A4AA2C: hue angle of 62.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4AA2C is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB16417044-
CMYK0.0400.740.33
HSL62.86º58.88%41.96%-
HSV(B)62.86º74.12%66.67%-
XYZ30.1436.827.9-
YUV153.8466.01135.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 44 (17.58% from 255) = 11.64%
R=43.39%
G=44.97%
B=11.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164170440.0400.740.3362.8658.8841.96
HexA4AA2C404A213f3b2a
Octal244252544011241777352
Binary101001001010101010110010001001010100001111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA2C; }

 p { color: rgb(164,170,44); }

 H1.HeaderClassName
 {
   color: #A4AA2C;
 }
 .AnyTagClassName
 {
   color: #A4AA2C;
 }
</style>
background-color css

<style>
 a { background-color: #A4AA2C; }

 a { background-color: rgb(164,170,44); }

 div.DivClassName
 {
   background-color: #A4AA2C;
 }
 .BgClassName
 {
   background-color: #A4AA2C;
 }
</style>
border-color css

<style>
 span { border-color: #A4AA2C; }

 span { border-color: rgb(164,170,44); }

 td.TdClassName
 {
   border-color: #A4AA2C;
 }
 .TagClassName
 {
   border-color: #A4AA2C;
 }
</style>