#AAA42C

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

Shades of Earls Green #AAA42C

Tints of Earls Green #AAA42C

Color information

#AAA42C (or 0xAAA42C) is unknown color: approx Earls Green. HEX triplet: AA, A4 and 2C. RGB value is (170,164,44). Sum of RGB (Red+Green+Blue) = 170+164+44=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA42C is #555BD3. Grayscale: #989898. Windows color (decimal): -5594068 or 2925738. OLE color: 2925738.

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

Color convert

RGB17016444-
CMYK00.040.740.33
HSL57.14º58.88%41.96%-
HSV(B)57.14º74.12%66.67%-
XYZ30.3135.287.59-
YUV152.1166.99140.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 44 (17.58% from 255) = 11.64%
R=44.97%
G=43.39%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701644400.040.740.3357.1458.8841.96
HexAAA42C044A21393b2a
Octal252244540411241717352
Binary101010101010010010110001001001010100001111001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA42C; }

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

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

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

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

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

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

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

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