#AEAB29

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

Shades of Earls Green #AEAB29

Tints of Earls Green #AEAB29

Color information

#AEAB29 (or 0xAEAB29) is unknown color: approx Earls Green. HEX triplet: AE, AB and 29. RGB value is (174,171,41). Sum of RGB (Red+Green+Blue) = 174+171+41=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB29 is #5154D6. Grayscale: #9D9D9D. Windows color (decimal): -5330135 or 2730926. OLE color: 2730926.

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

Color convert

RGB17417141-
CMYK00.020.760.32
HSL58.65º61.86%42.16%-
HSV(B)58.65º76.44%68.24%-
XYZ32.4238.287.78-
YUV157.0862.49140.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 41 (16.41% from 255) = 10.62%
R=45.08%
G=44.30%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741714100.020.760.3258.6561.8642.16
HexAEAB29024C203b3e2a
Octal256253510211440737652
Binary10101110101010111010010101001100100000111011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB29; }

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

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

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

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

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

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

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

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