#AEAE29

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

Shades of Earls Green #AEAE29

Tints of Earls Green #AEAE29

Color information

#AEAE29 (or 0xAEAE29) is unknown color: approx Earls Green. HEX triplet: AE, AE and 29. RGB value is (174,174,41). Sum of RGB (Red+Green+Blue) = 174+174+41=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAE29 is #5151D6. Grayscale: #9F9F9F. Windows color (decimal): -5329367 or 2731694. OLE color: 2731694.

HSL color Cylindrical-coordinate representation of color #AEAE29: hue angle of 60º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEAE29 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17417441-
CMYK000.760.32
HSL60º61.86%42.16%-
HSV(B)60º76.44%68.24%-
XYZ32.9939.437.97-
YUV158.8461.5138.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 41 (16.41% from 255) = 10.54%
R=44.73%
G=44.73%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417441000.760.326061.8642.16
HexAEAE29004C203c3e2a
Octal256256510011440747652
Binary1010111010101110101001001001100100000111100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE29; }

 p { color: rgb(174,174,41); }

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

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

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

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

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

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

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