#A3AB2E

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

Shades of Earls Green #A3AB2E

Tints of Earls Green #A3AB2E

Color information

#A3AB2E (or 0xA3AB2E) is unknown color: approx Earls Green. HEX triplet: A3, AB and 2E. RGB value is (163,171,46). Sum of RGB (Red+Green+Blue) = 163+171+46=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AB2E is #5C54D1. Grayscale: #9A9A9A. Windows color (decimal): -6051026 or 3058595. OLE color: 3058595.

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

Color convert

RGB16317146-
CMYK0.0500.730.33
HSL63.84º57.6%42.55%-
HSV(B)63.84º73.1%67.06%-
XYZ30.1637.118.16-
YUV154.3666.85134.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 171 (67.19% from 255) = 45%
BLUE value IS 46 (18.36% from 255) = 12.11%
R=42.89%
G=45%
B=12.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163171460.0500.730.3363.8457.642.55
HexA3AB2E504921403a2b
Octal2432535650111411007253
Binary1010001110101011101110101010010011000011000000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB2E; }

 p { color: rgb(163,171,46); }

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

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

 a { background-color: rgb(163,171,46); }

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

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

 span { border-color: rgb(163,171,46); }

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