#AEA42B

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

Shades of Earls Green #AEA42B

Tints of Earls Green #AEA42B

Color information

#AEA42B (or 0xAEA42B) is unknown color: approx Earls Green. HEX triplet: AE, A4 and 2B. RGB value is (174,164,43). Sum of RGB (Red+Green+Blue) = 174+164+43=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA42B is #515BD4. Grayscale: #999999. Windows color (decimal): -5331925 or 2860206. OLE color: 2860206.

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

Color convert

RGB17416443-
CMYK00.060.750.32
HSL55.42º60.37%42.55%-
HSV(B)55.42º75.29%68.24%-
XYZ31.1735.727.54-
YUV153.265.81142.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 43 (17.19% from 255) = 11.29%
R=45.67%
G=43.04%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741644300.060.750.3255.4260.3742.55
HexAEA42B064B20373c2b
Octal256244530611340677453
Binary101011101010010010101101101001011100000110111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA42B; }

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

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

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

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

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

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

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

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