#AEA32E

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

Shades of Earls Green #AEA32E

Tints of Earls Green #AEA32E

Color information

#AEA32E (or 0xAEA32E) is unknown color: approx Earls Green. HEX triplet: AE, A3 and 2E. RGB value is (174,163,46). Sum of RGB (Red+Green+Blue) = 174+163+46=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA32E is #515CD1. Grayscale: #999999. Windows color (decimal): -5332178 or 3056558. OLE color: 3056558.

HSL color Cylindrical-coordinate representation of color #AEA32E: hue angle of 54.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEA32E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17416346-
CMYK00.060.740.32
HSL54.84º58.18%43.14%-
HSV(B)54.84º73.56%68.24%-
XYZ31.0535.397.78-
YUV152.9567.64143.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 163 (64.06% from 255) = 42.56%
BLUE value IS 46 (18.36% from 255) = 12.01%
R=45.43%
G=42.56%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741634600.060.740.3254.8458.1843.14
HexAEA32E064A20373a2b
Octal256243560611240677253
Binary101011101010001110111001101001010100000110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA32E; }

 p { color: rgb(174,163,46); }

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

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

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

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

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

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

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