#AEA728

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

Shades of Earls Green #AEA728

Tints of Earls Green #AEA728

Color information

#AEA728 (or 0xAEA728) is unknown color: approx Earls Green. HEX triplet: AE, A7 and 28. RGB value is (174,167,40). Sum of RGB (Red+Green+Blue) = 174+167+40=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA728 is #5158D7. Grayscale: #9B9B9B. Windows color (decimal): -5331160 or 2664366. OLE color: 2664366.

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

Color convert

RGB17416740-
CMYK00.040.770.32
HSL56.87º62.62%41.96%-
HSV(B)56.87º77.01%68.24%-
XYZ31.6636.797.44-
YUV154.6263.32141.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 167 (65.62% from 255) = 43.83%
BLUE value IS 40 (16.02% from 255) = 10.50%
R=45.67%
G=43.83%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741674000.040.770.3256.8762.6241.96
HexAEA728044D20393f2a
Octal256247500411540717752
Binary101011101010011110100001001001101100000111001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA728; }

 p { color: rgb(174,167,40); }

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

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

 a { background-color: rgb(174,167,40); }

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

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

 span { border-color: rgb(174,167,40); }

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