#AEAC1E

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

Shades of Earls Green #AEAC1E

Tints of Earls Green #AEAC1E

Color information

#AEAC1E (or 0xAEAC1E) is unknown color: approx Earls Green. HEX triplet: AE, AC and 1E. RGB value is (174,172,30). Sum of RGB (Red+Green+Blue) = 174+172+30=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC1E is #5153E1. Grayscale: #9C9C9C. Windows color (decimal): -5329890 or 2010286. OLE color: 2010286.

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

Color convert

RGB17417230-
CMYK00.010.830.32
HSL59.17º70.59%40%-
HSV(B)59.17º82.76%68.24%-
XYZ32.4438.66.97-
YUV156.4156.66140.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 30 (12.11% from 255) = 7.98%
R=46.28%
G=45.74%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741723000.010.830.3259.1770.5940
HexAEAC1E0153203b4728
Octal2562543601123407310750
Binary1010111010101100111100110100111000001110111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC1E; }

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

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

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

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

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

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

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

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