#AEA42E

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

Shades of Earls Green #AEA42E

Tints of Earls Green #AEA42E

Color information

#AEA42E (or 0xAEA42E) is unknown color: approx Earls Green. HEX triplet: AE, A4 and 2E. RGB value is (174,164,46). Sum of RGB (Red+Green+Blue) = 174+164+46=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA42E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA42E is #515BD1. Grayscale: #9A9A9A. Windows color (decimal): -5331922 or 3056814. OLE color: 3056814.

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

Color convert

RGB17416446-
CMYK00.060.740.32
HSL55.31º58.18%43.14%-
HSV(B)55.31º73.56%68.24%-
XYZ31.2235.757.84-
YUV153.5467.31142.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 46 (18.36% from 255) = 11.98%
R=45.31%
G=42.71%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741644600.060.740.3255.3158.1843.14
HexAEA42E064A20373a2b
Octal256244560611240677253
Binary101011101010010010111001101001010100000110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA42E; }

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

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

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

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

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

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

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

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