#AEAC19

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

Shades of Earls Green #AEAC19

Tints of Earls Green #AEAC19

Color information

#AEAC19 (or 0xAEAC19) is unknown color: approx Earls Green. HEX triplet: AE, AC and 19. RGB value is (174,172,25). Sum of RGB (Red+Green+Blue) = 174+172+25=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC19 is #5153E6. Grayscale: #9C9C9C. Windows color (decimal): -5329895 or 1682606. OLE color: 1682606.

HSL color Cylindrical-coordinate representation of color #AEAC19: hue angle of 59.19º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AEAC19 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB17417225-
CMYK00.010.860.32
HSL59.19º74.87%39.02%-
HSV(B)59.19º85.63%68.24%-
XYZ32.3838.576.66-
YUV155.8454.16140.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 25 (10.16% from 255) = 6.74%
R=46.90%
G=46.36%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741722500.010.860.3259.1974.8739.02
HexAEAC190156203b4b27
Octal2562543101126407311347
Binary1010111010101100110010110101101000001110111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC19; }

 p { color: rgb(174,172,25); }

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

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

 a { background-color: rgb(174,172,25); }

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

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

 span { border-color: rgb(174,172,25); }

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