#AEA42D

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

Shades of Earls Green #AEA42D

Tints of Earls Green #AEA42D

Color information

#AEA42D (or 0xAEA42D) is unknown color: approx Earls Green. HEX triplet: AE, A4 and 2D. RGB value is (174,164,45). Sum of RGB (Red+Green+Blue) = 174+164+45=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA42D is #515BD2. Grayscale: #999999. Windows color (decimal): -5331923 or 2991278. OLE color: 2991278.

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

Color convert

RGB17416445-
CMYK00.060.740.32
HSL55.35º58.9%42.94%-
HSV(B)55.35º74.14%68.24%-
XYZ31.235.747.74-
YUV153.4266.81142.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 45 (17.97% from 255) = 11.75%
R=45.43%
G=42.82%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741644500.060.740.3255.3558.942.94
HexAEA42D064A20373b2b
Octal256244550611240677353
Binary101011101010010010110101101001010100000110111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA42D; }

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

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

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

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

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

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

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

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