#AAAB2A

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

Shades of Earls Green #AAAB2A

Tints of Earls Green #AAAB2A

Color information

#AAAB2A (or 0xAAAB2A) is unknown color: approx Earls Green. HEX triplet: AA, AB and 2A. RGB value is (170,171,42). Sum of RGB (Red+Green+Blue) = 170+171+42=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB2A is #5554D5. Grayscale: #9C9C9C. Windows color (decimal): -5592278 or 2796458. OLE color: 2796458.

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

Color convert

RGB17017142-
CMYK0.0100.750.33
HSL60.47º60.56%41.76%-
HSV(B)60.47º75.44%67.06%-
XYZ31.5637.847.83-
YUV15663.67137.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 42 (16.80% from 255) = 10.97%
R=44.39%
G=44.65%
B=10.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170171420.0100.750.3360.4760.5641.76
HexAAAB2A104B213c3d2a
Octal252253521011341747552
Binary1010101010101011101010101001011100001111100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB2A; }

 p { color: rgb(170,171,42); }

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

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

 a { background-color: rgb(170,171,42); }

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

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

 span { border-color: rgb(170,171,42); }

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