#AEA52D

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

Shades of Earls Green #AEA52D

Tints of Earls Green #AEA52D

Color information

#AEA52D (or 0xAEA52D) is unknown color: approx Earls Green. HEX triplet: AE, A5 and 2D. RGB value is (174,165,45). Sum of RGB (Red+Green+Blue) = 174+165+45=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA52D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA52D is #515AD2. Grayscale: #9A9A9A. Windows color (decimal): -5331667 or 2991534. OLE color: 2991534.

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

Color convert

RGB17416545-
CMYK00.050.740.32
HSL55.81º58.9%42.94%-
HSV(B)55.81º74.14%68.24%-
XYZ31.3836.17.8-
YUV154.0166.48142.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 165 (64.84% from 255) = 42.97%
BLUE value IS 45 (17.97% from 255) = 11.72%
R=45.31%
G=42.97%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741654500.050.740.3255.8158.942.94
HexAEA52D054A20383b2b
Octal256245550511240707353
Binary101011101010010110110101011001010100000111000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA52D; }

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

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

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

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

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

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

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

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