#AEA02D

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

Shades of Earls Green #AEA02D

Tints of Earls Green #AEA02D

Color information

#AEA02D (or 0xAEA02D) is unknown color: approx Earls Green. HEX triplet: AE, A0 and 2D. RGB value is (174,160,45). Sum of RGB (Red+Green+Blue) = 174+160+45=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA02D is #515FD2. Grayscale: #979797. Windows color (decimal): -5332947 or 2990254. OLE color: 2990254.

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

Color convert

RGB17416045-
CMYK00.080.740.32
HSL53.49º58.9%42.94%-
HSV(B)53.49º74.14%68.24%-
XYZ30.534.337.5-
YUV151.0868.14144.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 160 (62.89% from 255) = 42.22%
BLUE value IS 45 (17.97% from 255) = 11.87%
R=45.91%
G=42.22%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741604500.080.740.3253.4958.942.94
HexAEA02D084A20353b2b
Octal2562405501011240657353
Binary1010111010100000101101010001001010100000110101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA02D; }

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

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

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

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

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

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

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

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