#A4AB2A

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

Shades of Earls Green #A4AB2A

Tints of Earls Green #A4AB2A

Color information

#A4AB2A (or 0xA4AB2A) is unknown color: approx Earls Green. HEX triplet: A4, AB and 2A. RGB value is (164,171,42). Sum of RGB (Red+Green+Blue) = 164+171+42=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AB2A is #5B54D5. Grayscale: #9A9A9A. Windows color (decimal): -5985494 or 2796452. OLE color: 2796452.

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

Color convert

RGB16417142-
CMYK0.0400.750.33
HSL63.26º60.56%41.76%-
HSV(B)63.26º75.44%67.06%-
XYZ30.2937.197.77-
YUV154.264.68134.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=43.50%
G=45.36%
B=11.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164171420.0400.750.3363.2660.5641.76
HexA4AB2A404B213f3d2a
Octal244253524011341777552
Binary101001001010101110101010001001011100001111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB2A; }

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

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

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

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

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

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

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

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