#AEA22D

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

Shades of Earls Green #AEA22D

Tints of Earls Green #AEA22D

Color information

#AEA22D (or 0xAEA22D) is unknown color: approx Earls Green. HEX triplet: AE, A2 and 2D. RGB value is (174,162,45). Sum of RGB (Red+Green+Blue) = 174+162+45=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA22D is #515DD2. Grayscale: #989898. Windows color (decimal): -5332435 or 2990766. OLE color: 2990766.

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

Color convert

RGB17416245-
CMYK00.070.740.32
HSL54.42º58.9%42.94%-
HSV(B)54.42º74.14%68.24%-
XYZ30.8535.037.62-
YUV152.2567.48143.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 45 (17.97% from 255) = 11.81%
R=45.67%
G=42.52%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741624500.070.740.3254.4258.942.94
HexAEA22D074A20363b2b
Octal256242550711240667353
Binary101011101010001010110101111001010100000110110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA22D; }

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

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

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

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

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

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

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

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