#AEAC15

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

Shades of Earls Green #AEAC15

Tints of Earls Green #AEAC15

Color information

#AEAC15 (or 0xAEAC15) is unknown color: approx Earls Green. HEX triplet: AE, AC and 15. RGB value is (174,172,21). Sum of RGB (Red+Green+Blue) = 174+172+21=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC15 is #5153EA. Grayscale: #9B9B9B. Windows color (decimal): -5329899 or 1420462. OLE color: 1420462.

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

Color convert

RGB17417221-
CMYK00.010.880.32
HSL59.22º78.46%38.24%-
HSV(B)59.22º87.93%68.24%-
XYZ32.3438.566.45-
YUV155.3852.16141.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 21 (8.59% from 255) = 5.72%
R=47.41%
G=46.87%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741722100.010.880.3259.2278.4638.24
HexAEAC150158203b4e26
Octal2562542501130407311646
Binary1010111010101100101010110110001000001110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC15; }

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

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

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

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

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

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

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

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