#AAA22E

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

Shades of Earls Green #AAA22E

Tints of Earls Green #AAA22E

Color information

#AAA22E (or 0xAAA22E) is unknown color: approx Earls Green. HEX triplet: AA, A2 and 2E. RGB value is (170,162,46). Sum of RGB (Red+Green+Blue) = 170+162+46=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA22E is #555DD1. Grayscale: #979797. Windows color (decimal): -5594578 or 3056298. OLE color: 3056298.

HSL color Cylindrical-coordinate representation of color #AAA22E: hue angle of 56.13º 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 #AAA22E is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17016246-
CMYK00.050.730.33
HSL56.13º57.41%42.35%-
HSV(B)56.13º72.94%66.67%-
XYZ29.9934.587.68-
YUV151.1768.65141.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 46 (18.36% from 255) = 12.17%
R=44.97%
G=42.86%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701624600.050.730.3356.1357.4142.35
HexAAA22E05492138392a
Octal252242560511141707152
Binary101010101010001010111001011001001100001111000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA22E; }

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

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

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

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

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

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

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

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