#AEA41F

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

Shades of Earls Green #AEA41F

Tints of Earls Green #AEA41F

Color information

#AEA41F (or 0xAEA41F) is unknown color: approx Earls Green. HEX triplet: AE, A4 and 1F. RGB value is (174,164,31). Sum of RGB (Red+Green+Blue) = 174+164+31=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA41F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA41F is #515BE0. Grayscale: #989898. Windows color (decimal): -5331937 or 2073774. OLE color: 2073774.

HSL color Cylindrical-coordinate representation of color #AEA41F: hue angle of 55.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEA41F is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB17416431-
CMYK00.060.820.32
HSL55.8º69.76%40.2%-
HSV(B)55.8º82.18%68.24%-
XYZ30.9835.656.54-
YUV151.8359.81143.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 31 (12.5% from 255) = 8.40%
R=47.15%
G=44.44%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741643100.060.820.3255.869.7640.2
HexAEA41F065220384628
Octal2562443706122407010650
Binary101011101010010011111011010100101000001110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA41F; }

 p { color: rgb(174,164,31); }

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

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

 a { background-color: rgb(174,164,31); }

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

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

 span { border-color: rgb(174,164,31); }

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