#AEAD29

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

Shades of Earls Green #AEAD29

Tints of Earls Green #AEAD29

Color information

#AEAD29 (or 0xAEAD29) is unknown color: approx Earls Green. HEX triplet: AE, AD and 29. RGB value is (174,173,41). Sum of RGB (Red+Green+Blue) = 174+173+41=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD29 is #5152D6. Grayscale: #9E9E9E. Windows color (decimal): -5329623 or 2731438. OLE color: 2731438.

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

Color convert

RGB17417341-
CMYK00.010.760.32
HSL59.55º61.86%42.16%-
HSV(B)59.55º76.44%68.24%-
XYZ32.839.057.91-
YUV158.2561.83139.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 173 (67.97% from 255) = 44.59%
BLUE value IS 41 (16.41% from 255) = 10.57%
R=44.85%
G=44.59%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741734100.010.760.3259.5561.8642.16
HexAEAD29014C203c3e2a
Octal256255510111440747652
Binary1010111010101101101001011001100100000111100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD29; }

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

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

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

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

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

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

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

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