#A3AA2A

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

Shades of Earls Green #A3AA2A

Tints of Earls Green #A3AA2A

Color information

#A3AA2A (or 0xA3AA2A) is unknown color: approx Earls Green. HEX triplet: A3, AA and 2A. RGB value is (163,170,42). Sum of RGB (Red+Green+Blue) = 163+170+42=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AA2A is #5C55D5. Grayscale: #999999. Windows color (decimal): -6051286 or 2796195. OLE color: 2796195.

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

Color convert

RGB16317042-
CMYK0.0400.750.33
HSL63.28º60.38%41.57%-
HSV(B)63.28º75.29%66.67%-
XYZ29.936.77.7-
YUV153.3265.18134.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=43.47%
G=45.33%
B=11.2%

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
Decimal163170420.0400.750.3363.2860.3841.57
HexA3AA2A404B213f3c2a
Octal243252524011341777452
Binary101000111010101010101010001001011100001111111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA2A; }

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

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

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

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

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

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

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

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