#AEA831

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

Shades of Earls Green #AEA831

Tints of Earls Green #AEA831

Color information

#AEA831 (or 0xAEA831) is unknown color: approx Earls Green. HEX triplet: AE, A8 and 31. RGB value is (174,168,49). Sum of RGB (Red+Green+Blue) = 174+168+49=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA831 is #5157CE. Grayscale: #9C9C9C. Windows color (decimal): -5330895 or 3254446. OLE color: 3254446.

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

Color convert

RGB17416849-
CMYK00.030.720.32
HSL57.12º56.05%43.73%-
HSV(B)57.12º71.84%68.24%-
XYZ32.0137.238.4-
YUV156.2367.49140.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 49 (19.53% from 255) = 12.53%
R=44.50%
G=42.97%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741684900.030.720.3257.1256.0543.73
HexAEA83103482039382c
Octal256250610311040717054
Binary10101110101010001100010111001000100000111001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA831; }

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

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

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

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

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

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

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

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