#AEA231

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

Shades of Earls Green #AEA231

Tints of Earls Green #AEA231

Color information

#AEA231 (or 0xAEA231) is unknown color: approx Earls Green. HEX triplet: AE, A2 and 31. RGB value is (174,162,49). Sum of RGB (Red+Green+Blue) = 174+162+49=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA231 is #515DCE. Grayscale: #999999. Windows color (decimal): -5332431 or 3252910. OLE color: 3252910.

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

Color convert

RGB17416249-
CMYK00.070.720.32
HSL54.24º56.05%43.73%-
HSV(B)54.24º71.84%68.24%-
XYZ30.9335.068.04-
YUV152.7169.48143.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 49 (19.53% from 255) = 12.73%
R=45.19%
G=42.08%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741624900.070.720.3254.2456.0543.73
HexAEA23107482036382c
Octal256242610711040667054
Binary101011101010001011000101111001000100000110110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA231; }

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

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

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

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

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

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

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

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