#AEA522

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

Shades of Earls Green #AEA522

Tints of Earls Green #AEA522

Color information

#AEA522 (or 0xAEA522) is unknown color: approx Earls Green. HEX triplet: AE, A5 and 22. RGB value is (174,165,34). Sum of RGB (Red+Green+Blue) = 174+165+34=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA522 is #515ADD. Grayscale: #999999. Windows color (decimal): -5331678 or 2270638. OLE color: 2270638.

HSL color Cylindrical-coordinate representation of color #AEA522: hue angle of 56.14º 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 #AEA522 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB17416534-
CMYK00.050.800.32
HSL56.14º67.31%40.78%-
HSV(B)56.14º80.46%68.24%-
XYZ31.236.026.82-
YUV152.7660.98143.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 165 (64.84% from 255) = 44.24%
BLUE value IS 34 (13.67% from 255) = 9.12%
R=46.65%
G=44.24%
B=9.12%

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
Decimal1741653400.050.800.3256.1467.3140.78
HexAEA522055020384329
Octal2562454205120407010351
Binary1010111010100101100010010110100001000001110001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA522; }

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

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

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

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

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

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

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

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