#AEA22C

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

Shades of Earls Green #AEA22C

Tints of Earls Green #AEA22C

Color information

#AEA22C (or 0xAEA22C) is unknown color: approx Earls Green. HEX triplet: AE, A2 and 2C. RGB value is (174,162,44). Sum of RGB (Red+Green+Blue) = 174+162+44=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA22C is #515DD3. Grayscale: #989898. Windows color (decimal): -5332436 or 2925230. OLE color: 2925230.

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

Color convert

RGB17416244-
CMYK00.070.750.32
HSL54.46º59.63%42.75%-
HSV(B)54.46º74.71%68.24%-
XYZ30.8335.027.52-
YUV152.1466.98143.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 44 (17.58% from 255) = 11.58%
R=45.79%
G=42.63%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741624400.070.750.3254.4659.6342.75
HexAEA22C074B20363c2b
Octal256242540711340667453
Binary101011101010001010110001111001011100000110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA22C; }

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

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

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

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

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

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

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

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