#AEA731

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

Shades of Earls Green #AEA731

Tints of Earls Green #AEA731

Color information

#AEA731 (or 0xAEA731) is unknown color: approx Earls Green. HEX triplet: AE, A7 and 31. RGB value is (174,167,49). Sum of RGB (Red+Green+Blue) = 174+167+49=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA731 is #5158CE. Grayscale: #9C9C9C. Windows color (decimal): -5331151 or 3254190. OLE color: 3254190.

HSL color Cylindrical-coordinate representation of color #AEA731: hue angle of 56.64º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEA731 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17416749-
CMYK00.040.720.32
HSL56.64º56.05%43.73%-
HSV(B)56.64º71.84%68.24%-
XYZ31.8336.868.34-
YUV155.6467.82141.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 167 (65.62% from 255) = 42.82%
BLUE value IS 49 (19.53% from 255) = 12.56%
R=44.62%
G=42.82%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741674900.040.720.3256.6456.0543.73
HexAEA73104482039382c
Octal256247610411040717054
Binary101011101010011111000101001001000100000111001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA731; }

 p { color: rgb(174,167,49); }

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

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

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

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

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

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

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