#AAA42E

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

Shades of Earls Green #AAA42E

Tints of Earls Green #AAA42E

Color information

#AAA42E (or 0xAAA42E) is unknown color: approx Earls Green. HEX triplet: AA, A4 and 2E. RGB value is (170,164,46). Sum of RGB (Red+Green+Blue) = 170+164+46=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA42E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA42E is #555BD1. Grayscale: #989898. Windows color (decimal): -5594066 or 3056810. OLE color: 3056810.

HSL color Cylindrical-coordinate representation of color #AAA42E: hue angle of 57.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAA42E is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17016446-
CMYK00.040.730.33
HSL57.1º57.41%42.35%-
HSV(B)57.1º72.94%66.67%-
XYZ30.3535.297.8-
YUV152.3467.99140.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 164 (64.45% from 255) = 43.16%
BLUE value IS 46 (18.36% from 255) = 12.11%
R=44.74%
G=43.16%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701644600.040.730.3357.157.4142.35
HexAAA42E04492139392a
Octal252244560411141717152
Binary101010101010010010111001001001001100001111001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA42E; }

 p { color: rgb(170,164,46); }

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

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

 a { background-color: rgb(170,164,46); }

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

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

 span { border-color: rgb(170,164,46); }

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