#AEAC2E

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

Shades of Earls Green #AEAC2E

Tints of Earls Green #AEAC2E

Color information

#AEAC2E (or 0xAEAC2E) is unknown color: approx Earls Green. HEX triplet: AE, AC and 2E. RGB value is (174,172,46). Sum of RGB (Red+Green+Blue) = 174+172+46=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC2E is #5153D1. Grayscale: #9E9E9E. Windows color (decimal): -5329874 or 3058862. OLE color: 3058862.

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

Color convert

RGB17417246-
CMYK00.010.740.32
HSL59.06º58.18%43.14%-
HSV(B)59.06º73.56%68.24%-
XYZ32.738.78.33-
YUV158.2364.66139.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 46 (18.36% from 255) = 11.73%
R=44.39%
G=43.88%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741724600.010.740.3259.0658.1843.14
HexAEAC2E014A203b3a2b
Octal256254560111240737253
Binary1010111010101100101110011001010100000111011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC2E; }

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

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

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

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

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

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

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

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