#AEA622

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

Shades of Earls Green #AEA622

Tints of Earls Green #AEA622

Color information

#AEA622 (or 0xAEA622) is unknown color: approx Earls Green. HEX triplet: AE, A6 and 22. RGB value is (174,166,34). Sum of RGB (Red+Green+Blue) = 174+166+34=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA622 is #5159DD. Grayscale: #999999. Windows color (decimal): -5331422 or 2270894. OLE color: 2270894.

HSL color Cylindrical-coordinate representation of color #AEA622: hue angle of 56.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEA622 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB17416634-
CMYK00.050.800.32
HSL56.57º67.31%40.78%-
HSV(B)56.57º80.46%68.24%-
XYZ31.3836.396.88-
YUV153.3460.65142.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 166 (65.23% from 255) = 44.39%
BLUE value IS 34 (13.67% from 255) = 9.09%
R=46.52%
G=44.39%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741663400.050.800.3256.5767.3140.78
HexAEA622055020394329
Octal2562464205120407110351
Binary1010111010100110100010010110100001000001110011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA622; }

 p { color: rgb(174,166,34); }

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

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

 a { background-color: rgb(174,166,34); }

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

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

 span { border-color: rgb(174,166,34); }

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