#AEA628

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

Shades of Earls Green #AEA628

Tints of Earls Green #AEA628

Color information

#AEA628 (or 0xAEA628) is unknown color: approx Earls Green. HEX triplet: AE, A6 and 28. RGB value is (174,166,40). Sum of RGB (Red+Green+Blue) = 174+166+40=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA628 is #5159D7. Grayscale: #9A9A9A. Windows color (decimal): -5331416 or 2664110. OLE color: 2664110.

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

Color convert

RGB17416640-
CMYK00.050.770.32
HSL56.42º62.62%41.96%-
HSV(B)56.42º77.01%68.24%-
XYZ31.4736.427.38-
YUV154.0363.65142.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 166 (65.23% from 255) = 43.68%
BLUE value IS 40 (16.02% from 255) = 10.53%
R=45.79%
G=43.68%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741664000.050.770.3256.4262.6241.96
HexAEA628054D20383f2a
Octal256246500511540707752
Binary101011101010011010100001011001101100000111000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA628; }

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

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

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

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

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

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

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

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