#AEA02A

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

Shades of Earls Green #AEA02A

Tints of Earls Green #AEA02A

Color information

#AEA02A (or 0xAEA02A) is unknown color: approx Earls Green. HEX triplet: AE, A0 and 2A. RGB value is (174,160,42). Sum of RGB (Red+Green+Blue) = 174+160+42=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA02A is #515FD5. Grayscale: #979797. Windows color (decimal): -5332950 or 2793646. OLE color: 2793646.

HSL color Cylindrical-coordinate representation of color #AEA02A: hue angle of 53.64º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEA02A is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17416042-
CMYK00.080.760.32
HSL53.64º61.11%42.35%-
HSV(B)53.64º75.86%68.24%-
XYZ30.4434.317.21-
YUV150.7366.64144.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 160 (62.89% from 255) = 42.55%
BLUE value IS 42 (16.80% from 255) = 11.17%
R=46.28%
G=42.55%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741604200.080.760.3253.6461.1142.35
HexAEA02A084C20363d2a
Octal2562405201011440667552
Binary1010111010100000101010010001001100100000110110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA02A; }

 p { color: rgb(174,160,42); }

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

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

 a { background-color: rgb(174,160,42); }

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

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

 span { border-color: rgb(174,160,42); }

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