#A9AA2E

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

Shades of Earls Green #A9AA2E

Tints of Earls Green #A9AA2E

Color information

#A9AA2E (or 0xA9AA2E) is unknown color: approx Earls Green. HEX triplet: A9, AA and 2E. RGB value is (169,170,46). Sum of RGB (Red+Green+Blue) = 169+170+46=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA2E is #5655D1. Grayscale: #9C9C9C. Windows color (decimal): -5658066 or 3058345. OLE color: 3058345.

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

Color convert

RGB16917046-
CMYK0.0100.730.33
HSL60.48º57.41%42.35%-
HSV(B)60.48º72.94%66.67%-
XYZ31.2337.388.15-
YUV155.5666.17137.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=43.90%
G=44.16%
B=11.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169170460.0100.730.3360.4857.4142.35
HexA9AA2E1049213c392a
Octal251252561011141747152
Binary1010100110101010101110101001001100001111100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA2E; }

 p { color: rgb(169,170,46); }

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

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

 a { background-color: rgb(169,170,46); }

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

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

 span { border-color: rgb(169,170,46); }

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