#AEA22E

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

Shades of Earls Green #AEA22E

Tints of Earls Green #AEA22E

Color information

#AEA22E (or 0xAEA22E) is unknown color: approx Earls Green. HEX triplet: AE, A2 and 2E. RGB value is (174,162,46). Sum of RGB (Red+Green+Blue) = 174+162+46=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA22E is #515DD1. Grayscale: #989898. Windows color (decimal): -5332434 or 3056302. OLE color: 3056302.

HSL color Cylindrical-coordinate representation of color #AEA22E: hue angle of 54.38º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEA22E is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17416246-
CMYK00.070.740.32
HSL54.38º58.18%43.14%-
HSV(B)54.38º73.56%68.24%-
XYZ30.8735.047.72-
YUV152.3667.98143.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 162 (63.67% from 255) = 42.41%
BLUE value IS 46 (18.36% from 255) = 12.04%
R=45.55%
G=42.41%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741624600.070.740.3254.3858.1843.14
HexAEA22E074A20363a2b
Octal256242560711240667253
Binary101011101010001010111001111001010100000110110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA22E; }

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

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

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

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

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

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

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

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