#A9A22E

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

Shades of Earls Green #A9A22E

Tints of Earls Green #A9A22E

Color information

#A9A22E (or 0xA9A22E) is unknown color: approx Earls Green. HEX triplet: A9, A2 and 2E. RGB value is (169,162,46). Sum of RGB (Red+Green+Blue) = 169+162+46=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A22E is #565DD1. Grayscale: #979797. Windows color (decimal): -5660114 or 3056297. OLE color: 3056297.

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

Color convert

RGB16916246-
CMYK00.040.730.34
HSL56.59º57.21%42.16%-
HSV(B)56.59º72.78%66.27%-
XYZ29.7834.477.67-
YUV150.8768.82140.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 46 (18.36% from 255) = 12.20%
R=44.83%
G=42.97%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691624600.040.730.3456.5957.2142.16
HexA9A22E04492239392a
Octal251242560411142717152
Binary101010011010001010111001001001001100010111001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A22E; }

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

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

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

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

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

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

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

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